diff options
Diffstat (limited to 'NAMESPACE')
-rw-r--r-- | NAMESPACE | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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) |