aboutsummaryrefslogtreecommitdiff
path: root/tests/testthat/test_mixed.R
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2022-02-28 11:17:56 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2022-02-28 11:17:56 +0100
commitd68f7cc800fe2342642056780b915821dbe113e0 (patch)
tree969298f89c8c76bcb03d6d84186ab302c0fd26d7 /tests/testthat/test_mixed.R
parent6b7b93c29115d75bf10c63b61f565a61a2d74498 (diff)
With saemix 3.0 on CRAN there's no need to check for it in tests
Diffstat (limited to 'tests/testthat/test_mixed.R')
-rw-r--r--tests/testthat/test_mixed.R3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/testthat/test_mixed.R b/tests/testthat/test_mixed.R
index 6ac93295..40bd3fdf 100644
--- a/tests/testthat/test_mixed.R
+++ b/tests/testthat/test_mixed.R
@@ -1,7 +1,6 @@
context("Nonlinear mixed-effects models")
test_that("Parent fits using saemix are correctly implemented", {
- skip_if(!saemix_available)
expect_error(saem(fits), "Only row objects")
# Some fits were done in the setup script
@@ -97,7 +96,6 @@ test_that("Print methods work", {
expect_known_output(print(mmkin_biphasic_mixed, digits = 2), "print_mmkin_biphasic_mixed.txt")
expect_known_output(print(nlme_biphasic, digits = 1), "print_nlme_biphasic.txt")
- skip_if(!saemix_available)
expect_known_output(print(sfo_saem_1, digits = 1), "print_sfo_saem_1.txt")
})
@@ -126,7 +124,6 @@ test_that("nlme results are reproducible to some degree", {
test_that("saem results are reproducible for biphasic fits", {
- skip_if(!saemix_available)
test_summary <- summary(saem_biphasic_s)
test_summary$saemixversion <- "Dummy 0.0 for testing"
test_summary$mkinversion <- "Dummy 0.0 for testing"

Contact - Imprint