From 7f4719ab8f9662599c495157f4dede249a84dcd2 Mon Sep 17 00:00:00 2001 From: Daniel Date: Sun, 24 Sep 2023 18:25:07 +0200 Subject: [PATCH] news, dev --- DESCRIPTION | 2 +- NEWS.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index fa29f37d4..4853a45d3 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Type: Package Package: performance Title: Assessment of Regression Models Performance -Version: 0.10.5.2 +Version: 0.10.5.3 Authors@R: c(person(given = "Daniel", family = "Lüdecke", diff --git a/NEWS.md b/NEWS.md index 857924e29..40e57d346 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,12 @@ # performance (development version) +## Changes to functions + +* `check_outliers()` for method `"ics"` now detects number of available cores + for parallel computing via the `"mc.cores"` option. This is more robust than + the previous method, which used `parallel::detectCores()`. Now you should + set the number of cores via `options(mc.cores = 4)`. + # performance 0.10.5 ## Changes to functions