Skip to content

Commit

Permalink
packageVersion fix requested by CRAN
Browse files Browse the repository at this point in the history
  • Loading branch information
leifeld committed Nov 9, 2023
1 parent 1be047b commit 95228b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: texreg
Version: 1.39.2
Date: 2023-06-26
Version: 1.39.3
Date: 2023-11-09
Title: Conversion of R Regression Output to LaTeX or HTML Tables
Authors@R: c(person(given = "Philip", family = "Leifeld", email = "philip.leifeld@essex.ac.uk", role = c("aut", "cre")),
person(given = "Claudia", family = "Zucca", email = "c.zucca@jads.nl", role = "ctb"))
Expand Down
2 changes: 1 addition & 1 deletion R/extract.R
Original file line number Diff line number Diff line change
Expand Up @@ -4021,7 +4021,7 @@ extract.lme4 <- function(model,
include.variance = TRUE,
...) {

if (utils::packageVersion("lme4") < 1.0) {
if (utils::packageVersion("lme4") < "1.0") {
message("Please update to a newer 'lme4' version for full compatibility.")
}

Expand Down

0 comments on commit 95228b0

Please sign in to comment.