Skip to content

Commit a6a0e18

Browse files
committed
Merge branch 'master' into pr_213
2 parents 6e29f4a + c430bd5 commit a6a0e18

File tree

5 files changed

+6
-7
lines changed

5 files changed

+6
-7
lines changed

.github/workflows/CRAN check and test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
install.packages("glmmTMB", repos = "https://glmmTMB.github.io/glmmTMB/repos", type = "source")
8383
devtools::install_github("paul-buerkner/brms", build_vignettes = FALSE)
8484
devtools::install_github("lrberge/fixest")
85-
install.packages(c("AER", "alpaca", "Bergm", "bife", "biglm", "btergm", "dynlm", "eha", "ergm", "feisr", "forecast", "gamlss.inf", "lfe", "lme4", "maxLik", "metaSEM", "miceadds", "mlogit", "ordinal", "plm", "spatialreg", "speedglm", "truncreg", "remstimate", "remify", "remstats"))
85+
install.packages(c("AER", "alpaca", "Bergm", "bife", "biglm", "btergm", "dynlm", "eha", "ergm", "feisr", "forecast", "gamlss.inf", "lfe", "lme4", "maxLik", "metaSEM", "miceadds", "mlogit", "ordinal", "plm", "remify", "remstats", "remstimate", "spatialreg", "speedglm", "truncreg"))
8686
shell: Rscript {0}
8787

8888
- name: Check

DESCRIPTION

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: texreg
2-
Version: 1.39.4
3-
Date: 2024-07-23
2+
Version: 1.39.4.1
3+
Date: 2025-01-03
44
Title: Conversion of R Regression Output to LaTeX or HTML Tables
55
Authors@R: c(person(given = "Philip", family = "Leifeld", email = "[email protected]", role = c("aut", "cre")),
66
person(given = "Claudia", family = "Zucca", email = "[email protected]", role = "ctb"))

R/texreg.R

+1-2
Original file line numberDiff line numberDiff line change
@@ -4537,8 +4537,7 @@ reorder <- function(mat, new.order) {
45374537
#' length zero.
45384538
#' @param gof.decimal A \code{logical} vector with as many elements as the
45394539
#' \code{gof} argument, indicating whether the respective GOF statistic is a
4540-
#' double (\code{TRUE}) or integer (\code{FALSE}) number or whether it is a
4541-
#' \code{character} entry (\code{NA}).
4540+
#' double (\code{TRUE}) or integer (\code{FALSE}) number.
45424541
#' @param model.name A name for the statistical model. Can be a \code{character}
45434542
#' vector of length zero if there is no model name.
45444543
#' @return A \linkS4class{texreg} object representing the statistical model.

man/createTexreg.Rd

+1-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

texreg.Rproj

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
Version: 1.0
2+
ProjectId: 168cfada-eb01-4d33-a891-d0ec0a45a338
23

34
RestoreWorkspace: Default
45
SaveWorkspace: Default

0 commit comments

Comments
 (0)