-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
37 lines (37 loc) · 1.05 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
Package: dcmodifydb
Title: Modifying Rules on a DataBase
Version: 0.3.1
Authors@R: c(
person(given = "Edwin",
family = "de Jonge",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-6580-4718")),
person(given="Wytze", family = "Gelderloos", role=c("ctb"), email="")
)
Description: Apply modification rules from R package 'dcmodify' to the database,
prescribing and documenting deterministic data cleaning steps on records in a database.
The rules are translated into SQL statements using R package 'dbplyr'.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
Depends: R (>= 4.0.0)
Suggests:
testthat (>= 3.0.0),
RSQLite,
covr,
knitr,
rmarkdown
Imports:
dplyr,
dbplyr,
DBI,
dcmodify (>= 0.1.9),
validate,
methods
URL: https://github.com/data-cleaning/dcmodifydb
BugReports: https://github.com/data-cleaning/dcmodifydb/issues
VignetteBuilder: knitr
RoxygenNote: 7.2.0
Config/testthat/edition: 3