-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
43 lines (43 loc) · 1.21 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: checkr
Title: Check the Properties of Common R Objects
Version: 0.5.0.9001
Authors@R:
c(
person("Joe", "Thorley", , "[email protected]", c("aut", "cre"), comment = c(ORCID = "0000-0002-7683-4592")),
person("Evan", "Amies-Galonski", , "[email protected]", "ctb", comment = c(ORCID = 0000-0003-1096-2089)),
person("Poisson Consulting", role = c("cph", "fnd"))
)
Description: Expressive, assertive, pipe-friendly functions
to check the properties of common R objects.
In the case of failure the functions issue informative error messages.
Superseded by the 'chk' package.
License: MIT + file LICENSE
URL: https://github.com/poissonconsulting/checkr, https://poissonconsulting.github.io/checkr/
BugReports: https://github.com/poissonconsulting/checkr/issues
Depends: R (>= 3.5)
Imports:
err,
lifecycle
Suggests:
assertthat,
chk,
checkmate,
covr,
datasets,
magrittr,
hms,
dplyr,
units,
rlang,
testthat,
knitr,
rmarkdown
Remotes:
poissonconsulting/err
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
VignetteBuilder: knitr
Language: en-CA
Roxygen: list(markdown = TRUE)
Config/Needs/website: poissonconsulting/poissontemplate