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

Error: there is no package called 'magrittr' #234

Closed
annytr opened this issue Nov 18, 2020 · 1 comment
Closed

Error: there is no package called 'magrittr' #234

annytr opened this issue Nov 18, 2020 · 1 comment

Comments

@annytr
Copy link

annytr commented Nov 18, 2020

Hello,

There has not been a package called "magrittr" found. Could you help me pls?

devtools::install_github("tidyverse/magrittr")

Error: .onLoad in loadNamespace () for 'pkgload' failed, details:
Call: loadNamespace (j <- i [[1L]], c (lib.loc, .libPaths ()), versionCheck = vI [[j]])
Error: there is no package called 'magrittr'

@lionel-
Copy link
Member

lionel- commented Nov 19, 2020

Close all your RStudio and R sessions. Open a new one and do

remotes::install_github("tidyverse/magrittr")

Note the use of remotes instead of devtools. But you can also just use install.packages("magrittr"), it's been released to CRAN.

Also see these tips for safely installing packages on Windows, it's trickier than for other operating systems: rstats-wtf/what-they-forgot#62 (comment)

@hadley hadley closed this as completed Dec 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants