-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
38 lines (38 loc) · 871 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
38
Package: rong
Title: Functional Input Validation
Version: 0.0.0.9999
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
LazyData: true
Depends:
R (>= 3.2.0)
Imports:
rlang (>= 0.2.1),
glue (>= 1.3.0)
Suggests:
testthat,
purrr,
stringr,
knitr,
rmarkdown
VignetteBuilder: knitr
URL: https://github.com/egnha/rong
BugReports: https://github.com/egnha/rong/issues
Collate:
'utils.R'
'utils-rd.R'
'collectors.R'
'parser.R'
'message.R'
'checker.R'
'validation.R'
'operators.R'
'predicates.R'
'rong.R'
RoxygenNote: 6.1.0
Roxygen: list(markdown = TRUE)