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
Once on CRAN, install with
install.packages("pkginstall")
files <- download.packages("remotes", type = "binary", ".")
pkginstall::install_binary(files[[2]])
pkginstall is superseded: the functionality was included directly in the pkgdepends package, used by pak. We recommend using pak instead.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.