Skip to content

Commit

Permalink
restore former defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Oct 4, 2024
1 parent c1b639c commit e232865
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,7 +1,7 @@
Type: Package
Package: see
Title: Model Visualisation Toolbox for 'easystats' and 'ggplot2'
Version: 0.9.0.4
Version: 0.9.0.5
Authors@R:
c(person(given = "Daniel",
family = "Lüdecke",
Expand Down Expand Up @@ -121,4 +121,4 @@ Config/testthat/edition: 3
Config/testthat/parallel: true
Config/Needs/website: easystats/easystatstemplate
Config/rcmdcheck/ignore-inconsequential-notes: true
Remotes: easystats/performance, easystats/parameters
Remotes: easystats/performance, easystats/parameters, easystats/datawizard
2 changes: 1 addition & 1 deletion R/plot.check_predictions.R
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ plot.see_performance_pp_check <- function(x,
x$key[nrow(x)] <- "Observed data"
x <- datawizard::data_to_long(x, select = -1:-2, names_to = "x", values_to = "count")
if (insight::n_unique(x$x) > 8) {
x$x <- datawizard::to_numeric(x$x)
x$x <- datawizard::to_numeric(x$x, dummy_factors = TRUE)
}

p1 <- p2 <- NULL
Expand Down

0 comments on commit e232865

Please sign in to comment.