revdepcheck
revdepcheck copied to clipboard
R package reverse dependency checking
## Overview This PR adds the "Supported by Posit" badge to the revdepcheck website. ## Background We've recently started adding a "Supported by Posit" badge across all Posit package websites...
Hello, I already used this function on windows and now no reverse dep are checked/installed locally when i run : - `revdepcheck::revdep_check()` I installed `revdepcheck` with `pak::pkg_install("r-lib/revdepcheck")`. My conf system...
Hi, I'm trying to check the [xgboost](https://github.com/dmlc/xgboost) project but ran into the following error, which stops the check: ``` Error in desc$get_field("BugReports", default = character()) : attempt to apply non-function...
I am running `revdepcheck::revdep_check(num_workers = 4, bioc = FALSE)`, but Bioconductor revdeps are still being checked. I went a little deeper and ran `revdepcheck:::cran_revdeps_versions(bioc = FALSE)`. That also returned Bioconductor...
`revdepcheck::cran_revdeps()` fails for some evercran dates, e.g. ```r $ R --vanilla R version 4.5.1 (2025-06-13) -- "Great Square Root" ... options(repos = "https://evercran.r-pkg.org/2024/06/14") db sessionInfo() R version 4.5.1 (2025-06-13) Platform:...