aboutsummaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2015-06-30 14:17:13 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2015-06-30 14:17:13 +0200
commit438a889c37ffdf8f0c6585092da6abdb63b4575e (patch)
treec902f56ae2d036d7144e7436b1217c071d8454d3 /NEWS.md
parentab44ddd9ca7615fdbedbfc717e5f6764b80b2b5e (diff)
Improve calculation of DT90 in endpoints(), check and test
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md12
1 files changed, 11 insertions, 1 deletions
diff --git a/NEWS.md b/NEWS.md
index 3a8900ac..c2dec7ad 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,6 +1,16 @@
# NEWS for package 'mkin'
-## CHANGES in mkin VERSION 0.9-39
+## CHANGES in mkin VERSION 0.9-40
+
+### BUG FIXES
+
+- `endpoints()`: For DFOP and SFORB models, where `optimize()` is used, make use of the fact that the DT50 must be between DT50_k1 and DT50_k2 (DFOP) or DT50_b1 and DT50_b2 (SFORB), as `optimize()` sometimes did not find the minimum. Likewise for finding DT90 values. Also fit on the log scale to make the function more efficient.
+
+### INTERNAL CHANGES
+
+- `DESCRIPTION`, `NAMESPACE`, `R/*.R`: Import stats and graphics package, qualify function calls for non-base packages installed with R to avoid NOTES made by R CMD check --as-cran with upcoming R versions.
+
+## CHANGES in mkin VERSION 0.9-39 (2015-06-26)
### MAJOR CHANGES

Contact - Imprint