mirror of
https://github.com/kidwellj/mapping_environmental_action.git
synced 2025-02-20 19:07:06 +00:00
Merge branch 'master' of https://github.com/kidwellj/mapping_environmental_action
This commit is contained in:
commit
f54e97d661
|
@ -78,6 +78,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) {
|
||||
|
|
Loading…
Reference in a new issue