install_ropensci: Install ropensci packages

View source: R/install_ropensci.R

install_ropensciR Documentation

Install ropensci packages

Description

Install ropensci packages

Usage

install_ropensci(pkgs, type = "source", ...)

Arguments

pkgs

One or more packages to install

type

character; Only source for now, but hopefully soon support binaries.

...

Named options passed on to install

Details

Only installs source (non-binary) packages from GitHub for now.

Examples


install_ropensci(pkgs = 'musemeta')
install_ropensci(pkgs = 'musemeta', quiet = TRUE)
install_ropensci(pkgs = c('musemeta','rerddap'))
install_ropensci(pkgs = 'alm', ref = "v0.3.0")

# not found
install_ropensci(pkgs = 'stuffthings')


ropensci/ropkgs documentation built on May 18, 2022, 7:31 p.m.