pak
A Fresh Approach to R Package Installation
pak installs R packages from CRAN, Bioconductor, GitHub, URLs, git
repositories, local files and directories. It is an alternative to
install.packages() and devtools::install_github(). pak is fast, safe and
convenient.
- :rocket: Short tour
- :link: Quick links (start here if in doubt!)
- :sparkles: Features
- :arrow_down: Installation
- :blue_book: License
:rocket: Short tour
Install or update packages from CRAN or Bioconductor
pak::pkg_install("tibble")Install packages from GitHub
pak::pkg_install("tidyverse/tibble")