Loading vignettes/parallel.Rmd +2 −2 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ editor_options: ```{r setup, include=FALSE} knitr::opts_chunk$set( echo = TRUE, eval = TRUE, # Change this later! eval = FALSE, # Change this later! message = FALSE, warning = FALSE, fig.width = 7, Loading Loading @@ -57,7 +57,7 @@ parallel::stopCluster(cl) ### In series: ```{r} nBoot <- 20 # Let's make sure things run with a small nBoot nBoot <- 10 # Let's make sure things run with a small nBoot # but bump up later! blockLength <- 200 Loading Loading
vignettes/parallel.Rmd +2 −2 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ editor_options: ```{r setup, include=FALSE} knitr::opts_chunk$set( echo = TRUE, eval = TRUE, # Change this later! eval = FALSE, # Change this later! message = FALSE, warning = FALSE, fig.width = 7, Loading Loading @@ -57,7 +57,7 @@ parallel::stopCluster(cl) ### In series: ```{r} nBoot <- 20 # Let's make sure things run with a small nBoot nBoot <- 10 # Let's make sure things run with a small nBoot # but bump up later! blockLength <- 200 Loading