evanverse
provides streamlined utility functions for
installing, checking, and updating R packages β including support for
CRAN, Bioconductor, and GitHub.
This vignette walks through:
inst_pkg()
β install packages from any
source
check_pkg()
β check if a package is
installed
update_pkg()
β update packages smartly
inst_pkg()
check_pkg()
update_pkg()
Managing packages across CRAN, Bioconductor, and GitHub doesnβt need to be a pain.
With evanverse
, you can keep your environment tidy and
up-to-date β with just a few consistent commands.