diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2015-05-15 08:49:40 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2015-05-15 08:51:06 +0200 |
commit | 656466946f093617ababebe5ec3b36809234112a (patch) | |
tree | 70eb27c6eef57302dfa38ded9e2e180627dc10a4 /NEWS.md | |
parent | 01c69fcff8c5a82b4c80faaeb44ff00827e792ca (diff) |
Finished migration from RUnit to testthat
Diffstat (limited to 'NEWS.md')
-rw-r--r-- | NEWS.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,9 @@ # CHANGES in mkin VERSION 0.9-35 +## MAJOR CHANGES + +- Switch from RUnit to testthat for testing + ## BUG FIXES - `mkinparplot()`: Avoid warnings that occurred when not all confidence intervals were available in the summary of the fit @@ -10,6 +14,7 @@ ## NEW FEATURES - `mkinfit()`: Report successful termination when quiet = FALSE. This is helpful for more difficult problems fitted with reweight.method = obs, as no progress is often indicated during the reweighting. +- A first test using results established in the expertise written for the German Federal Environmental Agency (UBA) was added. # CHANGES in mkin VERSION 0.9-34 |