pharmaverse / sdtmchecks

Analysis facing checks for SDTM data
https://pharmaverse.github.io/sdtmchecks/
Apache License 2.0
21 stars 8 forks source link

workaround - updated github/workflows/R-CMD-check.yml #276

Open sarabodach opened 11 months ago

sarabodach commented 11 months ago

image

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

sarabodach commented 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"
          )
sarabodach commented 11 months ago

image