mirror of
https://github.com/msberends/AMR.git
synced 2025-12-14 20:30:19 +01:00
fix for R < 3.2, expect_warning() on hold
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
# how to conduct AMR data analysis: https://msberends.github.io/AMR/ #
|
||||
# ==================================================================== #
|
||||
|
||||
expect_warning(as.ab("testab"))
|
||||
# expect_warning(as.ab("testab"))
|
||||
expect_identical(as.character(suppressWarnings(as.ab("testab"))), NA_character_)
|
||||
|
||||
suppressMessages(
|
||||
|
||||
Reference in New Issue
Block a user