From dbb6233c0dc0cbc6abadebb931d1c65338268b5a Mon Sep 17 00:00:00 2001 From: Ranke Johannes Date: Mon, 22 Jun 2026 18:49:39 +0200 Subject: Maintenance - Bump date - Adapt to recommendations introduced in readr 2.2.0, in order to pass tests for reading TOXSWA .out files - Add NEWS items - Check and test logs --- NEWS.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'NEWS.md') diff --git a/NEWS.md b/NEWS.md index 41a3da7..516ac58 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,7 @@ ## version 0.6.5 +- R/PEC_sw_drift.R: Support specifying units for distances and widths using the units package. +- R/TOXSWA_cwa.R: Adapt to readr (>= 2.2.0) requiring to wrap literal input as used for reading .out files with I(). - R/PEC_sw_drainage_UK.R: Create a function `drainage_date_UK` that does not only respect the beginning of the drainage period on 1 October, but also the end of the drainage period on 30 April, and use it for determining the degradation time. Applications early in the year before 1 May will now correctly be calculated without degradation time. - R/PEC_sw_drift.R: Vectorise the function not only with respect to distances, rates and water depths, but also with respect to crop groups. Closes issue #2 reported by Julian Klein (@juklei). -- cgit v1.2.3