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).
Why do we need
rcmdcheck::rcmdcheck()whiledevtools::build()is sufficient. A full R-CMD check is performed in a separate workflow anddevtools::build()is faster. What is more, it is straightforward to make binary packages with this function by using additional argument:devtools::build(binary = TRUE).