Learn R Programming

GRANCore (version 0.2.7)

install_packages,character,GRANRepository-method: install_packages method for GRANRepository objects

Description

install_packages method for GRANRepository objects

Usage

# S4 method for character,GRANRepository
install_packages(pkgs, repos,
  versions = NULL, verbose = FALSE, ...)

Arguments

pkgs

Character vector of package names to install

repos

A GRANRepository

versions

Ignored

verbose

Whether verbose/debugging information should be printed

Passed (eventually) to install.packages

Details

This method calls directly down to the character,character method of install_packages in switchr