diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2022-03-07 12:03:40 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2022-03-07 14:55:21 +0100 |
commit | 7035cde3a53781721fe15a8893fdf328c789bdd2 (patch) | |
tree | a1e4929faf9d645caedc0ed4dcc5036252497c63 /man/reexports.Rd | |
parent | 77c248ca40b82ec00a756cd82f12968131f78959 (diff) |
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).
Diffstat (limited to 'man/reexports.Rd')
-rw-r--r-- | man/reexports.Rd | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/man/reexports.Rd b/man/reexports.Rd index dfbb76a7..43d27ac1 100644 --- a/man/reexports.Rd +++ b/man/reexports.Rd @@ -1,13 +1,11 @@ % Generated by roxygen2: do not edit by hand -% Please edit documentation in R/intervals.R, R/lrtest.mkinfit.R, -% R/nlme.mmkin.R, R/nlmixr.R +% Please edit documentation in R/intervals.R, R/lrtest.mkinfit.R, R/nlme.mmkin.R \docType{import} \name{reexports} \alias{reexports} \alias{intervals} \alias{lrtest} \alias{nlme} -\alias{nlmixr} \title{Objects exported from other packages} \keyword{internal} \description{ @@ -18,7 +16,5 @@ below to see their documentation. \item{lmtest}{\code{\link[lmtest]{lrtest}}} \item{nlme}{\code{\link[nlme]{intervals}}, \code{\link[nlme]{nlme}}} - - \item{nlmixr}{\code{\link[nlmixr]{nlmixr}}} }} |