diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2015-10-08 07:50:36 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2015-10-08 08:03:18 +0200 |
commit | 17ef63f22008c80998cb2690a40ad1238d06a400 (patch) | |
tree | e38e1c60ace4e19f62325a674be2d5aa13fe767b /NAMESPACE | |
parent | e15abefa041e12dc36cce1d827f51e6ce192cefb (diff) |
Fix NAMESPACE, update static docs, simplify Makefilev0.1-37
Diffstat (limited to 'NAMESPACE')
-rw-r--r-- | NAMESPACE | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -9,3 +9,6 @@ S3method(loq, lm) S3method(inverse.predict, default) S3method(inverse.predict, lm) S3method(inverse.predict, rlm) + +importFrom("graphics", "legend", "matlines", "plot", "points") +importFrom("stats", "optimize", "predict", "qt") |