checkhelper
checkhelper copied to clipboard
suggested change in default param for check_as_cran
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]
This is the default for , e.g. %% R CMD check