README.md

pkginstall

Travis build status Coverage status AppVeyor Build Status Lifecycle: superseded

Provides a replacement for utils::install.packages(repo = NULL). I.e. it builds binary packages from source packages, and extracts the compressed archives into the package library.

Compared to utils::install.packages() it

Installation

Once on CRAN, install with

install.packages("pkginstall")

Example

files <- download.packages("remotes", type = "binary", ".")
pkginstall::install_binary(files[[2]])

Status Lifecycle: superseded

pkginstall is superseded: the functionality was included directly in the pkgdepends package, used by pak. We recommend using pak instead.



r-lib/pkginstall documentation built on April 9, 2020, 6:11 a.m.