Package: EDCimport
Version: 0.5.0
Title: Import Data from EDC Software
Authors@R: 
    c(person(given = "Dan",
             family = "Chaltiel",
             role = c("aut", "cre"),
             email = "dan.chaltiel@gmail.com",
             comment = c(ORCID = "0000-0003-3488-779X")))
Description: A convenient toolbox to import data exported from Electronic Data Capture (EDC) software 'TrialMaster'.
License: GPL-3
URL: https://github.com/DanChaltiel/EDCimport,
        https://danchaltiel.github.io/EDCimport/
BugReports: https://github.com/DanChaltiel/EDCimport/issues
Depends: R (>= 3.1.0)
Imports: cli, dplyr, forcats, fs, glue, ggplot2, haven, purrr, readr,
        rlang, scales, stringr, tibble, tidyr, tidyselect, utils,
        lifecycle
Suggests: callr, crosstable, gtools, htmlwidgets, janitor, knitr,
        openxlsx, patchwork, plotly, quarto, rmarkdown, rstudioapi,
        testthat (>= 3.1.8), usethis, vdiffr, withr
Encoding: UTF-8
RoxygenNote: 7.3.2
Config/testthat/edition: 3
Config/testthat/parallel: true
Config/testthat/start-first: local, trialmaster, utils
Collate: '7zip.R' 'EDCimport-package.R' 'assertions.R' 'burgled.R'
        'crf_status.R' 'data.R' 'helpers.R' 'utils.R' 'lookup.R'
        'options.R' 'population_plot.R' 'read_all_csv.R'
        'read_all_sas.R' 'read_all_xpt.R' 'read_trialmaster.R'
        'sanity_checks.R' 'sas_format.R' 'save_to_excel.R'
        'search_for_newer_data.R' 'split_mixed.R' 'swimmerplot.R'
        'utils_read.R'
NeedsCompilation: no
Packaged: 2024-10-24 07:38:34 UTC; Dan
Author: Dan Chaltiel [aut, cre] (<https://orcid.org/0000-0003-3488-779X>)
Maintainer: Dan Chaltiel <dan.chaltiel@gmail.com>
Repository: CRAN
Date/Publication: 2024-10-24 10:00:02 UTC
