nanxstats / ggsci

🦄 Scientific journal and sci-fi themed color palettes for ggplot2
https://nanx.me/ggsci/
GNU General Public License v3.0
661 stars 71 forks source link

Reverse dependency check notes #28

Closed nanxstats closed 6 months ago

nanxstats commented 6 months ago
R -q
remotes::install_github("r-lib/revdepcheck")
# This is not necessarily needed
options(repos = "https://cloud.r-project.org/")

# If the default BioC mirror doesn't work, select the mirror in Germany
utils::chooseBioCmirror()

revdepcheck::revdep_check(num_workers = 32)