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

Commits on Sep 17, 2019

  1. BUILD: Use options instead of arguments

    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.
    ashiklom committed Sep 17, 2019
    Configuration menu
    Copy the full SHA
    e1015d6 View commit details
    Browse the repository at this point in the history