Package: box 1.2.0.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.0.9000.tar.gz
box_1.2.0.9000.zip(r-4.5)box_1.2.0.9000.zip(r-4.4)box_1.2.0.9000.zip(r-4.3)
box_1.2.0.9000.tgz(r-4.4-x86_64)box_1.2.0.9000.tgz(r-4.4-arm64)box_1.2.0.9000.tgz(r-4.3-x86_64)box_1.2.0.9000.tgz(r-4.3-arm64)
box_1.2.0.9000.tar.gz(r-4.5-noble)box_1.2.0.9000.tar.gz(r-4.4-noble)
box_1.2.0.9000.tgz(r-4.4-emscripten)box_1.2.0.9000.tgz(r-4.3-emscripten)
box.pdf |box.html✨
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:https://klmr.me
Last updated 6 months agofrom:53005b25fd (on build). Checks:OK: 4 NOTE: 5. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Dec 21 2024 |
R-4.5-win-x86_64 | NOTE | Dec 21 2024 |
R-4.5-linux-x86_64 | NOTE | Dec 21 2024 |
R-4.4-win-x86_64 | NOTE | Dec 21 2024 |
R-4.4-mac-x86_64 | NOTE | Dec 21 2024 |
R-4.4-mac-aarch64 | NOTE | Dec 21 2024 |
R-4.3-win-x86_64 | OK | Dec 21 2024 |
R-4.3-mac-x86_64 | OK | Dec 21 2024 |
R-4.3-mac-aarch64 | OK | Dec 21 2024 |
Exports:exportfilehelpnamepurge_cacheregister_S3_methodreloadscript_pathset_script_pathtopenvunloaduse
Dependencies:
Contributing to ‘box’
Rendered fromcontributing.rmd
usingknitr::rmarkdown
on Dec 21 2024.Last update: 2023-10-22
Started: 2023-10-22
Frequently asked questions
Rendered fromfaq.rmd
usingknitr::rmarkdown
on Dec 21 2024.Last update: 2023-09-01
Started: 2021-05-19
Get started
Rendered frombox.rmd
usingknitr::rmarkdown
on Dec 21 2024.Last update: 2024-02-07
Started: 2021-01-24
Migration guide
Rendered frommigration.rmd
usingknitr::rmarkdown
on Dec 21 2024.Last update: 2022-08-28
Started: 2021-01-24
Similar packages
Rendered fromrelated.rmd
usingknitr::rmarkdown
on Dec 21 2024.Last update: 2024-02-06
Started: 2021-07-28
Testing modules
Rendered fromtesting.rmd
usingknitr::rmarkdown
on Dec 21 2024.Last update: 2022-08-28
Started: 2021-03-15
The hierarchy of module environments
Rendered frommod-env-hierarchy.rmd
usingknitr::rmarkdown
on Dec 21 2024.Last update: 2023-04-02
Started: 2021-01-24
Using compiled code
Rendered fromcompiled-code.rmd
usingknitr::rmarkdown
on Dec 21 2024.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 |