1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-11 21:41:58 +02:00

(v1.3.0.9036) documentation fix

This commit is contained in:
2020-09-30 10:24:53 +02:00
parent 4e0374af29
commit ac1c78c793
19 changed files with 86 additions and 106 deletions

View File

@ -40,6 +40,7 @@ test_that("mic works", {
expect_s3_class(c(x[1], x[9]), "mic")
expect_s3_class(unique(x[1], x[9]), "mic")
expect_warning(as.mic("INVALID VALUE"))
pdf(NULL) # prevent Rplots.pdf being created
expect_silent(barplot(as.mic(c(1, 2, 4, 8))))