mirror of
https://github.com/msberends/AMR.git
synced 2025-07-08 18:01:50 +02:00
(v1.8.1.9003) set_mo_source() fix
This commit is contained in:
@ -42,7 +42,8 @@ expect_inherits(x[1], "mic")
|
||||
expect_inherits(x[[1]], "mic")
|
||||
expect_inherits(c(x[1], x[9]), "mic")
|
||||
expect_inherits(unique(x[1], x[9]), "mic")
|
||||
expect_inherits(droplevels(c(x[1], x[9])), "mic")
|
||||
expect_inherits(droplevels(c(x[1], x[9]), as.mic = TRUE), "factor")
|
||||
expect_inherits(droplevels(c(x[1], x[9]), as.mic = TRUE), "mic")
|
||||
x[2] <- 32
|
||||
expect_inherits(x, "mic")
|
||||
expect_warning(as.mic("INVALID VALUE"))
|
||||
|
Reference in New Issue
Block a user