Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-06-12 | Update of static docs | Johannes Ranke | 1 | -8/+7 | |
2019-05-14 | Version bump and doc update | Johannes Ranke | 1 | -1/+1 | |
2019-04-26 | Another take on completing the drift data | Johannes Ranke | 1 | -1/+1 | |
The R script I used yesterday got lost because I used the .Rd file that got overwritten by roxygen later. | |||||
2019-04-25 | Add more drift data, especially 3 m field crop data | Johannes Ranke | 1 | -4/+3 | |
To support Agroscope in doing lots of PEC calculations for Switzerland | |||||
2019-01-31 | Separate out PELMO utilities into rPELMO | Johannes Ranke | 1 | -16/+17 | |
2018-09-22 | Add test and update docs | Johannes Ranke | 1 | -1/+1 | |
2018-07-10 | Update static docs | Johannes Ranke | 1 | -1/+1 | |
2018-06-20 | Update static docs | Johannes Ranke | 1 | -1/+1 | |
2018-06-06 | Rebuild docs with pkgdown 1.1.0 | Johannes Ranke | 1 | -9/+32 | |
2018-03-01 | Rebuild static docs using current pkdown | Johannes Ranke | 1 | -4/+19 | |
Process PELMO runs in example using 15 (hyperthreading) cores and show processor info. | |||||
2017-05-24 | Fix for the sawtooth function for repeated applications | Johannes Ranke | 1 | -5/+5 | |
For n > 2, the second application was made at 2 * i instead of i. | |||||
2017-05-16 | Finish the Step 1 calculator including tests | Johannes Ranke | 1 | -14/+25 | |
Some cleaning up. PELMO facilities do not currently work at my end, as I have no working wine installation on this computer | |||||
2017-01-19 | Fix one_box for ini = 1, use in sawtooth examples | Johannes Ranke | 1 | -3/+3 | |
2017-01-19 | Move mkin::twa to pfm::max_twa.mkinfit | Johannes Ranke | 1 | -2/+2 | |
- 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 | Switch sawtooth plotting example to FOMC | Johannes Ranke | 1 | -1/+1 | |
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 | 1 | -0/+142 | |
- 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 |