View source: R/install_ppverse.R
install_ppverse | R Documentation |
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.
install_ppverse(
pkgs = pkgs_ppverse(free_libre_only),
...,
dependencies = TRUE,
free_libre_only = TRUE
)
pkgs_ppverse(free_libre_only = TRUE)
pkgs |
Packages to install. Passed to |
... |
Passed to |
dependencies |
Logical indicating whether to install dependencies of |
free_libre_only |
Flag to only include packages that are Free/Libre Open Source. |
pkgs_ppverse()
## Not run: # Installs non-CRAN packages from the piecepackr universe
install_ppverse()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.