Skip to content

Commit

Permalink
also add merDeriv
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrajeetPatil committed Apr 27, 2024
1 parent 1ddadd1 commit 525e4d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ Suggests:
logspline,
MASS,
mclust,
merDeriv,
mgcv,
metafor,
NbClust,
Expand Down Expand Up @@ -119,4 +120,4 @@ Config/Needs/website:
r-lib/pkgdown,
easystats/easystatstemplate
Config/rcmdcheck/ignore-inconsequential-notes: true
Remotes: easystats/performance
Remotes: easystats/performance, easystats/modelbased
1 change: 1 addition & 0 deletions tests/testthat/test-check_model.R
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ test_that("`check_model()` works if convergence issues", {
test_that("`check_model()` works if convergence issues", {
skip_on_cran()
skip_if_not_installed("performance")
skip_if_not_installed("merDeriv")
data(mtcars)
m <- lm(mpg ~ wt + cyl + gear + disp, data = mtcars)
set.seed(123)
Expand Down

0 comments on commit 525e4d0

Please sign in to comment.