The args of system_check should not be joined by ", " #753
Comments
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/ |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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", "
.The text was updated successfully, but these errors were encountered: