Skip to content
R for the Rest of Us Logo

R in 3 Months (Fall 2022)

Files in R

Transcript

Click on the transcript to go to that point in the video. Please note that transcripts are auto generated and may contain minor inaccuracies.

Your Turn

  1. Create and save an R script file

  2. Enter a mathematical expression on your R script file and run it

Have any questions? Put them below and we will help you out!

You need to be signed-in to comment on this post. Login.

Benoit Gauthier

Benoit Gauthier • January 12, 2022

Hi. Out of curiosity, I tried to install.packages("tidyverse"). After several minutes of output, it ended on an error with dependencies (googledrive, googlesheets4, haven, httr, rvest, xml2) and the removal of the package. What to do then?

Delia Ayled Serna Guerrero

Delia Ayled Serna Guerrero • March 20, 2022

Hi! I am having the following warning:

WARNING: Rtools is required to build R packages but is not currently installed. Please download and install the appropriate version of Rtools before proceeding:

But still doing what its needed, should I be worried?

NIKHIL RATNA

NIKHIL RATNA • July 19, 2022

I see this error. Error in install.packages : object 'tidyverse' not found

NIKHIL RATNA

NIKHIL RATNA • July 19, 2022

Do you want to install from sources the packages which need compilation?

what does that mean and what should I answer. I am going with yes for now

Shannon Peery

Shannon Peery • August 30, 2022

After starting a new project (for my work) and the 'getting started' master for this course, I still do not have a 'scripts' window in either project. All other three windows are there: Console/Terminal, Environment/History & Files/Plots/Packages/Help. Why am I missing the Scripts window?

Shannon Peery

Shannon Peery • August 30, 2022

Sorry, answered my previous question - had to do 'New File' & Script for that box to pop up.

Yasemin Akbaba

Yasemin Akbaba • February 15, 2023

I get the following error message: install packages “tidyverse” Error: unexpected symbol in "install packages"

Course Content

142 Lessons