Learn R Programming

pkgmaker (version 0.10.1)

R.exec: Executing R Commands

Description

R.exec executes a single R command via system2.

R.CMD executes R CMD commands.

R.SHLIB executes R CMD SHLIB commands.

Usage

R.exec(...)

R.CMD(cmd, ...)

R.SHLIB(libname, ...)

Arguments

...
extra arguments that are concatenated and appended to the command.
cmd
command to run, e.g. check or INSTALL.
libname
name of the output compiled library