Closed llrs closed 3 years ago
See this question on stackoverflow that leads to this thread. Basically I need to test for _R_CHECK_FORCESUGGESTS=false
I think I fixed this on the latest release. Now, even if some suggested packages are not found by CRAN, no error is raised.
CRAN often does not have some of all the packages suggested from Bioconductor. This creates Notes and errors and so far are transitory (once they are installed it works).
The vignettes, tests (and examples?) should test and only use those packages conditionally on the availability of the packages. Assuming they are available on CRAN is not a valid option.