Package: bregr
Title: Easy and Efficient Batch Processing of Regression Models
Version: 1.3.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. (2021) <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, qs, rmarkdown,
        testthat (>= 3.0.0), UCSCXenaShiny, visreg
VignetteBuilder: knitr
Config/testthat/edition: 3
Encoding: UTF-8
RoxygenNote: 7.3.2
NeedsCompilation: no
Packaged: 2025-09-22 09:24:16 UTC; wsx
Author: Shixiang Wang [aut, cre] (ORCID:
    <https://orcid.org/0000-0001-9855-7357>),
  Yun Peng [aut] (ORCID: <https://orcid.org/0000-0003-2801-3332>),
  Chenyang Shu [aut]
Repository: CRAN
Date/Publication: 2025-09-22 09:50:02 UTC
Built: R 4.4.3; ; 2025-10-21 15:38:57 UTC; windows
