forked from rstudio/pointblank
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
45 lines (45 loc) · 1.33 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
Type: Package
Package: pointblank
Title: Validation of Local and Remote Data Tables
Version: 0.2.0
Authors@R:
person("Richard", "Iannone", , "[email protected]", c("aut", "cre"),
comment = c(ORCID = "0000-0003-3925-190X"))
Description: Validate data in data frames,
'tibble' objects, in 'CSV' and 'TSV' files,
and in database tables ('PostgreSQL' and 'MySQL').
Validation pipelines can be made using
easily-readable, consecutive validation steps
and such pipelines allow for switching of the
data table context. Upon execution of the
validation plan, several reporting options are
available. User-defined thresholds for failure
rates allow for the determination of appropriate
reporting actions.
License: MIT + file LICENSE
URL: https://github.com/rich-iannone/pointblank
BugReports: https://github.com/rich-iannone/pointblank/issues
Depends:
R (>= 3.1.2)
Imports:
commonmark (>= 1.5),
DBI (>= 0.8),
dplyr (>= 0.7.4),
glue (>= 1.2.0),
httr (>= 1.3.1),
magrittr (>= 1.5),
purrr (>= 0.2.4),
readr (>= 1.1.1),
rlang (>= 0.2.0),
messaging (>= 0.1.0),
rmarkdown (>= 1.9),
RMySQL (>= 0.10.14),
RPostgreSQL (>= 0.6-2),
stringr (>= 1.3.0),
tibble (>= 1.4.2),
tidyr (>= 0.8.0)
Suggests:
testthat,
covr
Encoding: UTF-8
RoxygenNote: 6.0.1