Package Dependency Resolution and Downloads
Shorthands for dependency specifications
Package configuration (internals)
R platforms
GitHub Releases
Update a CRAN-like repository of binary packages at GitHub
Download a blob for a remote git repository
Get a packfile for an object from a remote git repository
List files in a remote git repository
List references in a remote git repository
git protocol notes, for developers
Perform a package installation plan
Installation plans
Check whether a package name is valid
Status of packages in a library
Parse package location references
Create a binary package from an installed package
pkgdepends configuration
Possible package dependency types
R6 class for package dependency lookup
R6 class for package downloads
Package downloads
R6 class for installation from a lock file
R6 class for package download and installation.
Check if an R package name is available.
Package references
Dependency resolution
A set of handy regular expressions related to R packages
The dependency solver
pkgdepends: Package Dependency Resolution and Downloads
Query and manipulate CRAN-like repositories
Scan R code for dependent packages
Check if installed packages have all their system requirements
List contents of the system requirements DB, for a platform
Match system requirement descriptions to the database
Update the cached copy of the system requirements database
Create an installation plan for system requirements
Check if a platform has system requirements support
List installed system packages
List platforms with system requirements support
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.
Useful links