Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
Also ignore test.R in the top level directory, as it is not meant to
be public
|
|
|
|
|
|
mkinfit: Do not error out in cases where the fit converges, but the
Jacobian for the untransformed model cost can not be estimated. Give a
warning instead and return NA for the t-test results.
summary.mkinfit: Give a warning message when the covariance matrix can
not be obtained.
A test has been added to containing such an edge case to check that
the warnings are correctly issued and the fit does not terminate.
|
|
- Now it is easier to do decline kinetics from the maximum occurrence
- Static documentation rebuilt by staticdocs::build_site()
- Fixed an URL in the README, thanks to the win-builder check with
R-devel
|
|
|
|
|
|
|
|
|
|
As it is unclear if and when ccSolve will be published on CRAN,
the generation, compilation and use of the C version of the
system of differential equations was developed for mkin, inspired and
guided by the code from the ccSolve package. Many thanks again to
Karline Soetaert for all of her work on this and other R packages.
Now all model types, including the Hockey-Stick model for the parent
compund and the IORE model for parent and/or metabolites can be compiled.
|
|
|
|
Tests all pass (Linux)
|
|
|
|
This was broken for using method.modFit = "SANN"
|
|
|
|
|
|
Thanks to Michael Brauer for the hint
|
|
|
|
|
|
|
|
|
|
See NEWS.md: When the parent was not the (only) variable with the
highest value out of all variables in the observed data, it could
happen that the initial value (state.ini) was not initialised.
|
|
Rebuild of FOCUS_Z vignette with improved formatting
|
|
|
|
- The bug occurred when using transform_rates=FALSE for FOMC, DFOP or HS
- Make it possible to use mkinfit("SFO", ...)
- Take initial mean value at time zero for the variable with the highest
value in the observed data
- Update of vignette/FOCUS_L
- Improve the Makefile to build single vignettes
|
|
This is useful for specifying state.ini in a subsequent call to mkinfit
|
|
For details see NEWS.md
|
|
Add IORE support to mkinerrmin
|
|
|
|
|
|
- As a consequence, we do not need implicit formation fractions in
mkinfit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Don't give confidence intervals for formation fractions that belong
to a set, only for single formation fractions
- Update the vignette with history and background
- Correct 'isotropic' into 'isometric' in the ilr documentation, the
README and the comments in transform_odeparms
- Candidate for release to CRAN
|
|
|
|
|
|
|
|
|
|
|
|
- Change the format of the workspace files of gmkin so they can be
distributed in the mkin package
- Add gmkin workspace datasets FOCUS_2006_gmkin and FOCUS_2006_Z_gmkin
- Restrict the unit test with the Schaefer data to parent and primary
metabolites as formation fraction and DT50 for A2 are higly correlated
and passing the test is platform dependent. For example, the test
fails in 1 out of 14 platforms on CRAN as of today
- Add Eurofins Regulatory AG copyright notices
- Import FME and deSolve instead of depending on them to have cleaner
startup
|
|
Conflicts:
DESCRIPTION
R/mkinfit.R
|
|
make it possible to
to modify mkinmod$map when the mapping of internal to observed variables should be changed.
Note that such modifications will confuse plot.mkinfit and summary.mkinfit. Setting the class
attribute to modFit makes summary.modFit useable in such a case
|
|
|
|
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
|
|
generating different default values for
kinetic rate constants to increase transparency and reproducibility. This also works nicely.
- Remove an outdated comment from the test script.
git-svn-id: svn+ssh://svn.r-forge.r-project.org/svnroot/kinfit/pkg/mkin@137 edb9625f-4e0d-4859-8d74-9fd3b1da38cb
|