1
0
mirror of https://github.com/msberends/AMR.git synced 2025-09-15 17:09:39 +02:00

(v3.0.0.9031) fix for ggplot2

This commit is contained in:
2025-09-12 16:52:59 +02:00
parent 5b99888151
commit e8c99f2775
4 changed files with 13 additions and 12 deletions

View File

@@ -77,7 +77,7 @@ test_that("test-misc.R", {
if (!is_right) {
# otherwise, this is needed for older versions
df <- example_isolates[c(1:3), check_df("xx")]
expect_true(is_right, info = "the environmental data cannot be found for base `x` or `xx`")
expect_true(is_right, info = "the environmental data cannot be found for base `x` or `xx`")
}
if (AMR:::pkg_is_available("dplyr", min_version = "1.0.0", also_load = TRUE)) {