provide: Provides the environment with library versions specified and...

Description Usage Arguments Value

Description

Provides the environment with library versions specified and runs the code in that environment

Usage

1
2
provide(..., code = invisible(.libPaths()),
  local = getOption("raven.local"), repo = getOption("raven.repo"))

Arguments

...

library names and versions in named list to string format (e.g. limma='3.22.7'), if the version is ommitted (the library is still the named parameter with no value) a warning is issued listing available versions and the version used

code

to run in the provisioned environment, if omitted returns the library path of provisioned environment

local

the local root directory for the installed packages, if omitted uses the option 'raven.local'

repo

the repository address, if omitted uses the option 'raven.repo'

Value

return of the code evaluated within the environment


dfci-cccb/raven documentation built on May 15, 2019, 5:12 a.m.