From 3df3da3f35b374c26a2b8a5c6f53d01d5e98c1ea Mon Sep 17 00:00:00 2001 From: Benjamin Date: Wed, 3 Jan 2018 21:22:35 +0100 Subject: [PATCH] News: updated --- NEWS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS.md b/NEWS.md index 44e36890..5e58a272 100644 --- a/NEWS.md +++ b/NEWS.md @@ -5,7 +5,9 @@ * Fixed bug in `summary()` where missing estimation method was reported if NM code written as METH=... instead of METHOD=... * Fixed bug where labels in `prm_table()`, `get_prm()` were missing with a commented row in $THETA, $OMEGA or $SIGMA * Fixed bug in `prm_table()`, `get_prm()` where only `NA` would be reported when missing the -1000000006 record in the .ext file (i.e. NM <7.3) +* Prevented negative RSE in `prm_table()` and `get_prm()` * Improved description of the `prm_table()` output +* Fixed bug in `summary()` with non numeric covariance step time * Fixed bug in `ind_plots()` where the aesthetics would get mixed up if the variable names were changed * Small fixes to vignettes, documentations and website