Closed gabrielodom closed 2 years ago
Updated NOTEs:
@fveitz, do you want to try to fix a few of these? No.3 is good. This NOTE means that we don't need a paste()
call inside of a message()
or warning()
call. It's redundant.
Try out this example:
x <- "that"
message("try ", x, " out")
@fveitz, here is a link explaining some more: https://bioconductor.org/packages/devel/bioc/vignettes/BiocCheck/inst/doc/BiocCheck.html#coding-practices-checks
2. Update R version dependency from 4.0.0 to 4.1.
Hi @gabrielodom is it really necessary to set such requirement? Are you using any of the new features of R 4.1 or relying on any of the really few breaking changes?
Edit: I am guessing it might be a Bioconductor guideline to enforce the R version this way ...
Hi Dr. Canouil (@mcanouil), Bioconductor sets this requirement. Internally, I think our code is compatible with anything after v 3.1.0. Please let us know if you have any other questions. We are still trying to get this package published to Bioconductor (have been exceptionally busy teaching this summer).
Thanks, so I'll fork and make a change in requirement to avoid breaking my whole sets of analyses.
Sounds great! Please keep us updated
Link to Lori's new comments: https://github.com/Bioconductor/Contributions/issues/2064
When re-building the package, make sure to update the cache location for ExperimentHub: https://bioconductor.org/packages/devel/bioc/vignettes/ExperimentHub/inst/doc/ExperimentHub.html#default-caching-location-update
We are accepted!
@fveitz, these are the notes we have before submission:
CRAN Checks
Bioc Check