Learn R Programming

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

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

3,044

Version

0.3.0

License

GPL-3 | file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Sebastian Warnholz

Last Published

February 23rd, 2016

Functions in modules (0.3.0)

modfun

Class modfun
getSearchPath

Get the search path of an environment
as.module

Coercion for Modules
module

Define Modules in R