anyone-can-cook / rclass1

EDUC 260A: Introduction to Programming and Data Management Using R
https://anyone-can-cook.github.io/rclass1/
5 stars 5 forks source link

Question #85

Open danharker16 opened 2 years ago

danharker16 commented 2 years ago

I'm getting an Error Message when I try to load the tidyverse library. My RStudio is updated; what am I doing wrong? @ozanj @xochilthlopez @rachelberwald @joycehnguy @augias @anyone-can-cook/the-rat-from-ratatouille-was-my-first-crush

ozanj commented 2 years ago

have you installed tidyverse?

install.packages('tidyverse') # first install (with quotations)
library(tidyverse) # then load (without quotations)
ozanj commented 2 years ago

one more think @danharker16 . can you ask these questions about the problem set here: https://github.com/anyone-can-cook/rclass1_student_issues_f22/issues