added quite note re parallel()

This commit is contained in:
Jeremy Kidwell 2019-03-14 19:04:47 +00:00
parent 107ae69bfb
commit a6f95cc20a

View file

@ -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) {