Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR implements two quick fixes to address the following NOTE currently being thrown by
R CMD check
:enrichR
was dropped from CRAN on 2024-11-04. Thankfully, it is available from https://cran.r-universe.dev, so we can just add that as an additional repo for now. The only other alternative would be completely deprecatingDEenrichRPlot
so that we can drop the dependency, but I'd rather not introduce a breaking change during a minor release if we don't have to.The
MULTIseqDemux
reference link was recently updated in #8180—I missed the change during my review but it was probably trying to address previous flakiness in CRAN checks caused by the old link. Hopefully, using the DOI name only will cause fewer issues for us in the future.