ropensci / BaseSet

Provides classes for working with sets
https://docs.ropensci.org/BaseSet
Other
10 stars 3 forks source link

CRAN check on suggested #52

Closed llrs closed 3 years ago

llrs commented 3 years ago

Check http://cran.rediris.es/doc/manuals/r-release/R-exts.html#Suggested-packages to solve:

Packages in Suggests should be used conditionally: see 'Writing R Extensions'. This needs to be corrected even if the missing package becomes available.

Basically I should not raise an error when the package is not found. Even though it should be found as it is part of Bioconductor and should be available on CRAN.


Should probably fix the factor issue on the test to make it conditional to the R version