aboutsummaryrefslogtreecommitdiff
path: root/NAMESPACE
diff options
context:
space:
mode:
authorjranke <jranke@edb9625f-4e0d-4859-8d74-9fd3b1da38cb>2012-04-11 15:49:50 +0000
committerjranke <jranke@edb9625f-4e0d-4859-8d74-9fd3b1da38cb>2012-04-11 15:49:50 +0000
commit5587e833e0898e687466129dbc14950ddd58f1e0 (patch)
treef72aaf278c8efeefab801de1adec12c92fd6abc0 /NAMESPACE
parent4dfe4d004e16e0e7ae4b87ddf0073b1200afb971 (diff)
- Testing of the new fitting process with transformed parameters shows that it is
less stable than the way of fitting used in mkin 0.8. Presumably this is due to the frequent presence of products of two parameters (formation fractions and kinetic rate constants) in the differential equations. - mkinmod documentation was adapted to the new version - Introduce vim fold markers to the mkinmod source for convenience git-svn-id: svn+ssh://svn.r-forge.r-project.org/svnroot/kinfit/pkg/mkin@24 edb9625f-4e0d-4859-8d74-9fd3b1da38cb
Diffstat (limited to 'NAMESPACE')
-rw-r--r--NAMESPACE12
1 files changed, 11 insertions, 1 deletions
diff --git a/NAMESPACE b/NAMESPACE
index 06c6464..c9b7ce3 100644
--- a/NAMESPACE
+++ b/NAMESPACE
@@ -1 +1,11 @@
-export(mkinmod, mkinpredict, mkinfit, mkinplot, mkin_long_to_wide, mkin_wide_to_long, ilr, invilr, transform_odeparms, backtransform_odeparms)
+# Default NAMESPACE created by R
+# Remove the previous line if you edit this file
+
+# Export all names
+exportPattern(".")
+
+# Import all packages listed as Imports or Depends
+import(
+ FME,
+ deSolve
+)

Contact - Imprint