dime-r-training
dime-r-training copied to clipboard
How to fix problem with tidyverse on macs
Installing Tidyverse: install.packages("dplyr", dep=T) worked for one person. A window appeared asking to install command line tools. Click "yes." install.packages("dplyr", dep=T) will need to be run again after the command line tools have installed.
Installing with the option type = "binary"
worked well
install.packages("packageName", dep = TRUE, type = "binary")
will also need a different program to be installed in the computer sot his works