Learn R Programming

⚠️There's a newer version (0.13.0) of this package.Take me there.

modules (version 0.7.0)

Self Contained Units of Source Code

Description

Provides modules as an organizational unit for source code. Modules enforce to be more rigorous when defining dependencies and have a local search path. They can be used as a sub unit within packages or in scripts.

Copy Link

Version

Install

install.packages('modules')

Monthly Downloads

2,889

Version

0.7.0

License

MIT + file LICENSE

Maintainer

Sebastian Warnholz

Last Published

July 15th, 2018

Functions in modules (0.7.0)

amodule

Define Augmented and Parameterized Modules
as.module

Coercion for Modules
depend

Declare dependencies of modules
export

Define Modules in R
getSearchPath

Get the search path of an environment