-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathDESCRIPTION
More file actions
65 lines (65 loc) · 1.58 KB
/
DESCRIPTION
File metadata and controls
65 lines (65 loc) · 1.58 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
58
59
60
61
62
63
64
65
Package: bregr
Title: Easy and Efficient Batch Processing of Regression Models
Version: 1.4.0
Authors@R: c(
person("Shixiang", "Wang", , "w_shixiang@163.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-9855-7357")),
person("Yun", "Peng", , "yunyunp96@163.com", role = "aut",
comment = c(ORCID = "0000-0003-2801-3332")),
person("Chenyang", "Shu", , "402221506@qq.com", role = "aut")
)
Maintainer: Shixiang Wang <w_shixiang@163.com>
Description: Easily processes batches of univariate or multivariate
regression models. Returns results in a tidy format and generates
visualization plots for straightforward interpretation (Wang,
Shixiang, et al. (2025) <DOI:10.1002/mdr2.70028>).
License: GPL (>= 3)
URL: https://github.com/WangLabCSU/bregr,
https://wanglabcsu.github.io/bregr/
BugReports: https://github.com/WangLabCSU/bregr/issues
Depends:
R (>= 4.1.0)
Imports:
broom,
broom.helpers,
cli,
dplyr,
forestploter,
ggplot2,
glue,
insight,
lifecycle,
mirai,
purrr,
rlang (>= 1.1.0),
S7,
survival,
tibble,
utils,
vctrs (>= 0.5.0)
Suggests:
broom.mixed,
fs,
ggalign,
ggnewscale,
ggstats,
ggstatsplot,
gtsummary,
ids,
knitr,
lme4,
merDeriv,
parallel,
qs2,
rmarkdown,
testthat (>= 3.0.0),
UCSCXenaShiny,
visreg
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE, roclets = c("collate", "namespace", "rd",
"roxytest::testthat_roclet"))
RoxygenNote: 7.3.3