-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathDESCRIPTION
54 lines (54 loc) · 1.68 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
Package: data.validator
Type: Package
Title: Automatic Data Validation and Reporting
Version: 0.2.1
Authors@R: c(person("Marcin", "Dubel", email = "opensource+marcin@appsilon.com", role = c("aut", "cre")),
person("Paweł", "Przytuła", email = "pawel@appsilon.com", role = c("aut")),
person("Jakub", "Nowicki", email = "kuba@appsilon.com", role = c("aut")),
person("Krystian", "Igras", email = "krystian8207@gmail.com", role = c("aut")),
person("Dominik", "Krzeminski", email = "craymon92@gmail.com", role = c("ctb")),
person("Servet Ahmet", "Çizmeli", email = "ahmet.cizmeli@contractors.appsilon.com", role = c("ctb")),
person(family = "Appsilon Sp. z o.o.", role = c("cph")))
Description: Validate dataset by columns and rows using convenient predicates inspired by 'assertr' package.
Generate good looking HTML report or print console output to display in logs of your data processing pipeline.
URL: https://appsilon.github.io/data.validator/, https://github.com/Appsilon/data.validator
BugReports: https://github.com/Appsilon/data.validator/issues
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: TRUE
RoxygenNote: 7.2.3
Language: en-US
Imports:
assertr (>= 2.8),
shiny.semantic (>= 0.3.3),
knitr,
purrr,
dplyr,
tidyr,
utils,
R6,
rlang,
rmarkdown,
htmltools,
htmlwidgets,
tibble
Suggests:
covr,
fixtuRes,
fs,
lintr,
magrittr,
rcmdcheck,
readr,
shiny,
spelling,
targets,
testthat,
visNetwork,
withr
Collate:
'results_parsers.R'
'semantic_report_constructors.R'
'utils.R'
'report.R'
'assertions.R'