Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-03-24 | Address feedback from CRAN submission | Johannes Ranke | 1 | -1/+1 | |
- Put the CRAN URL that the badge points to into canonical form. I had missed the requirement to use the canonical form before, as the R CMD check message complained about a (possibily) invalid URL, so I overlooked the explanation later in the check log. Thanks to Uwe for his patience. Fix checked with winbuilder. - Slightly reduced the build time for the compiled_models vignette by skipping the warm-up. 3 repetitions are necessary for the autoplot method to work | |||||
2016-03-23 | Added 'from_max_mean' to 'mkinfit'. | Johannes Ranke | 1 | -1/+1 | |
- 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-09 | Some updates and simplifications of the README | Johannes Ranke | 1 | -24/+5 | |
2015-08-22 | Commit README.md containing the source of the last commit | Johannes Ranke | 1 | -0/+5 | |
2015-08-22 | Add a link to the cgit repo browser at jrwb.de | Johannes Ranke | 1 | -0/+1 | |
2015-07-22 | Mention the 2014 update of the FOCUS guidance | Johannes Ranke | 1 | -1/+2 | |
2015-07-21 | Fix link to the NEWS file | Johannes Ranke | 1 | -1/+1 | |
2015-07-17 | Add badge, as seen in the gaborcsardi/pkgconfig repo | Johannes Ranke | 1 | -0/+2 | |
2015-06-29 | Fix link to plot.mmkin | Johannes Ranke | 1 | -1/+1 | |
2015-06-29 | Do not include plots and R output in README | Johannes Ranke | 1 | -77/+18 | |
This does not get rendered properly on CRAN, and is easily replaced by links to the static documentation on R-Forge. | |||||
2015-06-26 | Vignettes rebuilt by staticdocs::build_site() for static documentation on ↵v0.9-39 | Johannes Ranke | 1 | -1/+2 | |
r-forge | |||||
2015-06-26 | New links to NEWS files. | Johannes Ranke | 1 | -1/+1 | |
2015-06-21 | Do the t-test for untransformed parametersv0.9-36 | Johannes Ranke | 1 | -0/+2 | |
2015-06-20 | Low-level generation of compiled models | Johannes Ranke | 1 | -4/+6 | |
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-19 | Avoid distracting output in README | Johannes Ranke | 1 | -144/+1 | |
2015-05-19 | Include output in README, use mkinsub() in example code | Johannes Ranke | 1 | -8/+174 | |
2015-05-19 | Code highlighting, use of mkinsub() in README.md | Johannes Ranke | 1 | -24/+30 | |
2015-05-19 | Make compiled models more prominent in feature list | Johannes Ranke | 1 | -3/+4 | |
2015-05-19 | Link to compiled_models vignette, advertise NEWS | Johannes Ranke | 1 | -1/+9 | |
2015-05-15 | Remove dead link to KinGUII pagev0.9-35 | Johannes Ranke | 1 | -6/+5 | |
2014-11-20 | Add the year of the first distributed KinGUII version | Johannes Ranke | 1 | -3/+3 | |
2014-11-12 | Merge branch 'master' into iore | Johannes Ranke | 1 | -22/+26 | |
2014-10-23 | Update to README | Johannes Ranke | 1 | -2/+2 | |
2014-10-15 | Switch to using the Port algorithm per default | Johannes Ranke | 1 | -2/+1 | |
2014-10-14 | Some cosmetics | Johannes Ranke | 1 | -4/+4 | |
2014-10-14 | Link the the new gmkin homepage | Johannes Ranke | 1 | -4/+3 | |
2014-08-30 | Change to https to avoid messages about leaving secured grounds | Johannes Ranke | 1 | -1/+1 | |
2014-08-30 | Correct the link to KinGUII | Johannes Ranke | 1 | -1/+1 | |
2014-08-30 | Add a link to the KinGUII website | Johannes Ranke | 1 | -1/+2 | |
2014-07-21 | Residual plots are important | Johannes Ranke | 1 | -0/+1 | |
2014-07-21 | Simplify usage examples | Johannes Ranke | 1 | -17/+16 | |
2014-07-21 | Bugfix, model shorthand, state.ini[[1]] from observed data | Johannes Ranke | 1 | -0/+5 | |
- 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-16 | Merge branch 'master' into iore | Johannes Ranke | 1 | -2/+3 | |
2014-07-14 | Small improvements to usage examples | Johannes Ranke | 1 | -2/+3 | |
2014-07-14 | Nearly complete support for IORE, pending mkinerrmin | Johannes Ranke | 1 | -0/+3 | |
2014-07-03 | Add a more complex usage example | Johannes Ranke | 1 | -1/+17 | |
2014-07-02 | Internal parameter transformations are optional | Johannes Ranke | 1 | -2/+2 | |
2014-06-11 | Small updates | Johannes Ranke | 1 | -1/+1 | |
2014-05-20 | Step back regarding confidence intervals of formation fractions | Johannes Ranke | 1 | -1/+1 | |
- 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 | |||||
2014-05-08 | Better wording | Johannes Ranke | 1 | -2/+1 | |
2014-05-08 | README update, fix the vignette title for FOCUS Z | Johannes Ranke | 1 | -20/+20 | |
2014-05-08 | Some cosmetics on the README | Johannes Ranke | 1 | -2/+4 | |
2014-05-07 | Fork the GUI into package gmkin. See ChangeLog for details | Johannes Ranke | 1 | -33/+3 | |
2014-05-05 | Mention Chrome on Windows in the README, too | Johannes Ranke | 1 | -1/+5 | |
2014-05-05 | Update of README | Johannes Ranke | 1 | -5/+11 | |
2014-05-03 | Fix of grammatical error | Johannes Ranke | 1 | -1/+1 | |
2014-05-02 | Further improved README | Johannes Ranke | 1 | -2/+1 | |
2014-05-02 | Improve README | Johannes Ranke | 1 | -2/+9 | |
2014-05-02 | Next try at showing the screenshot, ignore in build | Johannes Ranke | 1 | -1/+1 | |
2014-05-02 | Added a screenshot hopefully visible from README.md | Johannes Ranke | 1 | -0/+20 | |