Closed ChristineStawitz-NOAA closed 5 months ago
devtools::compile is a good alternative to devtools::check to quickly compile the package. We should add a line to the dev handbook to use this
devtools::compile
devtools::check
There is no exported function in devtools called compile().
compile()
devtools::compile
is a good alternative todevtools::check
to quickly compile the package. We should add a line to the dev handbook to use this