-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
37 lines (37 loc) · 992 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: ruler
Title: Tidy Data Validation Reports
Version: 0.3.0.9000
Authors@R:
person(given = "Evgeni",
family = "Chasnovski",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-1617-4019"))
Description: Tools for creating data validation pipelines and
tidy reports. This package offers a framework for exploring and
validating data frame like objects using 'dplyr' grammar of data
manipulation.
License: MIT + file LICENSE
URL: https://echasnovski.github.io/ruler/,
https://github.com/echasnovski/ruler
BugReports: https://github.com/echasnovski/ruler/issues
Depends:
R (>= 3.4.0)
Imports:
dplyr (>= 0.8.0),
keyholder,
rlang,
tibble,
tidyr (>= 0.7.0),
magrittr,
purrr (>= 1.0.0)
Suggests:
covr,
knitr,
rmarkdown,
testthat
VignetteBuilder:
knitr
Encoding: UTF-8
Roxygen: list(markdown = TRUE, old_usage = TRUE)
RoxygenNote: 7.2.3