Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-07-09 | Adaptations for gmkin | Johannes Ranke | 1 | -1/+1 | |
Address winbuilder check problems, update check log, update of static docs | |||||
2019-07-04 | Update README and introductory vignette | Johannes Ranke | 1 | -10/+10 | |
2019-02-21 | Use codecov | Johannes Ranke | 1 | -0/+1 | |
2018-09-15 | Ignore .travis.yml, add build status | Johannes Ranke | 1 | -0/+1 | |
2018-09-13 | Enable new error model in gmkin | Johannes Ranke | 1 | -1/+1 | |
Also improve the irls fitting of the error model and add a test for FOCUS_2006_C where the second component of the error model is zero | |||||
2018-07-18 | Correct references to the Rocke and Lorenzato model | Johannes Ranke | 1 | -3/+3 | |
Rename 'sigma_rl' to 'sigma_twocomp' as the Rocke and Lorenzato model assumes lognormal distribution for large y. Rebuild static documentation. | |||||
2018-03-02 | Use pkgdown.jrwb.de as canonical doc URL | Johannes Ranke | 1 | -11/+11 | |
The mkin pkgdown docs have made it to the pkgdown README :) https://github.com/r-lib/pkgdown/commit/f0ef0b58a526add2077e5899f45335a5118091f0 | |||||
2018-01-30 | Add a note to the README about the new method | Johannes Ranke | 1 | -0/+4 | |
2018-01-30 | Reweighting with two-component error model | Johannes Ranke | 1 | -1/+1 | |
Static documentation except articles rebuilt by pkgdown | |||||
2017-11-10 | Delete trailing whitespace, update README.html | Johannes Ranke | 1 | -28/+28 | |
2017-09-06 | Adapt the IRLS instructions to current version | Johannes Ranke | 1 | -1/+1 | |
2017-07-21 | Fix URLs | Johannes Ranke | 1 | -1/+1 | |
2017-03-15 | Use https for CRAN badge | Johannes Ranke | 1 | -2/+2 | |
2017-03-04 | Mention pkgdown.jrwb.de/mkin in README | Johannes Ranke | 1 | -1/+3 | |
Add very small twa vignette, update pkgdown docs | |||||
2016-12-08 | Documentation and Makefile improvements | Johannes Ranke | 1 | -3/+3 | |
- Fix the remaining links to static docs on r-forge in README - Build mkin_*.tar.gz packages in current directory - check and test (test.log unchanged) | |||||
2016-11-18 | Fix links in README, configure navbar, rebuild docs | Johannes Ranke | 1 | -8/+8 | |
2016-11-17 | Canonicalize remaining CRAN URLs | Johannes Ranke | 1 | -5/+5 | |
2016-11-17 | Also use https for badge, to avoid mixed content | Johannes Ranke | 1 | -1/+1 | |
2016-11-17 | Satisfy CRAN checks, also on R-devel | Johannes Ranke | 1 | -4/+4 | |
- Use https for canonical R URLs - Update CAKE URL to one giving a valid SSL certificate | |||||
2016-11-03 | Static documentation rebuilt by pkgdown::build_site() | Johannes Ranke | 1 | -2/+2 | |
Using pkgdown with PR hadley/pkgdown#212 | |||||
2016-10-06 | Static documentation rebuilt by pkgdown::build_site() | Johannes Ranke | 1 | -1/+1 | |
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 | |