diff options
Diffstat (limited to 'docs/news')
| -rw-r--r-- | docs/news/index.html | 28 | ||||
| -rw-r--r-- | docs/news/index.md | 43 |
2 files changed, 67 insertions, 4 deletions
diff --git a/docs/news/index.html b/docs/news/index.html index f3a3f14..4a1fb22 100644 --- a/docs/news/index.html +++ b/docs/news/index.html @@ -1,5 +1,11 @@ <!DOCTYPE html> -<!-- Generated by pkgdown: do not edit by hand --><html lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"><title>Changelog • pfm</title><script src="../deps/jquery-3.6.0/jquery-3.6.0.min.js"></script><meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"><link href="../deps/bootstrap-5.3.1/bootstrap.min.css" rel="stylesheet"><script src="../deps/bootstrap-5.3.1/bootstrap.bundle.min.js"></script><!-- pkgdown --><script src="../pkgdown.js"></script><meta property="og:title" content="Changelog"></head><body> +<!-- Generated by pkgdown: do not edit by hand --><html lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"><title>Changelog • pfm</title><!-- mathjax math --><script src="https://cdn.jsdelivr.net/npm/mathjax@3.2.2/es5/tex-mml-chtml.js" integrity="sha256-MASABpB4tYktI2Oitl4t+78w/lyA+D7b/s9GEP0JOGI=" crossorigin="anonymous"></script><script> + window.MathJax = { + chtml: { + fontURL: "https://cdn.jsdelivr.net/npm/mathjax@3.2.2/es5/output/chtml/fonts/woff-v2" + } + }; +</script><script src="../deps/jquery-3.6.0/jquery-3.6.0.min.js"></script><meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"><link href="../deps/bootstrap-5.3.1/bootstrap.min.css" rel="stylesheet"><script src="../deps/bootstrap-5.3.1/bootstrap.bundle.min.js"></script><link href="../deps/font-awesome-6.4.2/css/all.min.css" rel="stylesheet"><link href="../deps/font-awesome-6.4.2/css/v4-shims.min.css" rel="stylesheet"><script src="../deps/headroom-0.11.0/headroom.min.js"></script><script src="../deps/headroom-0.11.0/jQuery.headroom.min.js"></script><script src="../deps/bootstrap-toc-1.0.1/bootstrap-toc.min.js"></script><script src="../deps/clipboard.js-2.0.11/clipboard.min.js"></script><script src="../deps/search-1.0.0/autocomplete.jquery.min.js"></script><script src="../deps/search-1.0.0/fuse.min.js"></script><script src="../deps/search-1.0.0/mark.min.js"></script><!-- pkgdown --><script src="../pkgdown.js"></script><meta property="og:title" content="Changelog"></head><body> <a href="#main" class="visually-hidden-focusable">Skip to contents</a> @@ -7,7 +13,7 @@ <a class="navbar-brand me-2" href="../index.html">pfm</a> - <small class="nav-text text-muted me-auto" data-bs-toggle="tooltip" data-bs-placement="bottom" title="">0.6.3</small> + <small class="nav-text text-muted me-auto" data-bs-toggle="tooltip" data-bs-placement="bottom" title="">0.6.5</small> <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbar" aria-controls="navbar" aria-expanded="false" aria-label="Toggle navigation"> @@ -33,11 +39,25 @@ </div> <div class="section level2"> +<h2 class="pkg-version" data-toc-text="0.6.5" id="version-065">version 0.6.5<a class="anchor" aria-label="anchor" href="#version-065"></a></h2> +<ul><li><p>R/PEC_sw_drift.R: Support specifying units for distances and widths using the units package.</p></li> +<li><p>R/TOXSWA_cwa.R: Adapt to readr (>= 2.2.0) requiring to wrap literal input as used for reading .out files with I().</p></li> +<li><p>R/PEC_sw_drainage_UK.R: Create a function <code>drainage_date_UK</code> 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.</p></li> +<li><p>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 <a href="https://github.com/jranke/pfm/issues/2" class="external-link">#2</a> reported by Julian Klein (<a href="https://github.com/juklei" class="external-link">@juklei</a>).</p></li> +</ul></div> + <div class="section level2"> +<h2 class="pkg-version" data-toc-text="0.6.4" id="version-064">version 0.6.4<a class="anchor" aria-label="anchor" href="#version-064"></a></h2> +<ul><li><p>R/PEC_sw_drainage_uk.R: Fix a bug preventing the function to work of <code>latest_application</code> is set to 29 February. Also, make this function correctly deal with units.</p></li> +<li><p>R/twa.R: Fix a bug in plotting one-box models of class <code>one_box</code> that affected plots that displayed a time weighted average.</p></li> +<li><p>R/PEC_sw_drainage_uk.R: Fix a bug leading to increased PEC values in the case the application date is after the beginning of the drainage period and <code>soil_DT50</code> was specified.</p></li> +</ul></div> + <div class="section level2"> <h2 class="pkg-version" data-toc-text="0.6.3" id="version-063">version 0.6.3<a class="anchor" aria-label="anchor" href="#version-063"></a></h2> <ul><li><p>R/{PEC_sw_drift,PEC_sw_exposit_runoff,PEC_sw_sed}.R: Make use of the <code>units</code> package.</p></li> <li><p>R/PEC_sw_drift.R: Change argument name from ‘crop_group_focus’ to ‘crop_group_RF’, in order to make it easier to understand the relation to the ‘drift_data’ argument.</p></li> </ul></div> - </main></div> + </main><aside class="col-md-3"><nav id="toc" aria-label="Table of contents"><h2>On this page</h2> + </nav></aside></div> <footer><div class="pkgdown-footer-left"> @@ -45,7 +65,7 @@ </div> <div class="pkgdown-footer-right"> - <p>Site built with <a href="https://pkgdown.r-lib.org/" class="external-link">pkgdown</a> 2.1.0.</p> + <p>Site built with <a href="https://pkgdown.r-lib.org/" class="external-link">pkgdown</a> 2.2.0.</p> </div> </footer></div> diff --git a/docs/news/index.md b/docs/news/index.md new file mode 100644 index 0000000..3077509 --- /dev/null +++ b/docs/news/index.md @@ -0,0 +1,43 @@ +# Changelog + +## 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](https://github.com/jranke/pfm/issues/2) + reported by Julian Klein ([@juklei](https://github.com/juklei)). + +## version 0.6.4 + +- R/PEC_sw_drainage_uk.R: Fix a bug preventing the function to work of + `latest_application` is set to 29 February. Also, make this function + correctly deal with units. + +- R/twa.R: Fix a bug in plotting one-box models of class `one_box` that + affected plots that displayed a time weighted average. + +- R/PEC_sw_drainage_uk.R: Fix a bug leading to increased PEC values in + the case the application date is after the beginning of the drainage + period and `soil_DT50` was specified. + +## version 0.6.3 + +- R/{PEC_sw_drift,PEC_sw_exposit_runoff,PEC_sw_sed}.R: Make use of the + `units` package. + +- R/PEC_sw_drift.R: Change argument name from ‘crop_group_focus’ to + ‘crop_group_RF’, in order to make it easier to understand the relation + to the ‘drift_data’ argument. |
