knitr::opts_chunk$set(
  fig.path = file.path(getwd(), "man/figures/README"),
  cache.path = file.path(getwd(), "man/_cache/"),
  out.width = "100%",
  cache = TRUE,
  asciicast_theme = if (Sys.getenv("IN_PKGDOWN") == "true") "pkgdown" else "readme"
)
asciicast::init_knitr_engine(
  startup = quote({
    library(pkgdepends)
    set.seed(1) }),
  echo = TRUE,
  echo_input = FALSE,
  interactive = FALSE
)

Package Dependency Resolution, Downloads and Installation

lifecycle: experimental R build status Codecov test coverage R-CMD-check

pkgdepends is a toolkit for package dependencies, downloads and installations, to be used in other packages. If you are looking for a package manager, see pak.




r-lib/pkgdepends documentation built on April 7, 2024, 8:06 a.m.