forked from poissonconsulting/chk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
58 lines (58 loc) · 1.67 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
Package: chk
Title: Check User-Supplied Function Arguments
Version: 0.7.0.9000
Authors@R:
c(person(given = "Joe",
family = "Thorley",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-7683-4592")),
person(given = "Kirill",
family = "Müller",
role = "aut",
comment = c(ORCID = "0000-0002-1416-3412")),
person(given = "Ayla",
family = "Pearson",
role = "ctb",
comment = c(ORCID = "0000-0001-7388-1222")),
person(given = "Nadine",
family = "Hussein",
role = "ctb",
email = "[email protected]",
comment = c(ORCID = "0000-0003-4470-8361")),
person(given = "Poisson Consulting",
role = c("cph", "fnd")))
Description: For developers to check user-supplied function arguments. It
is designed to be simple, fast and customizable. Error messages
follow the tidyverse style guide.
License: MIT + file LICENSE
URL: https://github.com/poissonconsulting/chk
BugReports: https://github.com/poissonconsulting/chk/issues
Depends:
R (>= 3.3)
Imports:
lifecycle,
methods,
rlang,
tools,
typed
Suggests:
covr,
knitr,
rmarkdown,
rpp,
testthat (>= 3.0.0),
withr
Remotes:
Q-language/rpp,
Q-language/typed
VignetteBuilder:
knitr
RdMacros:
lifecycle
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE, roclets = c("collate", "namespace", "rd", "rpp::rpp_prod_roclet"))
RoxygenNote: 7.1.2
Config/rpp/plugins: list(typed::rpp_elide_types())