aboutsummaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2015-02-21 06:56:35 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2015-02-21 06:56:35 +0100
commit42739646dc36ff74d43b638fc2c4f5259496e2b9 (patch)
treec7ecc20cbf6fb85e61f21ab79b1dfc97914ed93a /NEWS.md
parentdf733ceeb044e41922930f89be437e2def92e804 (diff)
Avoid NOTES in R CMD check
- Export S3 methods - Avoid using undeclared variable names
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md
index c8284175..1caaa148 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -4,6 +4,8 @@
- `mkinparplot()`: Avoid warnings that occurred when not all confidence intervals were available in the summary of the fit
- `print.summary.mkinfit()`: Fix printing the summary for the case that the number of iterations is not available
+- NAMESPACE: export S3 methods plot.mkinfit, summary.mkinfit and print.summary.mkinfit to satisfy R CMD check on R-devel
+- `mkinparplot()`: Avoid warning in R CMD check about undeclared global variable `Lower`
## NEW FEATURES

Contact - Imprint