Package: mod 0.1.4.9000

mod: Lightweight and Self-Contained Modules for Code Organization
Creates modules inline or from a file. Modules can contain any R object and be nested. Each module have their own scope and package "search path" that does not interfere with one another or the user's working environment.
Authors:
mod_0.1.4.9000.tar.gz
mod_0.1.4.9000.zip(r-4.7)mod_0.1.4.9000.zip(r-4.6)mod_0.1.4.9000.zip(r-4.5)
mod_0.1.4.9000.tgz(r-4.6-any)mod_0.1.4.9000.tgz(r-4.5-any)
mod_0.1.4.9000.tar.gz(r-4.7-any)mod_0.1.4.9000.tar.gz(r-4.6-any)
mod_0.1.4.9000.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
mod/json (API)
NEWS
| # Install 'mod' in R: |
| install.packages('mod', repos = c('https://iqis.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/iqis/mod/issues
datatypemodulemodulesprogramming
Last updated from:a9daf6c64e. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 116 | ||
| source / vignettes | OK | 162 | ||
| linux-release-x86_64 | OK | 109 | ||
| macos-release-arm64 | OK | 145 | ||
| macos-oldrel-arm64 | OK | 134 | ||
| windows-devel | OK | 84 | ||
| windows-release | OK | 126 | ||
| windows-oldrel | OK | 75 | ||
| wasm-release | OK | 96 |
Exports:acquireas_moduledropis_modulemoduleprivateuleuse
Dependencies:
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Use a Package as if a Module | as_module |
| Detach a Module from the Search Path | drop |
| Test if an Object is a Module | is_module |
| Make a Module | acquire module ule |
| Name a Module | name |
| Print a Module | print.module |
| Extract the Private Environment of a Module | private |
| Provide Objects from a Module | provide |
| Copy Bindings from a Module to Another | refer |
| Load/Attach Package to Local Search Path | require |
| Attach a Module to the Search Path | use |
