diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2021-11-17 12:59:49 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2021-11-17 12:59:49 +0100 |
commit | d75378911cef79b3ed95daef71bf67db413d2ac8 (patch) | |
tree | 9fe7f8349a5544f87f2797dddd5c5e3089120188 /R/saem.R | |
parent | e83e7c7c0aec23132a1a15c54cb8a8e0fe104ceb (diff) |
Update required saemix version, update tests
Diffstat (limited to 'R/saem.R')
-rw-r--r-- | R/saem.R | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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") |