forked from wahani/modules
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
43 lines (43 loc) · 1 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
43
Package: modules
Title: Self Contained Units of Source Code
Version: 0.12.0
Authors@R: person("Sebastian", "Warnholz", email = "[email protected]", role = c("aut", "cre"))
Description: Provides modules as an organizational unit for source code. Modules
enforce to be more rigorous when defining dependencies and have
a local search path. They can be used as a sub unit within packages
or in scripts.
BugReports: https://github.com/wahani/modules/issues
URL: https://github.com/wahani/modules
ByteCompile: TRUE
Depends:
R (>= 3.2.0)
Imports:
utils
License: MIT + file LICENSE
Encoding: UTF-8
Suggests:
testthat,
devtools,
knitr,
lintr,
rmarkdown,
parallel
RoxygenNote: 7.1.2
Collate:
'amodule.R'
'NAMESPACE.R'
'getSearchPath.R'
'class.R'
'depend.R'
'export.R'
'expose.R'
'extend.R'
'import.R'
'module-class.R'
'module-coercion.R'
'module-helper.R'
'module.R'
'use.R'
'testModule.R'
'base-override.R'
VignetteBuilder: knitr