Learn R Programming

cwhmisc (version 5.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)
  RR(sw=0:6, echoonly=FALSE)

Arguments

dir
character, path of (collection of) package(s)
pkg
character, name of package
echoonly
TRUE: give echo of R CMD ... only
sw
switch for alternatives, see note

Examples

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

Run the code above in your browser using DataLab