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
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'
NeedsCompilation: no
Packaged: 2023-12-11 10:01:11 UTC; kuba
Author: Marcin Dubel [aut, cre],
  Paweł Przytuła [aut],
  Jakub Nowicki [aut],
  Krystian Igras [aut],
  Dominik Krzeminski [ctb],
  Servet Ahmet Çizmeli [ctb],
  Appsilon Sp. z o.o. [cph]
Maintainer: Marcin Dubel <opensource+marcin@appsilon.com>
Repository: CRAN
Date/Publication: 2023-12-11 10:20:06 UTC
Built: R 4.3.1; ; 2023-12-11 12:37:55 UTC; unix
