Skip to content

Commit

Permalink
squish the warning from glmmTMB
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinsimpson committed Nov 13, 2023
1 parent 8f69102 commit 2c64cb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/testthat/setup.R
Original file line number Diff line number Diff line change
Expand Up @@ -401,5 +401,5 @@ m_twlss <- gam(list(y ~ s(x0) + s(x1) + s(x2) + s(x3), ~ 1, ~ 1),
### glmmTMB support
data("sleepstudy", package = "lme4")
library("glmmTMB")
m_glmmTMB <- glmmTMB(Reaction ~ s(log(Days + 1), k = 4), data = sleepstudy,
REML = TRUE)
expect_warning(m_glmmTMB <- glmmTMB(Reaction ~ s(log(Days + 1), k = 4), data = sleepstudy,
REML = TRUE))

0 comments on commit 2c64cb2

Please sign in to comment.