aboutsummaryrefslogtreecommitdiff
path: root/R/saem.R
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2021-11-17 12:59:49 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2021-11-17 12:59:49 +0100
commitd75378911cef79b3ed95daef71bf67db413d2ac8 (patch)
tree9fe7f8349a5544f87f2797dddd5c5e3089120188 /R/saem.R
parente83e7c7c0aec23132a1a15c54cb8a8e0fe104ceb (diff)
Update required saemix version, update tests
Diffstat (limited to 'R/saem.R')
-rw-r--r--R/saem.R5
1 files changed, 2 insertions, 3 deletions
diff --git a/R/saem.R b/R/saem.R
index 9db2c04a..2c20f788 100644
--- a/R/saem.R
+++ b/R/saem.R
@@ -231,9 +231,8 @@ print.saem.mmkin <- function(x, digits = max(3, getOption("digits") - 3), ...) {
saemix_model <- function(object, solution_type = "auto", transformations = c("mkin", "saemix"),
degparms_start = numeric(), test_log_parms = FALSE, verbose = FALSE, ...)
{
- if (packageVersion("saemix") < "3.1.9000") {
- stop("To use the interface to saemix, you need to install a development version\n",
- "preferably https://github.com/jranke/saemixextension@warp_combined")
+ if (packageVersion("saemix") < "3.0") {
+ stop("To use the interface to saemix, you need to install a version >= 3.0\n")
}
if (nrow(object) > 1) stop("Only row objects allowed")

Contact - Imprint