dime-r-training icon indicating copy to clipboard operation
dime-r-training copied to clipboard

How to fix problem with tidyverse on macs

Open ramarty opened this issue 5 years ago • 2 comments

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.

ramarty avatar Jun 12 '19 20:06 ramarty

Installing with the option type = "binary" worked well

luizaandrade avatar May 18 '22 14:05 luizaandrade

install.packages("packageName", dep = TRUE, type = "binary")

will also need a different program to be installed in the computer sot his works

luizaandrade avatar May 24 '22 20:05 luizaandrade