From b12e80a875d87f790d67a4e5a50d829060316a18 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Fri, 21 Sep 2018 17:15:06 +0200 Subject: Improve fitting the two-component error model with respect to accuracy and robustness. --- NAMESPACE | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'NAMESPACE') diff --git a/NAMESPACE b/NAMESPACE index cfbe2851..764b4aff 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -1,5 +1,5 @@ # Export all names -exportPattern(".") +exportPattern("^[^\\.]") S3method(print, mkinds) S3method(print, mkinmod) S3method(plot, mkinfit) @@ -23,3 +23,4 @@ importFrom(deSolve, ode) importFrom(methods, signature) importFrom(R6, R6Class) importFrom(grDevices, dev.cur) +importFrom(plyr, join) -- cgit v1.2.1