run: Run an R package

Description Usage Arguments Examples

View source: R/run.R

Description

Installs an R package provided as a tarball, installs its dependencies, and runs the package's 'main()' function.

Usage

1
run(path, ...)

Arguments

path

path to a package tarball

...

other arguments (currently ignored)

Examples

1
2
3
4
## Not run: 
run('myapp_0.1.0.tar.gz')

## End(Not run)

dlindelof/run documentation built on May 23, 2019, 8:55 a.m.