From 7035cde3a53781721fe15a8893fdf328c789bdd2 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Mon, 7 Mar 2022 12:03:40 +0100 Subject: Remove nlmixr interface for release of mkin 1.1.0 I am postponing my attempts to get the nlmixr interface to CRAN, given some problems with nlmixr using R-devel under Windows, see https://github.com/nlmixrdevelopment/nlmixr/issues/596 and https://github.com/r-hub/rhub/issues/512, which is fixed by the removal of nlmixr from the testsuite. For the tests to be more platform independent, the biphasic mixed effects models test dataset was defined in a way that fitting should be more robust (less ill-defined). --- vignettes/web_only/dimethenamid_2018.html | 189 ++++++++++++-------------- vignettes/web_only/dimethenamid_2018.rmd | 212 ++++++++---------------------- 2 files changed, 134 insertions(+), 267 deletions(-) (limited to 'vignettes') diff --git a/vignettes/web_only/dimethenamid_2018.html b/vignettes/web_only/dimethenamid_2018.html index 2a561b97..aabb37ee 100644 --- a/vignettes/web_only/dimethenamid_2018.html +++ b/vignettes/web_only/dimethenamid_2018.html @@ -1318,7 +1318,9 @@ window.initializeCodeFolding = function(show) { showCodeButton.append(showCodeText); showCodeButton .attr('data-toggle', 'collapse') + .attr('data-bs-toggle', 'collapse') // BS5 .attr('data-target', '#' + id) + .attr('data-bs-target', '#' + id) // BS5 .attr('aria-expanded', showThis) .attr('aria-controls', id); @@ -1402,6 +1404,7 @@ if (window.hljs) { +