Skip to content

We should use devtools::build() and not rcmdcheck::rcmdcheck() to build packages #17

@GegznaV

Description

@GegznaV

Why do we need rcmdcheck::rcmdcheck() while devtools::build() is sufficient. A full R-CMD check is performed in a separate workflow and devtools::build() is faster. What is more, it is straightforward to make binary packages with this function by using additional argument: devtools::build(binary = TRUE).

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions