Find recursive dependencies of 'R' packages from various sources. Solve the dependencies to obtain a consistent set of packages to install. Download packages, and install them. It supports packages on 'CRAN', 'Bioconductor' and other 'CRAN-like' repositories, 'GitHub', package 'URLs', and local package trees and files. It caches metadata and package files via the 'pkgcache' package, and performs all 'HTTP' requests, downloads, builds and installations in parallel. 'pkgdepends' is the workhorse of the 'pak' package.
Version: | 0.8.0 |
Depends: | R (≥ 3.5) |
Imports: | callr (≥ 3.3.1), cli (≥ 3.6.0), curl, desc (≥ 1.4.3), filelock (≥ 1.0.2), jsonlite, lpSolve, pkgbuild (≥ 1.0.2), pkgcache (≥ 2.2.0), processx (≥ 3.4.2), ps, R6, stats, utils, zip (≥ 2.3.0) |
Suggests: | asciicast (≥ 2.2.0.9000), codetools, covr, debugme, fansi, fs, gh, gitcreds, glue, htmlwidgets, mockery, pak, pingr (≥ 2.0.0), rmarkdown, rstudioapi, spelling, svglite, testthat (≥ 3.2.0), tibble, webfakes (≥ 1.1.5.9000), withr (≥ 2.1.1) |
Published: | 2024-09-12 |
DOI: | 10.32614/CRAN.package.pkgdepends |
Author: | Gábor Csárdi [aut, cre], Posit Software, PBC [cph, fnd] |
Maintainer: | Gábor Csárdi <csardi.gabor at gmail.com> |
BugReports: | https://github.com/r-lib/pkgdepends/issues |
License: | MIT + file LICENSE |
URL: | https://r-lib.github.io/pkgdepends/, https://github.com/r-lib/pkgdepends |
NeedsCompilation: | no |
Materials: | README |
CRAN checks: | pkgdepends results |
Reference manual: | pkgdepends.pdf |
Package source: | pkgdepends_0.8.0.tar.gz |
Windows binaries: | r-devel: pkgdepends_0.8.0.zip, r-release: pkgdepends_0.8.0.zip, r-oldrel: pkgdepends_0.8.0.zip |
macOS binaries: | r-devel (arm64): pkgdepends_0.8.0.tgz, r-release (arm64): pkgdepends_0.8.0.tgz, r-oldrel (arm64): pkgdepends_0.8.0.tgz, r-devel (x86_64): pkgdepends_0.8.0.tgz, r-release (x86_64): pkgdepends_0.8.0.tgz, r-oldrel (x86_64): pkgdepends_0.8.0.tgz |
Old sources: | pkgdepends archive |
Reverse imports: | checkpoint, shinylive |
Reverse suggests: | pak |
Please use the canonical form https://CRAN.R-project.org/package=pkgdepends to link to this page.