Learn R Programming

cwhmisc (version 6.0)

RCA: Check, build, install package in a unified manner.

Description

Check, build, install package in a unified manner.

Usage

RCA(dir,pkg,sw=0:6, echoonly=FALSE, verbose=TRUE)

Arguments

dir
character, path of (collection of) package(s)
pkg
character, name of package
echoonly
boolean give echo of R CMD ..., more verbosely
verbose
boolean give only echo of intended 'R CMD ...'
sw
switch for alternatives, must be in 0:6, see note

Examples

Run this code
## Not run: 
#   RCA(<R-dir>,"mypackage", 2:4)
# ## End(Not run)

Run the code above in your browser using DataLab