From 5587e833e0898e687466129dbc14950ddd58f1e0 Mon Sep 17 00:00:00 2001 From: jranke Date: Wed, 11 Apr 2012 15:49:50 +0000 Subject: - 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 --- NAMESPACE | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'NAMESPACE') 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 +) -- cgit v1.2.1