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

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

Contact - Imprint