Skip to content
R for the Rest of Us Logo

This lesson is locked

Get access to all lessons in this course.

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. Working in the console, install the Tidyverse package using the code install.packages("tidyverse")

  2. Check in the Packages tab on the bottom right panel to confirm that the tidyverse package has been installed successfully.

If you get any messages from R about conflicts when loading packages, don't worry about them for now.

Also, if you are a Windows user and get messages about downloading RTools, you can safely ignore these as well. You should not need RTools to install packages used in this course.

Learn More

There are thousands and thousands of R packages. What this means is that, if you ever wonder, can I do that in R, the answer is probably yes!

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

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

Jessica Purser

Jessica Purser

September 14, 2023

It's saying I need Rtools, shoots out a bunch of red warnings, but then goes and installs it. Do I need Rtools?

You should not need it to install any of the packages used in this course.