-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
69 lines (69 loc) · 1.62 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
59
60
61
62
63
64
65
66
67
68
69
Type: Package
Package: testdat
Title: Data Unit Testing for R
Version: 0.4.2.9000
Authors@R:
c(person(given = "Danny",
family = "Smith",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Kinto",
family = "Behr",
role = "aut",
email = "[email protected]"),
person(given = "The Social Research Centre",
role = "cph"))
Description: Test your data! An extension of the 'testthat' unit testing
framework with a family of functions and reporting tools for checking
and validating data frames.
License: MIT + file LICENSE
URL: https://socialresearchcentre.github.io/testdat/,
https://github.com/socialresearchcentre/testdat
BugReports: https://github.com/socialresearchcentre/testdat/issues
Depends:
R (>= 3.2.2),
testthat (>= 2.0.0)
Imports:
dplyr (>= 0.8.0),
glue,
lifecycle,
rlang,
stringr,
tidyselect
Suggests:
covr,
crayon,
knitr,
labelled,
lubridate,
openxlsx,
rmarkdown
VignetteBuilder:
knitr
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Collate:
'chk-filter.R'
'chk.R'
'comparison.R'
'deprec-chk.R'
'deprec-expect.R'
'deprec-reporter.R'
'expectation.R'
'expect-generic.R'
'expect-make.R'
'expect-chk.R'
'expect-conditional.R'
'expect-data.R'
'expect-datacomp.R'
'expect-exclusive.R'
'expect-labels.R'
'expect-proportion.R'
'expect-unique.R'
'expect_depends.R'
'reporter-excel.R'
'reporter-zzz.R'
'testdat-package.R'
'utils.R'
'zzz.R'