Package: box 1.2.2

box: Write Reusable, Composable and Modular R Code
A modern module system for R. Organise code into hierarchical, composable, reusable modules, and use it effortlessly across projects via a flexible, declarative dependency loading syntax.
Authors:
box_1.2.2.tar.gz
box_1.2.2.tar.gz(r-4.7-arm64)box_1.2.2.tar.gz(r-4.7-x86_64)box_1.2.2.tar.gz(r-4.6-arm64)box_1.2.2.tar.gz(r-4.6-x86_64)
box_1.2.2.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
box/json (API)
NEWS
| # Install 'box' in R: |
| install.packages('box', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/klmr/box/issues
Pkgdown/docs site:https://klmr.me
Last updated from:f4fd8d2927. Checks:6 OK. Indexed: no.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 134 | ||
| linux-devel-x86_64 | OK | 141 | ||
| source / vignettes | OK | 206 | ||
| linux-release-arm64 | OK | 128 | ||
| linux-release-x86_64 | OK | 144 | ||
| wasm-release | OK | 109 |
Exports:exportfilehelpnamepurge_cacheregister_S3_methodreloadscript_pathset_script_pathtopenvunloaduse
Dependencies:
Contributing to ‘box’
Rendered fromcontributing.rmdusingknitr::rmarkdownon Jun 09 2026.Last update: 2024-02-07
Started: 2024-02-07
Frequently asked questions
Rendered fromfaq.rmdusingknitr::rmarkdownon Jun 09 2026.Last update: 2025-11-28
Started: 2021-09-13
Get started
Rendered frombox.rmdusingknitr::rmarkdownon Jun 09 2026.Last update: 2026-04-10
Started: 2021-02-12
Migration guide
Rendered frommigration.rmdusingknitr::rmarkdownon Jun 09 2026.Last update: 2023-05-02
Started: 2021-02-12
Module environments
Rendered frommod-envs.rmdusingknitr::rmarkdownon Jun 09 2026.Last update: 2025-11-28
Started: 2025-11-28
Similar packages
Rendered fromrelated.rmdusingknitr::rmarkdownon Jun 09 2026.Last update: 2026-04-10
Started: 2021-09-13
Testing modules
Rendered fromtesting.rmdusingknitr::rmarkdownon Jun 09 2026.Last update: 2023-05-02
Started: 2021-03-20
Using compiled code
Rendered fromcompiled-code.rmdusingknitr::rmarkdownon Jun 09 2026.Last update: 2025-11-28
Started: 2021-02-12
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Explicitly declare module exports | export |
| Find the full paths of files in modules | file |
| Display module documentation | help |
| Hooks for module events | .on_load .on_unload mod-hooks |
| Get a module’s name | name |
| Register S3 methods | register_S3_method |
| Set the base path of the script | script_path set_script_path |
| Get a module’s namespace environment | topenv |
| Unload or reload modules | purge_cache reload unload |
| Import a module or package | use |
