pkg_gh: Install and attach packages

Description Usage Arguments Note Author(s) See Also

View source: R/pkg_gh.R

Description

The function checks whether the specified packages are installed or not. Packages that are not installed on your machine are going to be installed.

Usage

1
pkg_gh(pkg_names, attach = TRUE, ...)

Arguments

pkg_names

Character. A vector specifying the names of packages you want to install.

attach

Logical. If TRUE the packages will be loaded.

...

Further parameters passed to devtools::install_github().

Note

pkg_names must be specified in the following format: username/repo[/subdir][@ref|#pull] see ?devtools::install_github

Author(s)

Frederik Sachser

See Also

pkg_cran, install_github


sachserf/repres documentation built on May 29, 2019, 12:21 p.m.