1
0
mirror of https://github.com/msberends/AMR.git synced 2026-05-31 16:21: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

@@ -220,10 +220,6 @@ VALID_SIR_LEVELS <- c("S", "SDD", "I", "R", "NI", "WT", "NWT", "NS")
#' 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")) {