Open sarabodach opened 11 months ago
Hi @harriscw - FYI, removed the "--as-cran" check as a temporary workaround from the R check in GitHub workflow:
rcmdcheck::rcmdcheck(
args = c("--no-manual", "--as-cran"),
# args = c("--no-manual", "--as-cran"),
args = c("--no-manual"),
error_on = check_error_on,
check_dir = "check"
)
Originally posted by @sarabodach in https://github.com/pharmaverse/sdtmchecks/issues/273#issuecomment-1863703464
https://github.com/pharmaverse/sdtmchecks/blob/devel/.github/workflows/R-CMD-check.yml