powered by
Uses utils::install.packages() to install additional R packages from the piecepackr universe https://piecepackr.r-universe.dev/builds. pkgs_ppverse() returns a character vector of R packages in the piecepackr universe.
utils::install.packages()
pkgs_ppverse()
install_ppverse( pkgs = pkgs_ppverse(free_libre_only), ..., dependencies = TRUE, free_libre_only = TRUE )pkgs_ppverse(free_libre_only = TRUE)
pkgs_ppverse(free_libre_only = TRUE)
Packages to install. Passed to utils::install.packages().
Passed to utils::install.packages().
Logical indicating whether to install dependencies of pkgs. Passed to utils::install.packages().
pkgs
Flag to only include packages that are Free/Libre Open Source.
pkgs_ppverse() if (FALSE) # Installs non-CRAN packages from the piecepackr universe install_ppverse()
Run the code above in your browser using DataLab