From a6f95cc20ac3ee70ddb9d3894f01af8391874f3e Mon Sep 17 00:00:00 2001 From: Jeremy Kidwell Date: Thu, 14 Mar 2019 19:04:47 +0000 Subject: [PATCH] added quite note re parallel() --- mapping_draft.Rmd | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mapping_draft.Rmd b/mapping_draft.Rmd index b24239e..47ea823 100644 --- a/mapping_draft.Rmd +++ b/mapping_draft.Rmd @@ -77,6 +77,9 @@ require(plotly) # allows for export of plots to dynamic web pages require(gtable) # more powerful package for multi-plot layouts, not necessary for knitr require(showtext) # for loading in fonts require(extrafont) # font support +# consider implementing parallel core execution here: +# require(parallel) +# as per https://blog.dominodatalab.com/multicore-data-science-r-python/ # Set up local workspace: if (dir.exists("data") == FALSE) {