-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
37 lines (37 loc) · 874 Bytes
/
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
Package: valaddin
Title: Functional Input Validation
Version: 1.0.2
Authors@R: person("Eugene", "Ha", email = "[email protected]", role = c("aut", "cre"))
Description: A set of basic tools to transform functions into functions with
input validation checks, in a manner suitable for both programmatic and
interactive use.
License: MIT + file LICENSE
Encoding: UTF-8
Depends:
R (>= 3.1.0)
Imports:
lazyeval (>= 0.2.1)
Suggests:
magrittr,
testthat,
stringr,
knitr,
rmarkdown
VignetteBuilder: knitr
URL: https://github.com/egnha/valaddin
BugReports: https://github.com/egnha/valaddin/issues
Collate:
'utils.R'
'pipe.R'
'rawrd.R'
'formulas.R'
'checklist.R'
'components.R'
'call.R'
'firmly.R'
'validate.R'
'scope.R'
'checkers.R'
'valaddin-package.R'
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE)