mirror of
https://github.com/msberends/AMR.git
synced 2025-09-04 13:29:46 +02:00
(v1.6.0.9023) new unit test flow
This commit is contained in:
@@ -62,8 +62,9 @@ test_that("mic works", {
|
||||
|
||||
expect_s3_class(summary(as.mic(c(2, 8))), c("summaryDefault", "table"))
|
||||
|
||||
library(dplyr, warn.conflicts = FALSE)
|
||||
expect_output(print(tibble(m = as.mic(2:4))))
|
||||
if (require("dplyr")) {
|
||||
expect_output(print(tibble(m = as.mic(2:4))))
|
||||
}
|
||||
})
|
||||
|
||||
test_that("mathematical functions on mic work", {
|
||||
|
Reference in New Issue
Block a user