From d68f7cc800fe2342642056780b915821dbe113e0 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Mon, 28 Feb 2022 11:17:56 +0100 Subject: With saemix 3.0 on CRAN there's no need to check for it in tests --- tests/testthat/test_mixed.R | 3 --- 1 file changed, 3 deletions(-) (limited to 'tests/testthat/test_mixed.R') 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" -- cgit v1.2.1