Package: box 1.2.2.9000

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.9000.tar.gz
box_1.2.2.9000.zip(r-4.7)box_1.2.2.9000.zip(r-4.6)box_1.2.2.9000.zip(r-4.5)
box_1.2.2.9000.tgz(r-4.6-x86_64)box_1.2.2.9000.tgz(r-4.6-arm64)box_1.2.2.9000.tgz(r-4.5-x86_64)box_1.2.2.9000.tgz(r-4.5-arm64)
box_1.2.2.9000.tar.gz(r-4.7-arm64)box_1.2.2.9000.tar.gz(r-4.7-x86_64)box_1.2.2.9000.tar.gz(r-4.6-arm64)box_1.2.2.9000.tar.gz(r-4.6-x86_64)
box_1.2.2.9000.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://klmr.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:4844e20081 (on build). Checks:11 NOTE, 2 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | NOTE | 149 | ||
| linux-devel-x86_64 | NOTE | 139 | ||
| source / vignettes | OK | 171 | ||
| linux-release-arm64 | NOTE | 129 | ||
| linux-release-x86_64 | NOTE | 134 | ||
| macos-release-arm64 | NOTE | 107 | ||
| macos-release-x86_64 | NOTE | 359 | ||
| macos-oldrel-arm64 | NOTE | 110 | ||
| macos-oldrel-x86_64 | NOTE | 212 | ||
| windows-devel | NOTE | 103 | ||
| windows-release | NOTE | 109 | ||
| windows-oldrel | NOTE | 100 | ||
| wasm-release | OK | 107 |
Exports:exportfilehelpnamepurge_cacheregister_S3_methodreloadscript_pathset_script_pathtopenvunloaduse
Dependencies:
Contributing to ‘box’
Rendered fromcontributing.rmdusingknitr::rmarkdownon May 30 2026.Last update: 2026-05-03
Started: 2023-10-22
Frequently asked questions
Rendered fromfaq.rmdusingknitr::rmarkdownon May 30 2026.Last update: 2025-11-16
Started: 2021-05-19
Get started
Rendered frombox.rmdusingknitr::rmarkdownon May 30 2026.Last update: 2025-11-24
Started: 2021-01-24
Migration guide
Rendered frommigration.rmdusingknitr::rmarkdownon May 30 2026.Last update: 2026-04-14
Started: 2021-01-24
Module environments
Rendered frommod-envs.rmdusingknitr::rmarkdownon May 30 2026.Last update: 2025-11-16
Started: 2025-11-16
Similar packages
Rendered fromrelated.rmdusingknitr::rmarkdownon May 30 2026.Last update: 2024-02-06
Started: 2021-07-28
Testing modules
Rendered fromtesting.rmdusingknitr::rmarkdownon May 30 2026.Last update: 2022-08-28
Started: 2021-03-15
Using compiled code
Rendered fromcompiled-code.rmdusingknitr::rmarkdownon May 30 2026.Last update: 2022-08-28
Started: 2021-01-24
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 |
