Package: Tplyr
Title: A Grammar of Clinical Data Summary
Version: 0.4.2
Authors@R: 
    c(
    person(given = "Eli",
           family = "Miller",
           role = "aut",
           email = "Eli.Miller@AtorusResearch.com",
           comment = c(ORCID = "0000-0002-2127-9456")),
    person(given = "Mike",
           family = "Stackhouse",
           role = c("aut", "cre"),
           email = "mike.stackhouse@atorusresearch.com",
           comment = c(ORCID = "0000-0001-6030-723X")),
    person(given = "Ashley", 
           family = "Tarasiewicz",
           email = "Ashley.Tarasiewicz@atorusresearch.com", 
           role = "aut"),
    person(given = "Nathan",
           family = "Kosiba",
           email = "Nathan.Kosiba@atorusresearch.com",
           role = "aut",
           comment = c(ORCID = "0000-0001-5359-4234")),
    person(given = "Atorus Research LLC",
           role = "cph")
    )
Description: A tool created to simplify the data manipulation necessary to create clinical reports.
License: MIT + file LICENSE
URL: https://github.com/atorus-research/Tplyr
BugReports: https://github.com/atorus-research/Tplyr/issues
Encoding: UTF-8
Depends: R (>= 3.5.0)
Imports: rlang (>= 0.4.6), assertthat (>= 0.2.1), magrittr (>= 1.5),
        dplyr (>= 1.0.0), purrr (>= 0.3.3), stringr (>= 1.4.0), tidyr
        (>= 1.0.2), tidyselect (>= 1.1.0), tibble (>= 3.0.1),
        lifecycle, forcats (>= 0.4.0)
Suggests: testthat (>= 2.1.0), haven (>= 2.2.0), knitr, rmarkdown,
        huxtable, tidyverse, readr, kableExtra, pharmaRTF
VignetteBuilder: knitr
RoxygenNote: 7.1.2
RdMacros: lifecycle
NeedsCompilation: no
Packaged: 2021-10-15 12:33:17 UTC; eli.miller
Author: Eli Miller [aut] (<https://orcid.org/0000-0002-2127-9456>),
  Mike Stackhouse [aut, cre] (<https://orcid.org/0000-0001-6030-723X>),
  Ashley Tarasiewicz [aut],
  Nathan Kosiba [aut] (<https://orcid.org/0000-0001-5359-4234>),
  Atorus Research LLC [cph]
Maintainer: Mike Stackhouse <mike.stackhouse@atorusresearch.com>
Repository: CRAN
Date/Publication: 2021-10-15 13:20:02 UTC
