Skip to content

Commit ff91634

Browse files
committed
check issues
1 parent 9af4f97 commit ff91634

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

DESCRIPTION

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Type: Package
22
Package: performance
33
Title: Assessment of Regression Models Performance
4-
Version: 0.13.0
4+
Version: 0.13.0.1
55
Authors@R:
66
c(person(given = "Daniel",
77
family = "Lüdecke",
@@ -123,6 +123,7 @@ Suggests:
123123
metafor,
124124
mgcv,
125125
mlogit,
126+
modelbased,
126127
multimode,
127128
nestedLogit,
128129
nlme,

R/check_reliability.R

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ check_reliability <- function(x, ...) {
3030

3131
#' @export
3232
check_reliability.default <- function(x, ...) {
33+
insight::check_if_installed("modelbased", minimum_version = "0.10.0")
3334
check_reliability(modelbased::estimate_grouplevel(x, ...), ...)
3435
}
3536

0 commit comments

Comments
 (0)