Package: box Title: Write Reusable, Composable and Modular R Code Version: 1.2.2.9000 Authors@R: c( person( 'Konrad', 'Rudolph', email = 'konrad.rudolph@gmail.com', role = c('aut', 'cre'), comment = c(ORCID = '0000-0002-9866-7051') ), person( 'Michael', 'Schubert', email = 'mschu.dev@gmail.com', role = 'ctb', comment = c(ORCID = '0000-0002-6862-5221') ) ) URL: https://klmr.me/box/, https://github.com/klmr/box BugReports: https://github.com/klmr/box/issues Description: 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. Depends: R (>= 3.6.0) Imports: tools License: MIT + file LICENSE Encoding: UTF-8 Suggests: devtools, knitr (>= 1.40), rmarkdown, R6, rlang, roxygen2 (>= 7.2.1), shiny, stringr, testthat (>= 3.1.7) Enhances: rstudioapi VignetteBuilder: knitr RoxygenNote: 7.3.3 Repository: https://klmr.r-universe.dev Date/Publication: 2026-05-29 23:12:50 UTC RemoteUrl: https://github.com/klmr/box RemoteRef: build RemoteSha: 4844e20081c8365afa1fe007c0dd5e982c1bddfe NeedsCompilation: yes Packaged: 2026-07-04 10:45:13 UTC; root Author: Konrad Rudolph [aut, cre] (ORCID: ), Michael Schubert [ctb] (ORCID: ) Maintainer: Konrad Rudolph