revdep/check.R

if (!require(revdepcheck)){
    library(remotes)
    install_github('r-lib/revdepcheck')
    library(revdepcheck)
}

pkg <- ".."
revdepcheck::revdep_check(pkg, num_workers = 3)
revdepcheck::revdep_report(pkg)
revdepcheck::revdep_report_summary(pkg)
abarbour/psd documentation built on Aug. 15, 2023, 8:56 a.m.