diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2015-05-15 13:55:19 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2015-05-15 13:55:19 +0200 |
commit | 6c65cba39dbca98caf3f8e69552b3454ec1721fc (patch) | |
tree | 00252649aeccfdd13e723054c22203006cab10c6 /NEWS.md | |
parent | a26b44d15c11ebb41083fc2efab0cc91a027b55b (diff) | |
parent | 89cd81cf47c9f05831e854d5185b5cc599745db4 (diff) |
Merge branch 'master' into compile_odes
Conflicts
(resolved manually, deleting code that I had
integrated into the RUnit tests for testing the
compiled version):
.gitignore
DESCRIPTION
inst/unitTests/runit.mkinerrmin.R
inst/unitTests/runit.mkinfit.R
tests/testthat/test_mkinpredict_SFO_SFO.R
vignettes/FOCUS_L.html
Diffstat (limited to 'NEWS.md')
-rw-r--r-- | NEWS.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -13,6 +13,10 @@ # 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 @@ -23,6 +27,9 @@ ## 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. +- 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 |