aboutsummaryrefslogtreecommitdiff
path: root/NAMESPACE
blob: 4774475ea83361a381e0b3e6ea1c9d16a35a860e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Export all names
exportPattern(".")
S3method(plot, mkinfit)
S3method(summary, mkinfit)
S3method(print, summary.mkinfit)

# Import all packages listed as Imports or Depends
import(
  FME,
  deSolve,
  minpack.lm,
  rootSolve
)

Contact - Imprint