I'm trying to install and call the tidyverse package on RStudio (not in Conda) on a 2017 MacBook (updated).
System Information:
- RStudio Version: 1.3.959
- OS Version: macOS Catalina 10.15.5
Here's what I see:
#REPREX
install.packages("tidyverse")
What I get:
trying URL 'https://cran.rstudio.com/bin/macosx/contrib/4.0/tidyverse_1.3.0.tgz'
Content type 'application/x-gzip' length 432850 bytes (422 KB)
==================================================
downloaded 422 KB
The downloaded binary packages are in
/var/folders/mq/bzz01vj95w358hxs2tcc3wbr0000gn/T//Rtmpi53aau/downloaded_packages
library(tidyverse)