From 17ef63f22008c80998cb2690a40ad1238d06a400 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 8 Oct 2015 07:50:36 +0200 Subject: Fix NAMESPACE, update static docs, simplify Makefile --- NAMESPACE | 3 +++ 1 file changed, 3 insertions(+) (limited to 'NAMESPACE') diff --git a/NAMESPACE b/NAMESPACE index 7daafff..7ca061a 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -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") -- cgit v1.2.1