-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
42 lines (42 loc) · 1.22 KB
/
DESCRIPTION
File metadata and controls
42 lines (42 loc) · 1.22 KB
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
Package: datadiff
Title: Data Validation Based on YAML Rules
Version: 0.4.4
Authors@R: c(
person("Vincent", "Guyader", , "vincent@thinkr.fr", role = c("cre", "aut"),
comment = c(ORCID = "0000-0003-0671-9270")),
person("ThinkR", role = "cph"),
person("Agence technique de l'information sur l'hospitalisation", role = "spn") )
Description: A comprehensive data validation package that allows comparing
datasets using configurable validation rules defined in YAML files.
Built on top of the pointblank package for robust data validation, it
supports exact matching, tolerance-based numeric comparisons, text
normalization, and row count validation.
License: MIT + file LICENSE
Depends:
R (>= 4.0.0)
Imports:
dplyr (>= 1.0.0),
pointblank (>= 0.12.3),
rlang (>= 0.4.0),
stats,
tidyselect (>= 1.0.0),
utils,
yaml (>= 2.2.0)
Suggests:
arrow,
DBI,
dbplyr,
duckdb,
knitr,
rmarkdown,
RSQLite,
stringr,
testthat (>= 3.0.0),
tibble
VignetteBuilder: knitr
URL: https://github.com/ThinkR-open/datadiff
BugReports: https://github.com/ThinkR-open/datadiff/issues
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
Config/testthat/edition: 3