Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-05-24 | Fix for the sawtooth function for repeated applications | Johannes Ranke | 5 | -6/+6 | |
For n > 2, the second application was made at 2 * i instead of i. | |||||
2017-05-24 | Re-enable PELMO examples and tests | Johannes Ranke | 10 | -24/+54 | |
- Add .gitattributes to make sure CRLF line endings are kept for PELMO .psm files - Update static docs | |||||
2017-05-17 | Documentation fix | Johannes Ranke | 1 | -2/+2 | |
2017-05-16 | Update static documentation | Johannes Ranke | 2 | -27/+32 | |
2017-05-16 | Finish the Step 1 calculator including tests | Johannes Ranke | 39 | -781/+1644 | |
Some cleaning up. PELMO facilities do not currently work at my end, as I have no working wine installation on this computer | |||||
2017-03-06 | Move static docs to pkdown.jrwb.de, update them | Johannes Ranke | 1 | -1/+1 | |
2017-01-31 | Small documentation fix | Johannes Ranke | 1 | -2/+2 | |
2017-01-30 | Regenerate static documentation | Johannes Ranke | 1 | -1/+1 | |
2017-01-30 | Correct psm file in the example with metabolites | Johannes Ranke | 2 | -2/+75 | |
2017-01-30 | Better documentation of PELMO_runs(). | Johannes Ranke | 1 | -4/+6 | |
2017-01-29 | Setting up PELMO runs, execution and evaluation | Johannes Ranke | 14 | -2/+1408 | |
It all works! | |||||
2017-01-19 | Another correction of the docs | Johannes Ranke | 1 | -5/+5 | |
2017-01-19 | Corrections in the documentation | Johannes Ranke | 1 | -7/+18 | |
2017-01-19 | Correct default y axis label for plot.one_box | Johannes Ranke | 9 | -1/+1 | |
2017-01-19 | Fix one_box for ini = 1, use in sawtooth examples | Johannes Ranke | 5 | -5/+5 | |
2017-01-19 | Move mkin::twa to pfm::max_twa.mkinfit | Johannes Ranke | 7 | -8/+53 | |
- Add max_twa.mkinfit() recently introduced to mkin as mkin::twa() but never released with it - Add a test to check max_twa.one_box() against analytical solutions in max_twa.mkinfit(). - Clean up R CMD check - Update docs | |||||
2017-01-19 | Documentation updates | Johannes Ranke | 1 | -4/+3 | |
2017-01-19 | Fix order of arguments to one_box, correct docs | Johannes Ranke | 3 | -7/+9 | |
2017-01-19 | Predict parent decline without fitting for non-SFO models | Johannes Ranke | 5 | -4/+11 | |
2017-01-19 | Switch sawtooth plotting example to FOMC | Johannes Ranke | 3 | -3/+11 | |
as this it is claimed in the README that an mkinfit prediction is used. - Add another seealso link - Delete trailing whitespace | |||||
2017-01-18 | Update static docs using pkgdown | Johannes Ranke | 32 | -0/+3445 | |
- Add _pkgdown.yml for a structured function/data reference - Make seealso links active - Make mkinfit calls quiet - Use pkgdown branch from pull request hadley/pkgdown#229 to have topics ordered |