Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-06-23 | Hopefully fix compiling on Solaris, verbose option | Johannes Ranke | 1 | -1/+5 | |
- Only declare the time variable in the C code when needed in the derivatives. - Add the option to show verbose output of cfunction() when compiling the model to a shared library. | |||||
2015-06-22 | Version bump, correct benchmark in vignette/compiled_models | Johannes Ranke | 1 | -0/+7 | |
Reorganisation of the vignette generation in the Makefile. Improved YAML header in the R markdown vignettes. Rebuilt vignettes with the package installed. | |||||
2015-06-21 | Do the t-test for untransformed parametersv0.9-36 | Johannes Ranke | 1 | -0/+1 | |
2015-06-20 | Correction and improvement of NEWS | Johannes Ranke | 1 | -2/+2 | |
2015-06-20 | Low-level generation of compiled models | Johannes Ranke | 1 | -1/+1 | |
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-06-05 | News entry for new vignette FOCUS_D | Johannes Ranke | 1 | -0/+4 | |
2015-05-18 | Fix format of NEWS.md | Johannes Ranke | 1 | -7/+3 | |
2015-05-15 | Clean up meta information | Johannes Ranke | 1 | -1/+0 | |
2015-05-15 | Merge branch 'master' into compile_odes | Johannes Ranke | 1 | -0/+7 | |
Conflicts (resolved manually, deleting code that I had integrated into the RUnit tests for testing the compiled version): .gitignore DESCRIPTION inst/unitTests/runit.mkinerrmin.R inst/unitTests/runit.mkinfit.R tests/testthat/test_mkinpredict_SFO_SFO.R vignettes/FOCUS_L.html | |||||
2015-05-15 | Add synthetic data generated for UBA expertise, tests | Johannes Ranke | 1 | -0/+2 | |
The new tests are based on the results documented in the expertise I wrote for the UBA (currently unpublished). | |||||
2015-05-15 | Finished migration from RUnit to testthat | Johannes Ranke | 1 | -0/+5 | |
2015-04-17 | Add NEWS about compiled models, set the date | Johannes Ranke | 1 | -0/+13 | |
2015-02-21 | Avoid NOTES in R CMD check | Johannes Ranke | 1 | -0/+2 | |
- Export S3 methods - Avoid using undeclared variable names | |||||
2015-02-20 | Add termination message to mkinfit, prepare release | Johannes Ranke | 1 | -0/+4 | |
2015-02-20 | Fix printing the summary if iterations are not available | Johannes Ranke | 1 | -0/+1 | |
This was broken for using method.modFit = "SANN" | |||||
2014-11-23 | Avoid spurious warning in mkinparplot, bump version | Johannes Ranke | 1 | -0/+6 | |
2014-11-13 | Formatting and writing improved | Johannes Ranke | 1 | -1/+2 | |
2014-11-12 | IORE working for parent and metabolites, introduce mkinsub | Johannes Ranke | 1 | -0/+1 | |
2014-11-12 | Merge branch 'master' into iore | Johannes Ranke | 1 | -6/+75 | |
2014-10-22 | Always include 0 on y axis when plotting during the fit | Johannes Ranke | 1 | -0/+2 | |
2014-10-15 | Switch to using the Port algorithm per default | Johannes Ranke | 1 | -0/+4 | |
2014-10-14 | Further formatting improvement for differential equations | Johannes Ranke | 1 | -0/+4 | |
2014-10-11 | Start new development version | Johannes Ranke | 1 | -0/+2 | |
2014-10-11 | Updates intended for releasing mkin 0.9-33 | Johannes Ranke | 1 | -0/+2 | |
2014-10-06 | Avoid a warning produced by initial fits in gmkin | Johannes Ranke | 1 | -1/+2 | |
2014-08-29 | Avoid an unnecessary warning | Johannes Ranke | 1 | -4/+4 | |
2014-08-25 | Bug fix and unit tests for mkinerrmin | Johannes Ranke | 1 | -0/+7 | |
See NEWS.md for details | |||||
2014-08-20 | Fix mkinfit for a special situation | Johannes Ranke | 1 | -0/+2 | |
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. | |||||
2014-08-20 | Update NEWS with change from yesterday | Johannes Ranke | 1 | -0/+6 | |
2014-07-25 | Fix internal naming of g for transform_fractions=FALSE | Johannes Ranke | 1 | -0/+4 | |
2014-07-24 | Bump version, better default for state.ini | Johannes Ranke | 1 | -0/+6 | |
2014-07-24 | Avoid artificial zero residual in mkinresplot | Johannes Ranke | 1 | -0/+2 | |
2014-07-23 | Parallel metabolite formation with formation fractions in mkinerrmin | Johannes Ranke | 1 | -0/+4 | |
2014-07-21 | Bugfix, model shorthand, state.ini[[1]] from observed data | Johannes Ranke | 1 | -0/+6 | |
- 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 | |||||
2014-07-17 | Handle non-convergence and maximum number of iterations | Johannes Ranke | 1 | -4/+26 | |
For details see NEWS.md | |||||
2014-07-16 | Merge branch 'master' into iore | Johannes Ranke | 1 | -0/+30 | |
2014-07-16 | Insert empty lines to have R make separate entries | Johannes Ranke | 1 | -0/+30 | |
2014-07-14 | Merge bugfix branch 'master' into iore | Johannes Ranke | 1 | -2/+10 | |
Add IORE support to mkinerrmin | |||||
2014-07-14 | Nearly complete support for IORE, pending mkinerrmin | Johannes Ranke | 1 | -0/+6 | |
2014-07-14 | Bugfix release version 0.9-31 | Johannes Ranke | 1 | -0/+8 | |
2014-07-02 | Support formation fractions without sink pathway, updates | Johannes Ranke | 1 | -2/+18 | |
2014-06-30 | Link to the gmkin page on github | Johannes Ranke | 1 | -1/+1 | |
2014-06-30 | Put the hint to the github commit log to the end | Johannes Ranke | 1 | -2/+4 | |
2014-06-30 | Format the NEWS file in markdown, add Makefile target | Johannes Ranke | 1 | -0/+67 | |