-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
28 lines (28 loc) · 896 Bytes
/
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
Package: DataEntry.validation
Type: Package
Title: Tools to ensure the accuracy and reliability of the data.
Description: Do datasets follow a set of well defined properties?.
Similar to database constraints but more flexible and more accurate in reporting
where issues are.
Version: 2025.0.1
Authors@R: c(
person("Mihai", "Valcu", role=c("aut", "cre"), email="[email protected]"),
person("Martin", "Bulla", role= "ctb", email="[email protected]"),
person("Johannes", "Krietsch", role="ctb", email="[email protected]")
)
URL: https://github.com/valcu/DataEntry.validation
BugReports: https://github.com/valcu/DataEntry.validation/issues
License: MIT
Depends:
R (>= 3.0.0),
data.table
Imports:
methods,
glue,
stringr,
magrittr
Suggests:
testthat
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
Encoding: UTF-8