diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2019-01-31 15:35:31 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2019-01-31 15:40:09 +0100 |
commit | de040ca33f6b13ef89be89718510f30631b67903 (patch) | |
tree | 049ba22116371b4f578c0b315da15371c093ce51 /NAMESPACE | |
parent | 47030f0342b66b1520b8a20844a0569d492d188e (diff) |
Static documentation rebuilt by pkgdown
Diffstat (limited to 'NAMESPACE')
-rw-r--r-- | NAMESPACE | 32 |
1 files changed, 4 insertions, 28 deletions
@@ -1,29 +1,5 @@ -# Export all names -exportPattern("^[^\\.]") -S3method(print, mkinds) -S3method(print, mkinmod) -S3method(plot, mkinfit) -S3method(summary, mkinfit) -S3method(print, summary.mkinfit) -S3method(logLik, mkinfit) -S3method(plot, mmkin) -S3method("[", mmkin) -S3method(AIC, mmkin) -S3method(mkinpredict, mkinmod) -S3method(mkinpredict, mkinfit) +# Generated by roxygen2: do not edit by hand -import( - stats, - graphics, - FME, - minpack.lm, - rootSolve, - inline, - parallel -) -importFrom(deSolve, ode) -importFrom(methods, signature) -importFrom(R6, R6Class) -importFrom(grDevices, dev.cur) -importFrom(plyr, join) -importFrom(utils, write.table) +S3method(print,mkinds) +export(mkinds) +importFrom(R6,R6Class) |