diff options
author | jranke <jranke@edb9625f-4e0d-4859-8d74-9fd3b1da38cb> | 2013-11-13 21:16:17 +0000 |
---|---|---|
committer | jranke <jranke@edb9625f-4e0d-4859-8d74-9fd3b1da38cb> | 2013-11-13 21:16:17 +0000 |
commit | 459b0edad5ccccffe710b9db0c4c22a08ba880cb (patch) | |
tree | eaf5c9a1d334472e9a862da22ce76a15f12fc3eb /TODO | |
parent | 1e042dbf513ed1c79824a5e5cba4be17ce23e13a (diff) |
Squashed commit of the following:
commit d8dbf2ad866fb9d34cd1100000b9c116219ecef6
Author: Johannes Ranke <jranke@uni-bremen.de>
Date: Wed Nov 13 22:09:41 2013 +0100
Add possibility to control more mkinfit arguments from the GUI
commit 8f1bae2142b37a0ff6b8989b2d1569686937f68e
Author: Johannes Ranke <jranke@uni-bremen.de>
Date: Wed Nov 13 20:30:11 2013 +0100
Add initial weighting choice to GUI
commit c99b5c298713a7c14e8ab5604c68613d0b7af27a
Author: Johannes Ranke <jranke@uni-bremen.de>
Date: Wed Nov 13 16:25:31 2013 +0100
Update of TODO from git bash on Windows
commit 8bf2a6f8f6bd752433f06b26b5da334e958f5166
Author: Johannes Ranke <jranke@uni-bremen.de>
Date: Wed Nov 13 16:00:01 2013 +0100
Update of README using TortoiseGit
git-svn-id: svn+ssh://svn.r-forge.r-project.org/svnroot/kinfit/pkg/mkin@162 edb9625f-4e0d-4859-8d74-9fd3b1da38cb
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,13 +2,13 @@ TODO for version 1.0 - Transfer (some?) unit tests to examples to make them more easily accessible for the user - they will be tested during R CMD check anyway - Let mkin call mkin_wide_to_long automatically, if observed data are suitably defined +- Convert package vignettes to knitr and Rmd - Think about what a user would expect from version 1.0 -- Check the chi2 error calculation in mkinerrmin.R. KinGUII does this without iteration +- Move the GUI to a separate package as it has special dependencies and should have it own versioning Nice to have: - Improve choice of starting parameters, in order to avoid failure of eigenvalue based solutions due to singular matrix -- Consider reverting to deSolve in case eigenvalue based solution fails due to singular matrix - Calculate confidence intervals for DT50 and DT90 values when only one parameter is involved - Calculate transformation only DT50 values (exclude pathways to sink) as additional information - Calculate DT50 values from smaller rate constant/eigenvalue of DFOP, HS and SFORB models |