Package: reportRmd
Title: Tidy Presentation of Clinical Reporting
Version: 0.1.1
Date: 2024-12-30
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="Clarina", family="Ong",email = "clarinaongo@gmail.com",role="aut"),
    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: nlme, tidycmprsk, rmarkdown, testthat (>= 3.0.0)
Config/testthat/edition: 3
Encoding: UTF-8
RoxygenNote: 7.3.2
Imports: aod, boot, cmprsk, cowplot, dplyr, geepack, ggplot2, ggpubr,
        gridExtra, kableExtra, knitr, lifecycle, MASS, pander, plyr,
        rlang, rstatix, scales, stats, survival, tidyselect
Collate: 'helper.R' 'main.R' 'globals.R' 'data.R' 'lblCode.R'
        'rm_compactsum.R' 'rm_uvsum2.R' 'autoreg.R' 'autosum.R'
        'getVarLevels.R' 'rm_mvsum2.R'
Depends: R (>= 4.2)
LazyData: no
VignetteBuilder: knitr, rmarkdown
NeedsCompilation: no
Packaged: 2025-01-22 17:07:19 UTC; lisaavery
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>),
  Clarina Ong [aut],
  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: 2025-01-24 18:40:02 UTC
Built: R 4.3.3; ; 2025-04-07 04:04:35 UTC; windows
