Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-01-31 | Rebuild all online docs | Ranke Johannes | 1 | -147/+2 | |
2024-01-31 | Merge remote-tracking branch 'refs/remotes/origin/main' | Ranke Johannes | 1 | -2/+150 | |
2024-01-31 | Reorganise data generation | Ranke Johannes | 1 | -212/+200 | |
- 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 | |||||
2023-11-12 | Enable markdown and rebuild docs | Johannes Ranke | 1 | -4/+28 | |
2023-11-12 | Enable links to source, upgrade to bootstrap 5 | Johannes Ranke | 1 | -73/+52 | |
2023-11-12 | Update static docs | Johannes Ranke | 1 | -212/+200 | |
2020-07-23 | Update docs, use R6 support of roxygen | Johannes Ranke | 1 | -29/+53 | |
2020-06-17 | TSCF estimation equations, update docs | Johannes Ranke | 1 | -35/+32 | |
Briggs et al. (1982) and Dettenmaier et al. (2009) | |||||
2020-04-16 | Make na.rm = FALSE the default for geomean() | Johannes Ranke | 1 | -25/+72 | |
This makes more sense and is in line with mean() from base R. Adapt tests and update docs. | |||||
2019-09-27 | Fix for UK drainage, some EFSA interception and washoff | Johannes Ranke | 1 | -1/+1 | |
- PEC_sw_drainage_UK() gave results that were a little bit too high for the substances with the highest Koc (>4000), as I used 0.01% instead of 0.008% for them. This must have come from an old vesion of the UK data requirements handbook, at least I do not have another explanation - Add EFSA interception (from 2014 DegT50 guidance) and tier 1 crop wash-off factors (from 2017 PEC soil guidance) for some major arable crops - Update docs | |||||
2019-09-18 | Add url: tag to _pkgdown.yml, typo, update docs | Johannes Ranke | 1 | -23/+36 | |
2019-06-12 | Update of static docs | Johannes Ranke | 1 | -1/+1 | |
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 | -2/+2 | |
To support Agroscope in doing lots of PEC calculations for Switzerland | |||||
2019-01-31 | Separate out PELMO utilities into rPELMO | Johannes Ranke | 1 | -15/+16 | |
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-07-04 | Some documentation updates | Johannes Ranke | 1 | -5/+5 | |
Document that TOXSWA 5.5.3 is supported in the help files | |||||
2018-06-20 | Update static docs | Johannes Ranke | 1 | -1/+1 | |
2018-06-06 | Rebuild docs with pkgdown 1.1.0 | Johannes Ranke | 1 | -6/+29 | |
2018-03-01 | Rebuild static docs using current pkdown | Johannes Ranke | 1 | -1/+15 | |
Process PELMO runs in example using 15 (hyperthreading) cores and show processor info. | |||||
2018-01-29 | Documentation fixes and updates | Johannes Ranke | 1 | -2/+2 | |
2018-01-29 | Correction of return value documentation for PEC_sw_exposit_runoff | Johannes Ranke | 1 | -3/+3 | |
Rebuild pkgdown documentation | |||||
2017-05-16 | Finish the Step 1 calculator including tests | Johannes Ranke | 1 | -23/+21 | |
Some cleaning up. PELMO facilities do not currently work at my end, as I have no working wine installation on this computer | |||||
2017-01-18 | Update static docs using pkgdown | Johannes Ranke | 1 | -0/+178 | |
- 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 |