Package: reportRmd
Title: Tidy Presentation of Clinical Reporting
Version: 0.1.0
Date: 2023-11-10
Authors@R: c(
    person(given="Lisa",family="Avery",email = "lisa.avery@uhn.ca",role=c("cre","aut"),comment=c(ORCID="0000-0002-8431-5143")),
    person(given="Ryan",family="Del Bel",email = "rdelbel@gmail.com",role="aut"),
    person(given="Osvaldo",family="Espin-Garcia",email = "osvaldo.espin-garcia@uhn.ca",role="aut"),
    person(given="Katherine",family="Lajkosz",email="Katherine.Lajkosz@uhn.ca",role="aut",comment=c(ORCID="0000-0003-3760-5401")),
    person(given="Tyler",family="Pittman",email="tyler.pittman@uhn.ca",role="aut",comment=c(ORCID="0000-0002-5013-6980")),
    person(given="Anna",family="Santiago",email= "Anna.Santiago@uhn.ca",role="aut",comment=c(ORCID="0000-0002-0932-2386")),
    person(given="Yanning",family="Wang",email = "21yw15@queensu.ca",role="ctr"),    
    person(given="Jessica",family="Weiss",email = "jessica.weiss@uhn.ca",role="aut"),    
    person(given="Wei", family="Xu",email = "wei.xu@uhn.ca",role="aut"))
Description: Streamlined statistical reporting in 'Rmarkdown' environments. 
    Facilitates the automated reporting of descriptive statistics, multiple 
    univariate models, multivariable models and tables combining these outputs. 
    Plotting functions include customisable survival curves, forest plots from 
    logistic and ordinal regression and bivariate comparison plots.
License: MIT + file LICENSE
Suggests: rmarkdown, testthat (>= 3.0.0)
Config/testthat/edition: 3
Encoding: UTF-8
RoxygenNote: 7.2.3
Imports: aod, cmprsk, cowplot, geepack, ggplot2, ggpubr, gridExtra,
        kableExtra, knitr, lifecycle, MASS, pander, plyr, rlang,
        rstatix, scales, survival
Collate: 'helper.R' 'main.R' 'globals.R' 'data.R' 'lblCode.R'
Depends: R (>= 4.2)
LazyData: true
VignetteBuilder: knitr, rmarkdown
NeedsCompilation: no
Packaged: 2023-11-16 16:10:36 UTC; lavery
Author: Lisa Avery [cre, aut] (<https://orcid.org/0000-0002-8431-5143>),
  Ryan Del Bel [aut],
  Osvaldo Espin-Garcia [aut],
  Katherine Lajkosz [aut] (<https://orcid.org/0000-0003-3760-5401>),
  Tyler Pittman [aut] (<https://orcid.org/0000-0002-5013-6980>),
  Anna Santiago [aut] (<https://orcid.org/0000-0002-0932-2386>),
  Yanning Wang [ctr],
  Jessica Weiss [aut],
  Wei Xu [aut]
Maintainer: Lisa Avery <lisa.avery@uhn.ca>
Repository: CRAN
Date/Publication: 2023-11-16 17:00:03 UTC
Built: R 4.2.3; ; 2023-11-16 17:57:30 UTC; unix
