devlib: Load a package from developer's library

Description Usage Arguments Details Value See Also

View source: R/devlib.R

Description

Load and attach a package from developer's library

Usage

1
devlib(pkg, ver = NULL, devtree = getOption("devlib"), ...)

Arguments

pkg

character, name of the package

ver

character or NULL, version of the package

devtree

character, path to the top level of developer's library

...

other arguments, passed to library

Details

Argument ver is assumed to follow the standard from R package DESCRIPTION files. So the version is supposed to look like x.y-z, and not x.y.z. If ver is NULL then the most recent version is loaded.

Value

The same as library.

See Also

library


mbojan/devlibrary documentation built on April 30, 2020, 8:55 a.m.