diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2015-10-07 17:53:25 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2015-10-07 17:53:25 +0200 |
commit | e15abefa041e12dc36cce1d827f51e6ce192cefb (patch) | |
tree | 471cd2de92aa6167c5cf5954c5aea6c4cec406a4 /NAMESPACE | |
parent | ae12e32d074ba3839c1b71d500d9a0757b0d8d10 (diff) |
Maintenance changes for the release of version 0.1-36
Diffstat (limited to 'NAMESPACE')
-rw-r--r-- | NAMESPACE | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,6 +1,11 @@ # Export all names exportPattern(".") +S3method(calplot, default) +S3method(calplot, lm) +S3method(lod, default) S3method(lod, lm) +S3method(loq, default) S3method(loq, lm) +S3method(inverse.predict, default) S3method(inverse.predict, lm) S3method(inverse.predict, rlm) |