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). --- R/transform_odeparms.R | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'R/transform_odeparms.R') diff --git a/R/transform_odeparms.R b/R/transform_odeparms.R index 174e7c2d..bf988331 100644 --- a/R/transform_odeparms.R +++ b/R/transform_odeparms.R @@ -230,11 +230,7 @@ backtransform_odeparms <- function(transparms, mkinmod, if(transform_fractions) { if (any(grepl("qlogis", names(trans_f)))) { f_tmp <- plogis(trans_f) - if (any(grepl("_tffm0_.*_qlogis$", names(f_tmp)))) { - parms[f_names] <- invtffm0(f_tmp) - } else { - parms[f_names] <- f_tmp - } + parms[f_names] <- f_tmp } else { f_tmp <- invilr(trans_f) if (spec[[box]]$sink) { -- cgit v1.2.1