From c99b5c298713a7c14e8ab5604c68613d0b7af27a Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Wed, 13 Nov 2013 16:25:31 +0100 Subject: Update of TODO from git bash on Windows --- TODO | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'TODO') diff --git a/TODO b/TODO index a56ca55..54d135a 100644 --- a/TODO +++ b/TODO @@ -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 -- cgit v1.2.1 From ebc6f65e4c8b865fb9207ab11dc43cf4ac122c72 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Sun, 17 Nov 2013 16:13:13 +0100 Subject: Change vignette format to knitr (see ChangeLog) --- TODO | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'TODO') diff --git a/TODO b/TODO index 54d135a..bbdbac9 100644 --- a/TODO +++ b/TODO @@ -1,15 +1,11 @@ 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 - Move the GUI to a separate package as it has special dependencies and should have it own versioning +- Support model definitions without pathway to sink in combination with formation fractions +- Complete the main package vignette named mkin to include a method description Nice to have: -- Improve choice of starting parameters, in order to avoid failure of eigenvalue based solutions - 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 -- Document assumptions and implications of fitting method used in FME in the package vignette -- cgit v1.2.1