Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 5 additions & 6 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: performance
Title: Assessment of Regression Models Performance
Version: 0.15.0.3
Version: 0.15.1
Authors@R:
c(person(given = "Daniel",
family = "Lüdecke",
Expand Down Expand Up @@ -74,7 +74,7 @@ Depends:
R (>= 4.0)
Imports:
bayestestR (>= 0.16.1),
insight (>= 1.3.1),
insight (>= 1.4.0),
datawizard (>= 1.2.0),
stats,
methods,
Expand Down Expand Up @@ -106,7 +106,7 @@ Suggests:
ftExtra,
gamm4,
ggdag,
glmmTMB (>= 1.1.10),
glmmTMB (>= 1.1.12),
GPArotation,
graphics,
Hmisc,
Expand All @@ -127,15 +127,15 @@ Suggests:
metafor,
mgcv,
mlogit,
modelbased,
modelbased (>= 0.12.0),
multimode,
nestedLogit,
nlme,
nnet,
nonnest2,
ordinal,
parallel,
parameters (>= 0.27.0),
parameters (>= 0.28.0),
patchwork,
pscl,
psych,
Expand Down Expand Up @@ -168,4 +168,3 @@ Config/Needs/website:
r-lib/pkgdown,
easystats/easystatstemplate
Config/rcmdcheck/ignore-inconsequential-notes: true
Remotes: easystats/insight, easystats/bayestestR, easystats/parameters
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# performance (devel)
# performance 0.15.1

## Changes

Expand Down
Loading