-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
executable file
·49 lines (49 loc) · 2.61 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
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 = "[email protected]",role=c("cre","aut"),comment=c(ORCID="0000-0002-8431-5143")),
person(given="Ryan",family="Del Bel",email = "[email protected]",role="aut"),
person(given="Osvaldo",family="Espin-Garcia",email = "[email protected]",role="aut"),
person(given="Katherine",family="Lajkosz",email="[email protected]",role="aut",comment=c(ORCID="0000-0003-3760-5401")),
person(given="Clarina", family="Ong",email = "[email protected]",role="aut"),
person(given="Tyler",family="Pittman",email="[email protected]",role="aut",comment=c(ORCID="0000-0002-5013-6980")),
person(given="Anna",family="Santiago",email= "[email protected]",role="aut",comment=c(ORCID="0000-0002-0932-2386")),
person(given="Yanning",family="Wang",email = "[email protected]",role="ctr"),
person(given="Jessica",family="Weiss",email = "[email protected]",role="aut"),
person(given="Wei", family="Xu",email = "[email protected]",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 <[email protected]>
Repository: CRAN
Date/Publication: 2025-01-24 18:40:02 UTC