Skip to content

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

@luckyrandom

Description

@luckyrandom

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 ", ".

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions