- Add
cran
parameter to theget_repos()
internal and propagate it to the upstream functions includingrevdep_check()
. It allow user to decide whether htey want to always append CRAN mirror to repos or not (@maksymis)
-
cloud_check(r_version = "4.3.1")
is the updated default (#361). -
cloud_check()
gains the ability to check Bioconductor packages via a newbioc
argument, with a default ofFALSE
due to a relatively high likelihood of failed checks since Bioconductor system dependencies are currently not installed in the cloud check service (#362, #369). -
updated pkgdown template and url to https://revdepcheck.r-lib.org.
-
cloud_check()
gains the ability to add additional packages as the source of reverse dependencies. -
cran_revdeps()
now accepts multiple packge names. -
cloud_results()
gains a progress bar so you can see what's happening for large revdep runs (#273) -
cloud_report()
can opt-out of saving failures, and saves the CRAN report the same way asrevdep_report()
(#271). -
revdep_report()
now saves the results ofrevdep_report_cran()
torevdep/cran.md
(#204) -
Exported
revdep_report()
to write the current results to README.md and problems.md.
First public release.