Skip to content
R for the Rest of Us Logo

R in 3 Months (Fall 2025)

Packages

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.

Course Content

128 Lessons