Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to fix problem with tidyverse on macs #36

Open
ramarty opened this issue Jun 12, 2019 · 2 comments
Open

How to fix problem with tidyverse on macs #36

ramarty opened this issue Jun 12, 2019 · 2 comments

Comments

@ramarty
Copy link
Collaborator

ramarty commented Jun 12, 2019

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.

@luizaandrade luizaandrade changed the title R Training - June 12, 2019 How to fix problem with tidyverse on macs Jul 25, 2019
@luizaandrade
Copy link
Member

Installing with the option type = "binary" worked well

@luizaandrade
Copy link
Member

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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants