For more information please visit the pacs website.
A set of tools that make life easier for developers and maintainers of R packages.
renv
lock
files.An Internet connection is required to take full advantage of most of the features.
Almost all calls which requiring an Internet connection are
cached (for 30 minutes) by the memoise
package, so the
second invocation of the same command (and arguments) is immediate.
Restart the R session if you want to clear cached data.
Development version:
# install.packages("remotes")
::install_github("polkas/pacs") remotes
CRAN:
install.packages("pacs")
For more examples with descriptions please visit the walk-through vignette.
Validate the library:
::lib_validate(
pacscheckred = list(
scope = c("ERROR", "FAIL"),
# by default all flavors
flavors = NULL
) )
All package check statuses for all CRAN servers:
::checked_packages() pacs
All CRAN releases of a package:
::pac_timemachine("dplyr") pacs
Compare package DESCRIPTION file dependencies between versions:
::pac_compare_versions("shiny", "1.0.0", "1.5.0") pacs
Looking for heavy dependencies:
::pac_deps_heavy("caret") pacs