From 7c8d2186f233439fe235341405511d27a8101990 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Fri, 26 Jun 2015 16:16:34 +0200 Subject: Advertise parallel processing in the NEWS file --- NEWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 6a1c55b9..3a8900ac 100644 --- a/NEWS.md +++ b/NEWS.md @@ -4,7 +4,7 @@ ### MAJOR CHANGES -- New function `mmkin()`: This function takes a character vector of model shorthand names, or alternatively a list of mkinmod models, as well as a list of dataset as main arguments. It returns a matrix of mkinfit objects, with a row for each model and a column for each dataset. A subsetting method with single brackets is available. +- New function `mmkin()`: This function takes a character vector of model shorthand names, or alternatively a list of mkinmod models, as well as a list of dataset as main arguments. It returns a matrix of mkinfit objects, with a row for each model and a column for each dataset. A subsetting method with single brackets is available. Fitting the models in parallel using the `parallel` package is supported. - New function `plot.mmkin()`: Plots single-row or single-column `mmkin` objects including residual plots. -- cgit v1.2.1