Learn R Programming

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

modules (version 0.4.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

4,384

Version

0.4.0

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Sebastian Warnholz

Last Published

April 7th, 2016

Functions in modules (0.4.0)

modfun

Class modfun
as.module

Coercion for Modules
getSearchPath

Get the search path of an environment
module

Define Modules in R