-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
38 lines (38 loc) · 1.14 KB
/
DESCRIPTION
File metadata and controls
38 lines (38 loc) · 1.14 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
Package: dataverifyr
Type: Package
Title: A Lightweight, Flexible, and Fast Data Validation Package that Can Handle All Sizes of Data
Version: 0.1.11
Authors@R: c(
person(given = "David",
family = "Zimmermann-Kollenda",
role = c("aut","cre"),
email = "david_j_zimmermann@hotmail.com"),
person(given = "Beniamino",
family = "Green",
role = "ctb",
email = "beniamino.green@tutanota.com")
)
Description: Allows you to define rules which can be used to verify a given
dataset.
The package acts as a thin wrapper around more powerful data packages such
as 'dplyr', 'data.table', 'arrow', and 'DBI' ('SQL'), which do the heavy lifting.
License: MIT + file LICENSE
URL: https://github.com/DavZim/dataverifyr,
https://davzim.github.io/dataverifyr/
BugReports: https://github.com/DavZim/dataverifyr/issues
Imports:
yaml
Suggests:
arrow,
data.table,
DBI,
dplyr,
dbplyr,
duckdb (>= 1.5.1),
RSQLite,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3