Skip to content

missed path quotation in install #76

@tentacles-from-outer-space

Description

In install, line 25 is unquoted built_path:

 R(paste("CMD INSTALL ", built_path, " --library=", shQuote(.libPaths()[1]), 

could be fixed to

 R(paste("CMD INSTALL ", shQuote(built_path), " --library=", shQuote(.libPaths()[1]), 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions