Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-06-17 | Change the title of the package, small bugfix | Johannes Ranke | 1 | -0/+4 | |
2016-06-09 | Fix a bug in the listing of formation fractions | Johannes Ranke | 1 | -0/+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 | -2/+10 | |
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-25 | Remove outdated reference to the inline package | Johannes Ranke | 1 | -0/+6 | |
2016-03-23 | Added 'from_max_mean' to 'mkinfit'. | Johannes Ranke | 1 | -1/+5 | |
- 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 | -0/+2 | |
2015-12-09 | Improve mkinmod error message for missing target compartment definition | Johannes Ranke | 1 | -0/+2 | |
Closes #6. | |||||
2015-11-13 | Add plots to compiled_models vignette, rebuild staticdocs | Johannes Ranke | 1 | -0/+2 | |
2015-11-13 | Bump version, change to version number format as shown in summaries | Johannes Ranke | 1 | -1/+5 | |
2015-11-09 | Rebuild vignettes and static documentation | Johannes Ranke | 1 | -1/+1 | |
2015-10-21 | Avoid an error printing old mkinfit summaries | Johannes Ranke | 1 | -0/+4 | |
2015-10-19 | Add the R6 class mkinds | Johannes Ranke | 1 | -2/+4 | |
2015-10-19 | Add a print method for mkinmod objects | Johannes Ranke | 1 | -0/+2 | |
2015-10-16 | Full compound names in models that are shown in the plot | Johannes Ranke | 1 | -0/+2 | |
2015-07-22 | index.r for grouping help topics in static documentation | Johannes Ranke | 1 | -0/+2 | |
2015-07-22 | Reformat NEWS.md, start new entry | Johannes Ranke | 1 | -38/+42 | |
It is not necessary to use capitals in the headings, as they are now typeset as HTML on CRAN and github. | |||||
2015-07-21 | Vignettes rebuilt by staticdocs::build_site() for static documentation on ↵v0.9-40 | Johannes Ranke | 1 | -1/+1 | |
r-forge | |||||
2015-07-20 | Adapt NEWS entry to latest fix for imports | Johannes Ranke | 1 | -1/+1 | |
2015-06-30 | Improve calculation of DT90 in endpoints(), check and test | Johannes Ranke | 1 | -1/+11 | |
2015-06-26 | Advertise parallel processing in the NEWS file | Johannes Ranke | 1 | -1/+1 | |
2015-06-26 | Fix x axis scaling in mkinparplot | Johannes Ranke | 1 | -1/+5 | |
2015-06-26 | Subsetting and plotting for mmkin objects | Johannes Ranke | 1 | -1/+3 | |
Including documentation and documentation improvements for mmkin(). | |||||
2015-06-25 | Add CRAN release dates to NEWS.md | Johannes Ranke | 1 | -44/+37 | |
Remove leftovers from using a plain text NEWS file | |||||
2015-06-25 | Add mmkin for testing | Johannes Ranke | 1 | -1/+3 | |
2015-06-24 | Update and format fix | Johannes Ranke | 1 | -0/+20 | |
Add newlines to NEWS.md to get correct formatting in NEWS | |||||
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 | |