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

The args of system_check should not be joined by ", " #753

Closed
luckyrandom opened this issue Apr 4, 2015 · 1 comment
Closed

The args of system_check should not be joined by ", " #753

luckyrandom opened this issue Apr 4, 2015 · 1 comment

Comments

@luckyrandom
Copy link

On line
https://github.com/hadley/devtools/blob/32ee83341a9fe7b414c255b6004d20e16083dbaf/R/system.r#L13

paste(args, collapse = ", ") seems to be incorrect. The args in system call should be joined by " " instead of ", ".

@hadley hadley closed this as completed in ef07eeb Apr 21, 2015
@lock
Copy link

lock bot commented Sep 18, 2018

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/

@lock lock bot locked and limited conversation to collaborators Sep 18, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant