From 656466946f093617ababebe5ec3b36809234112a Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Fri, 15 May 2015 08:49:40 +0200 Subject: Finished migration from RUnit to testthat --- NEWS.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'NEWS.md') diff --git a/NEWS.md b/NEWS.md index 1caaa148..cc9f28f9 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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 -- cgit v1.2.1 From 9a5d2378845e584a2a2c6c09f7ef99a82d09273b Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Fri, 15 May 2015 13:04:36 +0200 Subject: Add synthetic data generated for UBA expertise, tests The new tests are based on the results documented in the expertise I wrote for the UBA (currently unpublished). --- NEWS.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'NEWS.md') diff --git a/NEWS.md b/NEWS.md index cc9f28f9..c0874a6e 100644 --- a/NEWS.md +++ b/NEWS.md @@ -15,6 +15,8 @@ - `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. +- Add synthetic datasets generated for expertise written for the German Federal Environmental Agency UBA +- Add tests based on these datasets # CHANGES in mkin VERSION 0.9-34 -- cgit v1.2.1