diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2023-08-10 07:38:10 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2023-08-10 07:38:10 +0200 |
commit | f27b7be9da73f88d9aabb65665899daa27339901 (patch) | |
tree | e1321ef5f757cf4703f968748e0d9e74e4585ba0 /docs/dev/news | |
parent | a3eea898d7eb3361af6bb21509005d993e13c99a (diff) |
Update static docs for development version
Diffstat (limited to 'docs/dev/news')
-rw-r--r-- | docs/dev/news/index.html | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/docs/dev/news/index.html b/docs/dev/news/index.html index 8596e128..4e652b96 100644 --- a/docs/dev/news/index.html +++ b/docs/dev/news/index.html @@ -17,7 +17,7 @@ </button> <span class="navbar-brand"> <a class="navbar-link" href="../index.html">mkin</a> - <span class="version label label-info" data-toggle="tooltip" data-placement="bottom" title="In-development version">1.2.5</span> + <span class="version label label-info" data-toggle="tooltip" data-placement="bottom" title="In-development version">1.2.6</span> </span> </div> @@ -54,6 +54,9 @@ <a href="../articles/prebuilt/2022_dmta_pathway.html">Testing hierarchical pathway kinetics with residue data on dimethenamid and dimethenamid-P</a> </li> <li> + <a href="../articles/prebuilt/2023_mesotrione_parent.html">Testing covariate modelling in hierarchical parent degradation kinetics with residue data on mesotrione</a> + </li> + <li> <a href="../articles/prebuilt/2022_cyan_pathway.html">Testing hierarchical pathway kinetics with residue data on cyantraniliprole</a> </li> <li> @@ -105,11 +108,16 @@ </div> <div class="section level2"> +<h2 class="page-header" data-toc-text="1.2.6" id="mkin-126">mkin 1.2.6<a class="anchor" aria-label="anchor" href="#mkin-126"></a></h2> +</div> + <div class="section level2"> <h2 class="page-header" data-toc-text="1.2.5" id="mkin-125">mkin 1.2.5<a class="anchor" aria-label="anchor" href="#mkin-125"></a></h2> -<ul><li> -</li></ul></div> +<ul><li><p>‘vignettes/mesotrione_parent_2023.rnw’: Prebuilt vignette showing how covariate modelling can be done for all relevant parent degradation models.</p></li> +<li><p>‘inst/testdata/mesotrione_soil_efsa_2016}.xlsx’: Another example spreadsheets for use with ‘read_spreadsheet()’, featuring pH dependent degradation</p></li> +<li><p>R/illparms.R: Fix the detection of ill-defined slope or error model parameters for the case that the estimate is negative</p></li> +</ul></div> <div class="section level2"> -<h2 class="page-header" data-toc-text="1.2.4" id="mkin-124-2023-05-19">mkin 1.2.4 (2023-05-19)<a class="anchor" aria-label="anchor" href="#mkin-124-2023-05-19"></a></h2> +<h2 class="page-header" data-toc-text="1.2.4" id="mkin-124">mkin 1.2.4<a class="anchor" aria-label="anchor" href="#mkin-124"></a></h2> <ul><li>R/endpoints.R: Fix the calculation of endpoints for user specified covariate values</li> </ul></div> <div class="section level2"> |