diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2019-09-27 10:00:15 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2019-09-27 11:08:53 +0200 |
commit | 435e07a6f7fd2599d783fd306ee6d9e08acc0c6b (patch) | |
tree | bd47fa18a307349eabf4ecfff7ea8da81f5bb654 /GNUmakefile | |
parent | 803fe13e505960fddccdbd4dcb524715f5eb068d (diff) |
Fix for UK drainage, some EFSA interception and washoff
- 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
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index 76d369e..0d3f38e 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -34,7 +34,7 @@ README.html: README.md pd: roxygen @echo "Building static documentation..." # suppressWarnings to get rid of mbcsToSbcs warnings when plotting the 'ยต' character - "$(R_HOME)/bin/Rscript" -e 'suppressWarnings(pkgdown::build_site())' + "$(R_HOME)/bin/Rscript" -e 'suppressWarnings(pkgdown::build_site(lazy=TRUE))' @echo "DONE." $(TGZ): $(pkgfiles) |