1
0
mirror of https://github.com/msberends/AMR.git synced 2026-05-31 19:01:42 +02:00

fix parallel

This commit is contained in:
2026-04-30 01:03:16 +02:00
parent 49e440d037
commit 61b6c26834
4 changed files with 6 additions and 13 deletions

View File

@@ -311,10 +311,6 @@ as.sir(df_wide)
sir_interpretation_history()
\donttest{
# using parallel computing (requires the future.apply package):
# future::plan(future::multisession) # optional: set your own plan first
as.sir(df_wide, parallel = TRUE, info = TRUE)
## Using dplyr -------------------------------------------------
if (require("dplyr")) {