aboutsummaryrefslogtreecommitdiff
path: root/NAMESPACE
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 /NAMESPACE
parentdf733ceeb044e41922930f89be437e2def92e804 (diff)
Avoid NOTES in R CMD check
- Export S3 methods - Avoid using undeclared variable names
Diffstat (limited to 'NAMESPACE')
-rw-r--r--NAMESPACE3
1 files changed, 3 insertions, 0 deletions
diff --git a/NAMESPACE b/NAMESPACE
index dfa9e9bb..4774475e 100644
--- a/NAMESPACE
+++ b/NAMESPACE
@@ -1,5 +1,8 @@
# Export all names
exportPattern(".")
+S3method(plot, mkinfit)
+S3method(summary, mkinfit)
+S3method(print, summary.mkinfit)
# Import all packages listed as Imports or Depends
import(

Contact - Imprint