diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2021-02-13 13:27:09 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2021-02-13 13:27:09 +0100 |
commit | c4f327e62f19c0a3fc77a538f7cf0c2c619019d8 (patch) | |
tree | 63b52f9ace5a988165e3e8a421e765e50da611fb | |
parent | f2c57bd3c183238fa796f9bee5ce52b62f3f75d6 (diff) |
Update static docs
-rw-r--r-- | docs/dev/news/index.html | 20 | ||||
-rw-r--r-- | docs/dev/pkgdown.yml | 2 |
2 files changed, 16 insertions, 6 deletions
diff --git a/docs/dev/news/index.html b/docs/dev/news/index.html index eab75984..1421edf4 100644 --- a/docs/dev/news/index.html +++ b/docs/dev/news/index.html @@ -145,13 +145,23 @@ <h1 class="page-header" data-toc-text="1.0.2.9000"> <a href="#mkin-1029000" class="anchor"></a>mkin 1.0.2.9000<small> Unreleased </small> </h1> +<div id="general" class="section level2"> +<h2 class="hasAnchor"> +<a href="#general" class="anchor"></a>General</h2> +<ul> +<li>Switch to a versioning scheme where the fourth version component indicates development versions</li> +</ul> +</div> +<div id="mixed-effects-models" class="section level2"> +<h2 class="hasAnchor"> +<a href="#mixed-effects-models" class="anchor"></a>Mixed-effects models</h2> <ul> -<li><p>Switch to a versioning scheme where the fourth version component indicates development versions</p></li> <li><p>Reintroduce the interface to the current development version of saemix, in particular:</p></li> <li><p>‘saemix_model’ and ‘saemix_data’: Helper functions to set up nonlinear mixed-effects models for mmkin row objects</p></li> <li><p>‘saem’: generic function to fit saemix models using ‘saemix_model’ and ‘saemix_data’, with a generator ‘saem.mmkin’, summary and plot methods</p></li> </ul> </div> +</div> <div id="mkin-102" class="section level1"> <h1 class="page-header" data-toc-text="1.0.2"> <a href="#mkin-102" class="anchor"></a>mkin 1.0.2<small> Unreleased </small> @@ -176,9 +186,9 @@ <h1 class="page-header" data-toc-text="1.0.0"> <a href="#mkin-100" class="anchor"></a>mkin 1.0.0<small> 2021-02-03 </small> </h1> -<div id="general" class="section level2"> +<div id="general-1" class="section level2"> <h2 class="hasAnchor"> -<a href="#general" class="anchor"></a>General</h2> +<a href="#general-1" class="anchor"></a>General</h2> <ul> <li><p>‘mkinmod’ models gain arguments ‘name’ and ‘dll_dir’ which, in conjunction with a current version of the ‘inline’ package, make it possible to still use the DLL used for fast ODE solutions with ‘deSolve’ after saving and restoring the ‘mkinmod’ object.</p></li> <li><p>‘mkindsg’ R6 class for groups of ‘mkinds’ datasets with metadata</p></li> @@ -191,9 +201,9 @@ <li><p>‘plot.mkinfit’: Change default ylab from “Observed” to “Residue”. Pass xlab to residual plot if show_residuals is TRUE.</p></li> </ul> </div> -<div id="mixed-effects-models" class="section level2"> +<div id="mixed-effects-models-1" class="section level2"> <h2 class="hasAnchor"> -<a href="#mixed-effects-models" class="anchor"></a>Mixed-effects models</h2> +<a href="#mixed-effects-models-1" class="anchor"></a>Mixed-effects models</h2> <ul> <li><p>‘mixed.mmkin’ New container for mmkin objects for plotting with the ‘plot.mixed.mmkin’ method</p></li> <li><p>‘plot.mixed.mmkin’ method used for ‘nlme.mmkin’ inheriting from ‘mixed.mmkin’ (currently virtual)</p></li> diff --git a/docs/dev/pkgdown.yml b/docs/dev/pkgdown.yml index 2e984557..c74efaf7 100644 --- a/docs/dev/pkgdown.yml +++ b/docs/dev/pkgdown.yml @@ -10,7 +10,7 @@ articles: web_only/NAFTA_examples: NAFTA_examples.html web_only/benchmarks: benchmarks.html web_only/compiled_models: compiled_models.html -last_built: 2021-02-13T12:16Z +last_built: 2021-02-13T12:27Z urls: reference: https://pkgdown.jrwb.de/mkin/reference article: https://pkgdown.jrwb.de/mkin/articles |