You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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)
.The text was updated successfully, but these errors were encountered: