Open athowes opened 3 months ago
It'd be good for the package to pass R CMD CHECK. Something like this is needed to go on CRAN. Try with devtools::check()
R CMD CHECK
devtools::check()
It'd be good for the package to pass
R CMD CHECK
. Something like this is needed to go on CRAN. Try withdevtools::check()