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).