Package: box
Title: Write Reusable, Composable and Modular R Code
Version: 1.1.1
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.5.0)
Imports: tools
License: MIT + file LICENSE
Encoding: UTF-8
Suggests: devtools, knitr, rmarkdown, R6, rlang, roxygen2 (>= 7.0.2),
        shiny, testthat (>= 3.0.3)
Enhances: rstudioapi
VignetteBuilder: knitr
RoxygenNote: 7.1.2
NeedsCompilation: yes
Packaged: 2022-04-23 10:54:55 UTC; konrad
Author: Konrad Rudolph [aut, cre] (<https://orcid.org/0000-0002-9866-7051>),
  Michael Schubert [ctb] (<https://orcid.org/0000-0002-6862-5221>)
Maintainer: Konrad Rudolph <konrad.rudolph@gmail.com>
Repository: CRAN
Date/Publication: 2022-04-23 12:10:02 UTC
