diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2015-06-29 23:35:16 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2015-06-30 14:15:47 +0200 |
commit | ab44ddd9ca7615fdbedbfc717e5f6764b80b2b5e (patch) | |
tree | 9a46f02307b92152a6ed00fee4ee631d99ab8bf9 /NAMESPACE | |
parent | c571800c6827d277e727a8f3d2b431f9100184b9 (diff) |
Start to import or qualify functions from stats, utils et al.
Diffstat (limited to 'NAMESPACE')
-rw-r--r-- | NAMESPACE | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -6,8 +6,9 @@ S3method(print, summary.mkinfit) S3method(plot, mmkin) S3method("[", mmkin) -# Import packages listed as Imports or Depends import( + stats, + graphics, FME, deSolve, minpack.lm, |