- local (linux), R 4.5.3
- win-builder (windows), R devel
- Github Actions (linux), R devel and R release
Status: OK
We checked 24 reverse dependencies (11 from CRAN + 13 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package.
- We saw 1 new problems
- We failed to check 0 packages
Issues with CRAN packages are summarised below.
-
W4MRUtils
- They had a couple bugs that got triggered by this update.
- More than two weeks ago I supplied a PR fixing these for both the current CRAN version of {optparse} and this update: workflow4metabolomics/W4MRUtils#3
- As in previous uploads while in a non-interactive session (i.e. in an Rscript) if
parse_args()observes a help flag it will print a usage message and then callquit()unless the argumentprint_help_and_exithas been setFALSE.