Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

R.exec

Executing R Commands


Description

Functions to execute R commands.

Usage

R.exec(..., lib.loc = NULL)

R.CMD(cmd, ...)

R.SHLIB(libname, ...)

Arguments

...

extra arguments that are concatenated and appended to the command.

lib.loc

logical that indicates if the current library locations should be used. If a character vector, then it is used as the library path specification.

cmd

command to run, e.g. ‘check’ or ‘INSTALL’.

libname

name of the output compiled library

Functions

  • R.exec: executes a single R command via system2.

  • R.CMD: executes R CMD commands.

  • R.SHLIB: executes R CMD SHLIB commands.


pkgmaker

Development Utilities for R Packages

v0.32.2
GPL (>= 2)
Authors
Renaud Gaujoux [aut, cre]
Initial release
2020-10-20

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.