Package: data.validator
Type: Package
Title: Automatic Data Validation and Reporting
Version: 0.1.6
Authors@R: c(person("Krystian", "Igras", email = "krystian@appsilon.com", role = c("aut")),
             person("Marcin", "Dubel", email = "marcin@appsilon.com", role = c("aut", "cre")),
             person("Paweł", "Przytuła", email = "pawel@appsilon.com", role = c("aut")),
             person("Dominik", "Krzeminski", email = "dominik@appsilon.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.
BugReports: https://github.com/Appsilon/data.validator/issues
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.1.2
Imports: shiny, assertr (>= 2.8), shiny.semantic (>= 0.3.3), knitr,
        purrr, dplyr, tidyr, utils, R6, rlang, rmarkdown, htmltools,
        htmlwidgets, tibble
Suggests: testthat, covr
Collate: 'results_parsers.R' 'semantic_report_constructors.R' 'utils.R'
        'report.R' 'assertions.R'
NeedsCompilation: no
Packaged: 2022-01-18 22:02:39 UTC; utsav
Author: Krystian Igras [aut],
  Marcin Dubel [aut, cre],
  Paweł Przytuła [aut],
  Dominik Krzeminski [ctb],
  Servet Ahmet Çizmeli [ctb],
  Appsilon Sp. z o.o. [cph]
Maintainer: Marcin Dubel <marcin@appsilon.com>
Repository: CRAN
Date/Publication: 2022-01-19 16:32:42 UTC
Built: R 4.0.5; ; 2022-01-25 05:50:08 UTC; unix
