-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
55 lines (55 loc) · 1.31 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
Package: validatedb
Title: Validate Data in a Database using 'validate'
Version: 0.3.2.9000
Authors@R: c(
person(given = "Edwin",
family = "de Jonge",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID="0000-0002-6580-4718"))
)
Description: Check whether records in a database table are valid using
validation rules in R syntax specified with R package 'validate'.
R validation checks are automatically translated to SQL using 'dbplyr'.
License: GPL-3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.0
Depends: validate
Imports:
dplyr,
dbplyr,
DBI,
methods
Suggests:
testthat,
RSQLite,
covr
URL: https://github.com/data-cleaning/validatedb
BugReports: https://github.com/data-cleaning/validatedb/issues
Collate:
'aggregate.R'
'tbl_validation.R'
'as-data-frame.R'
'check_rules.R'
'compute.R'
'confront.R'
'confront_tbl.R'
'confront_tbl_sparse.R'
'contains_at_least.R'
'do_by.R'
'dump_sql.R'
'exists_any.R'
'is_complete.R'
'is_record_based.R'
'is_unique.R'
'rewrite.R'
'rule_works_on_tbl.R'
'show_query.R'
'summary.R'
'tbl.R'
'unsparse.R'
'validatedb-package.R'
'values.R'
'violating.R'
'wrap_expression.R'