From db9ae6a0c9cecb92048fde6f06af1da183c09b5f Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 19 Nov 2020 15:41:24 +0100 Subject: Depend on parallel, doc improvements By depending on parallel instead of importing it, functions to set up and stop a cluster are always available when mkin is loaded. The use of multicore processing in mmkin on Windows is now documented in the help file, which brings mkin closer to a version 1.0 #9. --- docs/dev/articles/FOCUS_D.html | 113 ++++---- .../anchor-sections-1.0/anchor-sections.css | 4 + .../anchor-sections-1.0/anchor-sections.js | 33 +++ .../articles/FOCUS_D_files/figure-html/plot-1.png | Bin 101350 -> 81432 bytes .../FOCUS_D_files/figure-html/plot_2-1.png | Bin 15733 -> 24025 bytes docs/dev/articles/FOCUS_L.html | 248 ++++++++-------- .../anchor-sections-1.0/anchor-sections.css | 4 + .../anchor-sections-1.0/anchor-sections.js | 33 +++ .../figure-html/unnamed-chunk-10-1.png | Bin 29158 -> 43110 bytes .../figure-html/unnamed-chunk-12-1.png | Bin 54890 -> 84605 bytes .../figure-html/unnamed-chunk-13-1.png | Bin 22017 -> 33489 bytes .../figure-html/unnamed-chunk-15-1.png | Bin 38622 -> 59507 bytes .../figure-html/unnamed-chunk-4-1.png | Bin 23429 -> 35964 bytes .../figure-html/unnamed-chunk-5-1.png | Bin 14826 -> 21999 bytes .../figure-html/unnamed-chunk-6-1.png | Bin 23881 -> 36379 bytes .../figure-html/unnamed-chunk-8-1.png | Bin 27992 -> 42221 bytes .../figure-html/unnamed-chunk-9-1.png | Bin 28432 -> 41739 bytes docs/dev/articles/mkin.html | 11 +- .../anchor-sections-1.0/anchor-sections.css | 4 + .../anchor-sections-1.0/anchor-sections.js | 33 +++ .../mkin_files/figure-html/unnamed-chunk-2-1.png | Bin 92716 -> 92716 bytes docs/dev/articles/twa.html | 13 +- .../anchor-sections-1.0/anchor-sections.css | 4 + .../anchor-sections-1.0/anchor-sections.js | 33 +++ docs/dev/articles/web_only/FOCUS_Z.html | 245 +++++++++------- .../anchor-sections-1.0/anchor-sections.css | 4 + .../anchor-sections-1.0/anchor-sections.js | 33 +++ .../figure-html/FOCUS_2006_Z_fits_1-1.png | Bin 88629 -> 69227 bytes .../figure-html/FOCUS_2006_Z_fits_10-1.png | Bin 133233 -> 109820 bytes .../figure-html/FOCUS_2006_Z_fits_11-1.png | Bin 132503 -> 109050 bytes .../figure-html/FOCUS_2006_Z_fits_11a-1.png | Bin 99562 -> 79154 bytes .../figure-html/FOCUS_2006_Z_fits_11b-1.png | Bin 22624 -> 35734 bytes .../figure-html/FOCUS_2006_Z_fits_2-1.png | Bin 88629 -> 69227 bytes .../figure-html/FOCUS_2006_Z_fits_3-1.png | Bin 88213 -> 69006 bytes .../figure-html/FOCUS_2006_Z_fits_5-1.png | Bin 104162 -> 83658 bytes .../figure-html/FOCUS_2006_Z_fits_6-1.png | Bin 133001 -> 108890 bytes .../figure-html/FOCUS_2006_Z_fits_7-1.png | Bin 132462 -> 108277 bytes .../figure-html/FOCUS_2006_Z_fits_9-1.png | Bin 110760 -> 91586 bytes docs/dev/articles/web_only/NAFTA_examples.html | 321 +++++++++++---------- .../anchor-sections-1.0/anchor-sections.css | 4 + .../anchor-sections-1.0/anchor-sections.js | 33 +++ .../NAFTA_examples_files/figure-html/p10-1.png | Bin 80950 -> 80950 bytes .../NAFTA_examples_files/figure-html/p13-1.png | Bin 79358 -> 79355 bytes .../NAFTA_examples_files/figure-html/p15a-1.png | Bin 78259 -> 78261 bytes .../NAFTA_examples_files/figure-html/p16-1.png | Bin 95465 -> 95466 bytes .../NAFTA_examples_files/figure-html/p7-1.png | Bin 103768 -> 103771 bytes docs/dev/articles/web_only/benchmarks.html | 54 ++-- docs/dev/articles/web_only/compiled_models.html | 122 ++++---- .../anchor-sections-1.0/anchor-sections.css | 4 + .../anchor-sections-1.0/anchor-sections.js | 33 +++ 50 files changed, 861 insertions(+), 525 deletions(-) create mode 100644 docs/dev/articles/FOCUS_D_files/anchor-sections-1.0/anchor-sections.css create mode 100644 docs/dev/articles/FOCUS_D_files/anchor-sections-1.0/anchor-sections.js create mode 100644 docs/dev/articles/FOCUS_L_files/anchor-sections-1.0/anchor-sections.css create mode 100644 docs/dev/articles/FOCUS_L_files/anchor-sections-1.0/anchor-sections.js create mode 100644 docs/dev/articles/mkin_files/anchor-sections-1.0/anchor-sections.css create mode 100644 docs/dev/articles/mkin_files/anchor-sections-1.0/anchor-sections.js create mode 100644 docs/dev/articles/twa_files/anchor-sections-1.0/anchor-sections.css create mode 100644 docs/dev/articles/twa_files/anchor-sections-1.0/anchor-sections.js create mode 100644 docs/dev/articles/web_only/FOCUS_Z_files/anchor-sections-1.0/anchor-sections.css create mode 100644 docs/dev/articles/web_only/FOCUS_Z_files/anchor-sections-1.0/anchor-sections.js create mode 100644 docs/dev/articles/web_only/NAFTA_examples_files/anchor-sections-1.0/anchor-sections.css create mode 100644 docs/dev/articles/web_only/NAFTA_examples_files/anchor-sections-1.0/anchor-sections.js create mode 100644 docs/dev/articles/web_only/compiled_models_files/anchor-sections-1.0/anchor-sections.css create mode 100644 docs/dev/articles/web_only/compiled_models_files/anchor-sections-1.0/anchor-sections.js (limited to 'docs/dev/articles') diff --git a/docs/dev/articles/FOCUS_D.html b/docs/dev/articles/FOCUS_D.html index 02701431..e526b3a7 100644 --- a/docs/dev/articles/FOCUS_D.html +++ b/docs/dev/articles/FOCUS_D.html @@ -32,7 +32,7 @@ mkin - 0.9.50.3 + 0.9.50.4 @@ -80,7 +80,7 @@