mirror of
https://github.com/msberends/AMR.git
synced 2025-07-12 21:41:55 +02:00
unit tests
This commit is contained in:
@ -120,12 +120,12 @@ expect_silent(plot(ab7))
|
||||
expect_silent(plot(ab8))
|
||||
|
||||
if (AMR:::pkg_is_available("ggplot2")) {
|
||||
expect_inherits(autoplot(ab1), "gg")
|
||||
expect_inherits(autoplot(ab2), "gg")
|
||||
expect_inherits(autoplot(ab3), "gg")
|
||||
expect_inherits(autoplot(ab4), "gg")
|
||||
expect_inherits(autoplot(ab5), "gg")
|
||||
expect_inherits(autoplot(ab6), "gg")
|
||||
expect_inherits(autoplot(ab7), "gg")
|
||||
expect_inherits(autoplot(ab8), "gg")
|
||||
expect_inherits(ggplot2::autoplot(ab1), "gg")
|
||||
expect_inherits(ggplot2::autoplot(ab2), "gg")
|
||||
expect_inherits(ggplot2::autoplot(ab3), "gg")
|
||||
expect_inherits(ggplot2::autoplot(ab4), "gg")
|
||||
expect_inherits(ggplot2::autoplot(ab5), "gg")
|
||||
expect_inherits(ggplot2::autoplot(ab6), "gg")
|
||||
expect_inherits(ggplot2::autoplot(ab7), "gg")
|
||||
expect_inherits(ggplot2::autoplot(ab8), "gg")
|
||||
}
|
||||
|
Reference in New Issue
Block a user