mirror of
https://github.com/msberends/AMR.git
synced 2025-07-12 12:21:58 +02:00
(v1.7.1.9020) autoplot generics
This commit is contained in:
@ -45,7 +45,7 @@ pdf(NULL) # prevent Rplots.pdf being created
|
||||
expect_silent(plot(x))
|
||||
if (AMR:::pkg_is_available("ggplot2")) {
|
||||
expect_silent(ggplot_rsi_predict(x))
|
||||
expect_silent(ggplot(x))
|
||||
expect_silent(autoplot(x))
|
||||
expect_error(ggplot_rsi_predict(example_isolates))
|
||||
}
|
||||
expect_stdout(rsi_predict(x = subset(example_isolates, mo == "B_ESCHR_COLI"),
|
||||
|
Reference in New Issue
Block a user