ThinkR-open / checkhelper

A package to help deal with devtools::check outputs
https://thinkr-open.github.io/checkhelper/
Other
34 stars 4 forks source link

suggested change in default param for check_as_cran #85

Open cellocgw opened 7 months ago

cellocgw commented 7 months ago

I know this is largely personal preference, but how about making the default directory for the output logs the same as the package directory? something like

check_as_cran( pkg = ".", check_output = dirname(substitute(pkg)), [etc]

cellocgw commented 7 months ago

This is the default for , e.g. %% R CMD check