Learn R Programming

guix.install (version 1.0.0)

Install R Packages with GNU Guix

Description

This 'R' package provides a single procedure guix.install(), which allows users to install 'R' packages via 'Guix' right from within their running 'R' session. If the requested 'R' package does not exist in 'Guix' at this time, the package and all its missing dependencies will be imported recursively and the generated package definitions will be written to ~/.Rguix/packages.scm. This record of imported packages can be used later to reproduce the environment, and to add the packages in question to a proper 'Guix' channel (or 'Guix' itself). guix.install() not only supports installing packages from CRAN, but also from Bioconductor or even arbitrary 'git' or 'mercurial' repositories, replacing the need for installation via 'devtools'.

Copy Link

Version

Install

install.packages('guix.install')

Monthly Downloads

154

Version

1.0.0

License

GPL (>= 3)

Issues

Pull Requests

Stars

Forks

Maintainer

Ricardo Wurmus

Last Published

April 28th, 2022

Functions in guix.install (1.0.0)

guix.install

guix.install
guix.install-package

guix.install: Install R Packages Reproducibly with Guix