<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pfm/NAMESPACE, branch main</title>
<subtitle>Utilities for pesticide fate modelling (also on github)</subtitle>
<id>https://cgit.jrwb.de/pfm/atom?h=main</id>
<link rel='self' href='https://cgit.jrwb.de/pfm/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://cgit.jrwb.de/pfm/'/>
<updated>2026-02-13T15:34:09Z</updated>
<entry>
<title>Fix UK drainage for very early applications</title>
<updated>2026-02-13T15:34:09Z</updated>
<author>
<name>Ranke Johannes</name>
<email>johannes.ranke@agroscope.admin.ch</email>
</author>
<published>2026-02-13T15:13:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit.jrwb.de/pfm/commit/?id=24328f0fabc1982db01132bafb4dc65dd85b13e9'/>
<id>urn:sha1:24328f0fabc1982db01132bafb4dc65dd85b13e9</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>Check for matching argument lengths in PEC_sw_drift</title>
<updated>2026-02-13T12:19:41Z</updated>
<author>
<name>Ranke Johannes</name>
<email>johannes.ranke@agroscope.admin.ch</email>
</author>
<published>2026-02-13T12:19:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit.jrwb.de/pfm/commit/?id=3511d02b8eaf4ff4ba24b1824005e8372af74f18'/>
<id>urn:sha1:3511d02b8eaf4ff4ba24b1824005e8372af74f18</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Further vectorisation of PEC_sw_drift</title>
<updated>2026-02-13T09:12:26Z</updated>
<author>
<name>Johannes Ranke</name>
<email>johannes.ranke@jrwb.de</email>
</author>
<published>2026-02-13T09:12:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit.jrwb.de/pfm/commit/?id=7078f2f601a2e4137a532b371c5e53559273c701'/>
<id>urn:sha1:7078f2f601a2e4137a532b371c5e53559273c701</id>
<content type='text'>
Closes #2
</content>
</entry>
<entry>
<title>Support units in drift, runoff und sediment PECs</title>
<updated>2024-08-13T09:00:17Z</updated>
<author>
<name>Ranke Johannes</name>
<email>johannes.ranke@agroscope.admin.ch</email>
</author>
<published>2024-08-13T08:58:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit.jrwb.de/pfm/commit/?id=396ba6c42252426a132be56b9f417786a1f276e3'/>
<id>urn:sha1:396ba6c42252426a132be56b9f417786a1f276e3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update tests for PEC_sw_drift</title>
<updated>2024-03-06T14:37:10Z</updated>
<author>
<name>Ranke Johannes</name>
<email>johannes.ranke@agroscope.admin.ch</email>
</author>
<published>2024-03-06T14:37:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit.jrwb.de/pfm/commit/?id=f20ed2fd0d9629975b8a170ecdfed531ac9c906b'/>
<id>urn:sha1:f20ed2fd0d9629975b8a170ecdfed531ac9c906b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Extend drift percentage calcs with FOCUS method</title>
<updated>2024-02-01T13:02:51Z</updated>
<author>
<name>Ranke Johannes</name>
<email>johannes.ranke@agroscope.admin.ch</email>
</author>
<published>2024-02-01T13:02:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit.jrwb.de/pfm/commit/?id=5b75b8aeb0458e19e29a7ddaec18d5ebf6f5bb4c'/>
<id>urn:sha1:5b75b8aeb0458e19e29a7ddaec18d5ebf6f5bb4c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Calculate drift percentages and PECsw using the Rautmann formula</title>
<updated>2024-02-01T09:39:53Z</updated>
<author>
<name>Ranke Johannes</name>
<email>johannes.ranke@agroscope.admin.ch</email>
</author>
<published>2024-02-01T09:39:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit.jrwb.de/pfm/commit/?id=904a86fa92f1577414f2fce2bdbfe21e12381106'/>
<id>urn:sha1:904a86fa92f1577414f2fce2bdbfe21e12381106</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reorganise data generation</title>
<updated>2024-01-31T12:27:50Z</updated>
<author>
<name>Ranke Johannes</name>
<email>johannes.ranke@agroscope.admin.ch</email>
</author>
<published>2024-01-31T12:16:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit.jrwb.de/pfm/commit/?id=aed160d7f0eaf5865e2bd9bf6c4b1c9d7b13d911'/>
<id>urn:sha1:aed160d7f0eaf5865e2bd9bf6c4b1c9d7b13d911</id>
<content type='text'>
- 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
</content>
</entry>
<entry>
<title>Remove Remotes: field from DESCRIPTION</title>
<updated>2022-11-11T09:37:13Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2022-11-11T09:37:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit.jrwb.de/pfm/commit/?id=60a217ecc9a035ab956bd4229da6ad4c654e7d6e'/>
<id>urn:sha1:60a217ecc9a035ab956bd4229da6ad4c654e7d6e</id>
<content type='text'>
It causes trouble with remotes::install_deps() on travis, see the
various previous build logs.
</content>
</entry>
<entry>
<title>Update docs, use R6 support of roxygen</title>
<updated>2020-07-23T08:51:39Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2020-07-23T08:51:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit.jrwb.de/pfm/commit/?id=90fa42c86596c85168931148bf8d5fa014fa7794'/>
<id>urn:sha1:90fa42c86596c85168931148bf8d5fa014fa7794</id>
<content type='text'>
</content>
</entry>
</feed>
