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

BUILD: Use options instead of arguments #2419

Merged
merged 1 commit into from
Sep 17, 2019

Conversation

ashiklom
Copy link
Member

@ashiklom ashiklom commented Sep 17, 2019

This is a workaround for a bug in devtools::install_deps that doesn't understand that Ncpus is a valid argument (in cases where there is nothing to install or update). This bug has been immediately killing a bunch of my builds.

Also, use chained Rscript -e "..." -e "..." instead of single strings with complex escaping. This feels cleaner.

This fixes what seems to be a bug in `devtools::install_deps` that
doesn't understand that `Ncpus` is a valid argument.

Also, use chained `Rscript -e "..." -e "..."` instead of single strings
with complex escaping. This feels cleaner.
@mdietze mdietze merged commit 34dd47d into PecanProject:develop Sep 17, 2019
@ashiklom ashiklom deleted the make-fixes branch November 2, 2020 19:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants