-
Notifications
You must be signed in to change notification settings - Fork 761
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 when running devtools::install_deps('something', Ncpus = 2) #2154
Comments
This should be fixed with the current CRAN version of devtools, you seem to be using an older version. The current CRAN version was released on September 24th. |
@jimhester can you please have another look at this? I can still see the reported behavior both with devtools 2.2.1 from CRAN and with devtools master@568ac2a11 from GitHub. |
I'm seeing this too (in |
This old issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with reprex) and link to this issue. https://reprex.tidyverse.org/ |
When running
devtools::install_deps(Ncpus = 2)
it shows an error (see https://travis-ci.org/PecanProject/pecan/jobs/587707337#L2489).I believe that internally it uses
install.packages
which does support the Ncpus argument. This used to work in the past, but now breaks the Travis builds.I'm basing this on the documentation found at: https://www.rdocumentation.org/packages/devtools/versions/2.2.0/topics/install_deps
The text was updated successfully, but these errors were encountered: