-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
57 lines (57 loc) · 1.42 KB
/
DESCRIPTION
File metadata and controls
57 lines (57 loc) · 1.42 KB
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
50
51
52
53
54
55
56
57
Package: ClinKit
Title: A Robust Scaffolding Framework for Automated Clinical Reporting
Version: 0.0.0.9
Authors@R:
person("Hualin", "Wang", , "wanghualin@stu.njmu.edu.cn", role = c("aut", "cre"))
Description: A comprehensive, opinionated toolkit for routine clinical
analyses. Provides one-click functions for univariate/multivariable
logistic or multinomial regression, restricted cubic splines,
quartile-based analyses, ROC curves, forest plots, interaction
testing, baseline tables, and publication-ready figures. All outputs
(tables, figures, Word reports) are generated automatically with
sensible defaults and minimal boilerplate code.
License: MIT + file LICENSE
URL: https://github.com/leaflight/ClinKit, https://leaflight.github.io/ClinKit/
BugReports: https://github.com/leaflight/ClinKit/issues
Depends:
R (>= 4.1.0)
Imports:
broom,
dplyr,
ggplot2,
gtsummary,
purrr,
rlang,
stats,
tibble,
tidyr,
utils,
systemfonts
Suggests:
pkgdown,
svglite,
testthat (>= 3.0.0),
withr (>= 2.5.0),
survival (>= 3.2.0),
knitr,
ggsci,
ggprism,
rmarkdown,
Hmisc,
pROC,
rms,
nnet,
interactionR,
forestploter,
jstable,
flextable,
officer,
ggExtra,
ggpmisc,
parameters,
broom.helpers
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
VignetteBuilder: knitr
Config/testthat/edition: 3