Package: coreval
Title: Check Clinical Trial Data Against 'CDISC' Open Rules
Version: 0.1.0
Authors@R: 
    person("Hrach", "Gevorgyan", email = "hrach.gevorgyan@yandex.com", role = c("aut", "cre", "cph"))
Description: Finds conformance problems in clinical trial data without
    leaving R, using the openly published 'CDISC' Open Rules ('CORE'). Check a
    single dataset while you are still writing the code that builds it, or a
    whole study folder once it exists, and get the findings back as a tidy
    data frame pointing at the exact row and variable. Reads transport
    ('XPT'), 'SAS' and comma-separated files, plus 'Define-XML' when present,
    and covers rules for the 'SDTM', 'SEND' and 'TIG' standards. The
    rules are bundled inside the package, so nothing is downloaded and your
    data never leaves your machine: no internet, no API key, no account. When
    a rule cannot be checked - because it needs a dataset you did not supply,
    for instance - it is reported as skipped with the reason, never counted as
    a pass. Meant as a quick first pass before a qualified validation system,
    never as a replacement for one. An independent project: not affiliated
    with or endorsed by 'CDISC', and not a 'CORE'-certified conformance engine.
Copyright: Hrach Gevorgyan holds the copyright in this package's own
        code. The bundled rule definitions and CDISC standards metadata
        under inst/extdata are derived from cdisc-org/cdisc-open-rules,
        copyright CDISC, and are used under its MIT license. See
        inst/COPYRIGHTS for the full notice and for which files that
        covers.
License: MIT + file LICENSE
URL: https://github.com/hrach-gevorgyan/coreval
BugReports: https://github.com/hrach-gevorgyan/coreval/issues
Encoding: UTF-8
Language: en-US
Depends: R (>= 4.1)
Imports: data.table, haven
Suggests: knitr, rmarkdown, testthat (>= 3.0.0), writexl, xml2
VignetteBuilder: knitr
Config/testthat/edition: 3
Config/roxygen2/version: 8.1.0
NeedsCompilation: no
Packaged: 2026-09-02 06:25:08 UTC; hrach
Author: Hrach Gevorgyan [aut, cre, cph]
Maintainer: Hrach Gevorgyan <hrach.gevorgyan@yandex.com>
Repository: CRAN
Date/Publication: 2026-09-12 12:30:08 UTC
Built: R 4.5.2; ; 2026-09-12 14:00:05 UTC; unix
