Package: modules 0.13.0

modules: Self Contained Units of Source Code

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.

Authors:Sebastian Warnholz [aut, cre]

modules_0.13.0.tar.gz
modules_0.13.0.zip(r-4.5)modules_0.13.0.zip(r-4.4)modules_0.13.0.zip(r-4.3)
modules_0.13.0.tgz(r-4.5-any)modules_0.13.0.tgz(r-4.4-any)modules_0.13.0.tgz(r-4.3-any)
modules_0.13.0.tar.gz(r-4.5-noble)modules_0.13.0.tar.gz(r-4.4-noble)
modules_0.13.0.tgz(r-4.4-emscripten)modules_0.13.0.tgz(r-4.3-emscripten)
modules.pdf |modules.html
modules/json (API)
NEWS

# Install 'modules' in R:
install.packages('modules', repos = c('https://wahani.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/wahani/modules/issues

On CRAN:

Conda:

functional-programmingmodule

9.39 score 83 stars 7 packages 192 scripts 4.9k downloads 15 exports 0 dependencies

Last updated 1 years agofrom:7578c5b6ef. Checks:8 OK. Indexed: yes.

TargetResultLatest binary
Doc / VignettesOKFeb 17 2025
R-4.5-winOKFeb 17 2025
R-4.5-macOKFeb 17 2025
R-4.5-linuxOKFeb 17 2025
R-4.4-winOKFeb 17 2025
R-4.4-macOKFeb 17 2025
R-4.3-winOKFeb 17 2025
R-4.3-macOKFeb 17 2025

Exports:amoduleas.moduleautoTopEncldependexportexposeextendgetSearchPathgetSearchPathContentgetSearchPathDuplicatesgetSearchPathNamesimportimportDefaultPackagesmoduleuse

Dependencies:

Modules as R Objects

Rendered frommodulesAsObjects.Rmdusingknitr::rmarkdownon Feb 17 2025.

Last update: 2018-11-24
Started: 2018-11-11

Modules in R

Rendered frommodulesInR.Rmdusingknitr::rmarkdownon Feb 17 2025.

Last update: 2022-04-21
Started: 2015-11-12

Modules: Organizing R Source Code

Rendered frommodulesAsFiles.Rmdusingknitr::rmarkdownon Feb 17 2025.

Last update: 2018-11-26
Started: 2018-11-11

Readme and manuals

Help Manual

Help pageTopics
Define Augmented and Parameterized Modulesamodule
Coercion for Modulesas.module as.module.character as.module.module
Declare dependencies of modulesdepend depend.default
Export mechanism for modulesexport
Expose module contentsexpose
Extend existing module definitionsextend
Get the search path of an environmentgetSearchPath getSearchPathContent getSearchPathDuplicates getSearchPathNames
Import mechanism for modulesimport importDefaultPackages
Define Modules in RautoTopEncl module
Use a module as dependencyuse