-
-
Notifications
You must be signed in to change notification settings - Fork 47
/
DESCRIPTION
42 lines (42 loc) · 1.08 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Package: box
Title: Write Reusable, Composable and Modular R Code
Version: 1.2.0.9000
Authors@R: c(
person(
'Konrad', 'Rudolph',
email = '[email protected]',
role = c('aut', 'cre'),
comment = c(ORCID = '0000-0002-9866-7051')
),
person(
'Michael', 'Schubert',
email = '[email protected]',
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.2.1