Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-12-16 | Update installation instructions to use `pak` | Ranke Johannes | 1 | -5/+6 | |
2024-12-16 | Fix a bug in UK drainage calculations | Ranke Johannes | 8 | -33/+55 | |
If a soil_DT50 was specified, and the application date was later than the beginning of the drainage period (1 October), PECsw would increase. Now the amount available at the time of the drainage period is equal to the applied amount (minus interception) if application is later than the beginning of the drainage period. Fixes #4. Thanks to @lutzeli for spotting the problem. | |||||
2024-12-04 | Add badge to simplify access to documentation | Ranke Johannes | 1 | -0/+1 | |
2024-11-28 | Remove README.html to simplify maintenance | Ranke Johannes | 4 | -483/+1 | |
It was only used on cgit.jrwb.de anyways. | |||||
2024-11-14 | Use units in PEC_sw_exposit_drainage. Closes #3 | Ranke Johannes | 13 | -81/+83 | |
2024-08-27 | Bump date to trigger a github action that seems to have timed out | Ranke Johannes | 1 | -1/+1 | |
2024-08-26 | Merge branch 'main' into crop_group | Johannes Ranke | 71 | -1493/+1466 | |
2024-08-13 | Support units in drift, runoff und sediment PECs | Ranke Johannes | 69 | -1468/+1434 | |
2024-07-22 | Add status badge for travis builds | Ranke Johannes | 2 | -25/+1 | |
2024-04-10 | Improve docs, fail with erroneus crop_group arguments | Johannes Ranke | 10 | -64/+73 | |
PEC_sw_drift: The argument 'crop_group_focus' was renamed to 'crop_group_RF' to make it easier to understand the relation to the 'drift_data' argument. | |||||
2024-03-11 | Ignore R history | Ranke Johannes | 1 | -0/+1 | |
2024-03-07 | Generalise PEC_sw_drift | Ranke Johannes | 9 | -24/+101 | |
- Possibility to use FOCUS drift values (mean over width of waterbody) - Support side angles other than 90°, i.e. 45° (0° to 90°) | |||||
2024-03-06 | Add three Agroscope papers using pfm | Ranke Johannes | 5 | -3/+87 | |
2024-03-06 | Remove travis badge, installation from r-universe | Ranke Johannes | 11 | -42/+35 | |
2024-03-06 | Update tests for PEC_sw_drift | Ranke Johannes | 7 | -79/+87 | |
2024-03-06 | Include r-universe badge, update travis badge | Ranke Johannes | 1 | -1/+2 | |
2024-02-01 | Improve formatting | Ranke Johannes | 8 | -18/+13 | |
2024-02-01 | Extend drift percentage calcs with FOCUS method | Ranke Johannes | 21 | -186/+296 | |
2024-02-01 | Typo | Ranke Johannes | 1 | -1/+1 | |
2024-02-01 | Improve docs | Ranke Johannes | 11 | -5/+34 | |
2024-02-01 | Calculate drift percentages and PECsw using the Rautmann formula | Ranke Johannes | 19 | -39/+284 | |
2024-01-31 | Drift curve parameters from FOCUS SW Appendix B | Ranke Johannes | 19 | -17/+244 | |
2024-01-31 | Rebuild all online docs | Ranke Johannes | 112 | -5413/+121 | |
2024-01-31 | Check and test | Ranke Johannes | 2 | -4/+4 | |
2024-01-31 | Merge remote-tracking branch 'refs/remotes/origin/main' | Ranke Johannes | 209 | -383/+15697 | |
2024-01-31 | Fix test to correctly generate pesticide.txt | Ranke Johannes | 2 | -10/+34 | |
2024-01-31 | Reorganise data generation | Ranke Johannes | 102 | -8225/+3886 | |
- Use inst/data_generation for R code generating data as in some of my other packages - data/*.RData files were checked using https://github.com/jranke/dotfiles/blob/main/bin/rda_diff contents were not changed - Remove ChangeLog, the history is in the git logs - Update docs and some links contained therein - use \doi{} markup - Move logs to log directory | |||||
2024-01-31 | Do not write a Step 1/2 txt file by default | Ranke Johannes | 1 | -35/+36 | |
2023-11-12 | Enable markdown and rebuild docs | Johannes Ranke | 46 | -271/+290 | |
2023-11-12 | Enable links to source, upgrade to bootstrap 5 | Johannes Ranke | 132 | -6363/+15254 | |
2023-11-12 | Update static docs | Johannes Ranke | 12 | -1318/+981 | |
2023-11-12 | Start RStudio project, some maintenance | Ranke Johannes | 8 | -11/+136 | |
2023-06-21 | Don't write git log to ChangeLog any more | Ranke Johannes | 1 | -1/+0 | |
2022-11-11 | Simplify travis config | Johannes Ranke | 1 | -8/+0 | |
2022-11-11 | Try to simplify drat configuration | Johannes Ranke | 1 | -2/+2 | |
2022-11-11 | Disable bspm to make install from drat work | Johannes Ranke | 1 | -1/+1 | |
2022-11-11 | Fix last commit | Johannes Ranke | 1 | -1/+1 | |
2022-11-11 | Install drat to use it... | Johannes Ranke | 1 | -1/+2 | |
2022-11-11 | Another attempt to make drat work on travis | Johannes Ranke | 1 | -2/+1 | |
2022-11-11 | Try to make drat work | Johannes Ranke | 1 | -4/+3 | |
2022-11-11 | mkin was not pulled from the drat repo | Johannes Ranke | 1 | -0/+1 | |
2022-11-11 | Use drat instead of install_github | Johannes Ranke | 1 | -3/+2 | |
2022-11-11 | Forgot to commit .travis.yml ... | Johannes Ranke | 1 | -0/+2 | |
2022-11-11 | mkin and chents from github for check on travis | Johannes Ranke | 1 | -1/+1 | |
2022-11-11 | Don't force suggested packages | Johannes Ranke | 1 | -1/+2 | |
2022-11-11 | Remove Remotes: field from DESCRIPTION | Johannes Ranke | 6 | -4/+79 | |
It causes trouble with remotes::install_deps() on travis, see the various previous build logs. | |||||
2022-11-11 | Fix call to download.file for debugging | Johannes Ranke | 1 | -1/+1 | |
2022-11-11 | Try to debug the failure in remotes::install_deps | Johannes Ranke | 1 | -0/+1 | |
2022-11-11 | Typo, remove PELMO related suggestions | Johannes Ranke | 2 | -7/+3 | |
PELMO related functions are not used in pfm, so apart from advertising, these suggestions did not do anything. | |||||
2022-11-10 | Revert standalone option for remotes on travis | Johannes Ranke | 1 | -2/+0 | |