From f239d19d9256d271139b61cefc4665831583ca17 Mon Sep 17 00:00:00 2001 From: Jan Meis Date: Thu, 11 Jul 2024 09:07:01 +0200 Subject: [PATCH] Last fix for CRAN upload --- vignettes/Introduction.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vignettes/Introduction.Rmd b/vignettes/Introduction.Rmd index 286eae8..f4ea920 100644 --- a/vignettes/Introduction.Rmd +++ b/vignettes/Introduction.Rmd @@ -431,7 +431,7 @@ scenarios, which can be time consuming. The evaluation of performance characteri ```{r} -library(future) +library(future.apply) # Change to e.g. plan(multisession) for parallel computing plan(sequential)