Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-07-21 | Rename twa to max_twa_parent, update docs | Johannes Ranke | 1 | -2/+2 | |
2016-12-21 | TWA calculation for SFO, FOMC and DFOP (parent) | Johannes Ranke | 1 | -0/+65 | |
2016-12-07 | Use latex in plots when using tikzDevice | Johannes Ranke | 2 | -4/+19 | |
2016-11-18 | Show differential equations when printing mkinmods | Johannes Ranke | 1 | -0/+3 | |
2016-11-17 | Show diffs in correct mathematical form in summary | Johannes Ranke | 1 | -1/+2 | |
2016-11-17 | Remove trailing whitespace, clean headers | Johannes Ranke | 16 | -140/+136 | |
Also ignore test.R in the top level directory, as it is not meant to be public | |||||
2016-09-10 | Plot using R model if compiled model is not available | Johannes Ranke | 1 | -2/+9 | |
2016-06-28 | Convenience wrapper plot_sep, further vignette updates | Johannes Ranke | 1 | -0/+6 | |
2016-06-27 | Improve listing of weights in output, update NEWS | Johannes Ranke | 1 | -1/+7 | |
2016-06-27 | Show chi2 in plot.mkinfit, round with signif | Johannes Ranke | 2 | -6/+22 | |
2016-06-25 | Fix the plot margins for combined plots | Johannes Ranke | 2 | -2/+37 | |
2016-06-25 | Now the old behaviour is restored for compatibility reasons | Johannes Ranke | 1 | -10/+17 | |
When observed variables are not shown in separate plots, the residual plot is shown in the lower third of the total plotting area | |||||
2016-06-25 | Working state, but not backwards compatible | Johannes Ranke | 1 | -48/+88 | |
In this commit, the separatation of plots for observed variables works. The formatting should be improved. However, in gmkin, plotting with show_residuals = TRUE is used, and the GUI expects that the residual plot is below the main plot. This behaviour should be restored. | |||||
2016-06-24 | Convert main vignette to Rmd/html, add_err(), fixes | Johannes Ranke | 2 | -7/+56 | |
2016-06-17 | Change the title of the package, small bugfix | Johannes Ranke | 1 | -1/+1 | |
2016-06-17 | Remove misplaced comment | Johannes Ranke | 1 | -4/+1 | |
2016-06-09 | Fix a bug in the listing of formation fractions | Johannes Ranke | 1 | -4/+4 | |
The bug could only occur if a parent compound with a metabolite would end in the letter 'f' and was therefore not noticed earlier | |||||
2016-04-21 | Avoid unnecessary stop in edge case, improve warnings | Johannes Ranke | 1 | -6/+14 | |
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. | |||||
2016-03-23 | Added 'from_max_mean' to 'mkinfit'. | Johannes Ranke | 1 | -1/+14 | |
- 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 | |||||
2015-12-10 | Improve print method for mkinmod | Johannes Ranke | 1 | -2/+3 | |
2015-12-09 | Improve mkinmod error message for missing target compartment definition | Johannes Ranke | 1 | -0/+1 | |
Closes #6. | |||||
2015-11-06 | Improve formatting of summary | Johannes Ranke | 1 | -4/+4 | |
2015-10-24 | Improve printing method for mkinmod | Johannes Ranke | 1 | -1/+1 | |
2015-10-24 | Sort sampling times in mkinds | Johannes Ranke | 1 | -1/+1 | |
2015-10-21 | Avoid an error printing old mkinfit summaries | Johannes Ranke | 1 | -5/+10 | |
2015-10-19 | Add the R6 class mkinds | Johannes Ranke | 1 | -1/+1 | |
2015-10-19 | Make plot.mkinfit work with models where full_name components are NULL | Johannes Ranke | 2 | -0/+67 | |
2015-10-19 | Add a print method for mkinmod objects | Johannes Ranke | 1 | -0/+16 | |
2015-10-16 | Full compound names in models that are shown in the plot | Johannes Ranke | 2 | -5/+9 | |
2015-07-20 | Avoid error message for SFORB in endpoints, updates | Johannes Ranke | 1 | -7/+14 | |
2015-06-30 | Improve calculation of DT90 in endpoints(), check and test | Johannes Ranke | 1 | -16/+22 | |
2015-06-30 | Start to import or qualify functions from stats, utils et al. | Johannes Ranke | 2 | -3/+3 | |
2015-06-26 | Fix x axis scaling in mkinparplot | Johannes Ranke | 1 | -1/+1 | |
2015-06-26 | Subsetting and plotting for mmkin objects | Johannes Ranke | 2 | -0/+107 | |
Including documentation and documentation improvements for mmkin(). | |||||
2015-06-25 | Fix fitting with parLapply, doc fix | Johannes Ranke | 1 | -1/+1 | |
2015-06-25 | Add mmkin for testing | Johannes Ranke | 1 | -0/+46 | |
2015-06-23 | Hopefully fix compiling on Solaris, verbose option | Johannes Ranke | 1 | -11/+23 | |
- 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-21 | Do the t-test for untransformed parametersv0.9-36 | Johannes Ranke | 1 | -18/+71 | |
2015-06-20 | Suppress compiler warning for sometimes unused time variable | Johannes Ranke | 1 | -1/+3 | |
2015-06-20 | Low-level generation of compiled models | Johannes Ranke | 7 | -62/+104 | |
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-05-15 | Make mkinmod quiet in tests | Johannes Ranke | 1 | -4/+4 | |
2015-04-18 | Add a vignette showing the performance of compiled models | Johannes Ranke | 1 | -3/+6 | |
2015-04-17 | Make compiled FOMC and DFOP models work | Johannes Ranke | 1 | -5/+4 | |
- Many thanks @karlines for the hint in ccSolve#1 how to declare the time variable and for writing the ccSolve package in the first place - Add tests for the compiled versions of the FOMC and DFOP models | |||||
2015-04-16 | Order of parameters needs to be right for compiled models | Johannes Ranke | 1 | -1/+1 | |
2015-04-16 | Update copyright header, improve documentation of solution_type | Johannes Ranke | 3 | -14/+19 | |
2015-04-16 | Check compiled mkinmod versions in examples and tests | Johannes Ranke | 2 | -1/+5 | |
Tests all pass (Linux) | |||||
2015-04-14 | Compile differential equation models with ccSolve package | Johannes Ranke | 2 | -9/+47 | |
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-21 | Avoid NOTES in R CMD check | Johannes Ranke | 1 | -1/+1 | |
- Export S3 methods - Avoid using undeclared variable names | |||||
2015-02-20 | Add termination message to mkinfit, prepare release | Johannes Ranke | 1 | -1/+9 | |
2015-02-20 | Fix printing the summary if iterations are not available | Johannes Ranke | 1 | -1/+4 | |
This was broken for using method.modFit = "SANN" |