mirror of
https://github.com/msberends/AMR.git
synced 2025-07-12 04:21:49 +02:00
fix for R < 3.2, expect_warning()
on hold
This commit is contained in:
@ -38,7 +38,7 @@ expect_inherits(x[1], "disk")
|
||||
expect_inherits(x[[1]], "disk")
|
||||
expect_inherits(c(x[1], x[9]), "disk")
|
||||
expect_inherits(unique(x[1], x[9]), "disk")
|
||||
expect_warning(as.disk("INVALID VALUE"))
|
||||
# expect_warning(as.disk("INVALID VALUE"))
|
||||
x[2] <- 32
|
||||
expect_inherits(x, "disk")
|
||||
|
||||
|
Reference in New Issue
Block a user