mirror of
https://github.com/msberends/AMR.git
synced 2026-05-31 16:21:42 +02:00
fix parallel
This commit is contained in:
4
R/sir.R
4
R/sir.R
@@ -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")) {
|
||||
|
||||
Reference in New Issue
Block a user