rk.build.plugin: Build an RKWard plugin package

View source: R/rk.build.plugin.R

rk.build.pluginR Documentation

Build an RKWard plugin package

Description

Build an RKWard plugin package

Usage

rk.build.plugin(plugin, check = FALSE, install = FALSE, R.libs = NULL)

Arguments

plugin

A character string, path to the plugin package root directory (hint: it's the directory with the DESCRIPTION file in it).

check

Logical, whether the package should be checked for errors. Always do this before you publish a package!

install

Logical, whether the built package should also be installed locally.

R.libs

A character string, path to local R packages, used by install to figure out where to install to.

See Also

Introduction to Writing Plugins for RKWard

Examples

## Not run: 
plugin.dir <- rk.plugin.skeleton("MyPlugin", dialog=full.dialog, wizard=full.wizard)
rk.build.plugin(plugin.dir, R.libs="~/R", check=TRUE)

## End(Not run)

rkward-community/rkwarddev documentation built on May 9, 2022, 3:02 p.m.