aboutsummaryrefslogtreecommitdiff
path: root/NAMESPACE
AgeCommit message (Collapse)AuthorFilesLines
2016-12-07Use latex in plots when using tikzDeviceJohannes Ranke1-0/+1
2015-11-09Export print.mkinds and rebuild vignettesJohannes Ranke1-0/+1
2015-10-19Add the R6 class mkindsJohannes Ranke1-0/+1
2015-10-19Add a print method for mkinmod objectsJohannes Ranke1-0/+1
2015-07-20Avoid error message for SFORB in endpoints, updatesJohannes Ranke1-1/+2
2015-06-30Start to import or qualify functions from stats, utils et al.Johannes Ranke1-1/+2
2015-06-26Subsetting and plotting for mmkin objectsJohannes Ranke1-0/+2
Including documentation and documentation improvements for mmkin().
2015-06-25Small fixesJohannes Ranke1-1/+2
2015-06-20Low-level generation of compiled modelsJohannes Ranke1-1/+2
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.
2015-04-18Add a vignette showing the performance of compiled modelsJohannes Ranke1-3/+2
2015-04-14Compile differential equation models with ccSolve packageJohannes Ranke1-1/+2
If the ccSolve package is available, and time is not in the right hand side of the equations (i.e. if only SFO and SFORB models are used), the differential equation model is compiled from auto-generated C code. Currently, one test (FOCUS 2006 D SFO_SFO) fails
2015-02-21Avoid NOTES in R CMD checkJohannes Ranke1-0/+3
- Export S3 methods - Avoid using undeclared variable names
2014-04-25McCall 2,4,5-T dataset, lower bound for transform_rates=FALSEJohannes Ranke1-1/+2
2013-09-25- Fixed the NOTES listed by R CMD checkjranke1-4/+2
Candidate for publication on CRAN git-svn-id: svn+ssh://svn.r-forge.r-project.org/svnroot/kinfit/pkg/mkin@97 edb9625f-4e0d-4859-8d74-9fd3b1da38cb
2012-04-11- Testing of the new fitting process with transformed parameters shows that ↵jranke1-1/+11
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
2012-04-10- Fitting and summaries now work with the new parameter transformations.jranke1-0/+1
- The SFORB models with metabolites is broken (see TODO) - Moved the vignette to the location recommended since R 2.14 - Added the missing documentation - Commented out the schaefer_complex_case test, as this version of mkin is not able to fit a model without sink and therefore mkin estimated parameters are quite different git-svn-id: svn+ssh://svn.r-forge.r-project.org/svnroot/kinfit/pkg/mkin@22 edb9625f-4e0d-4859-8d74-9fd3b1da38cb

Contact - Imprint