1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-08 11:11:54 +02:00

(v1.8.0.9000) unit tests for R 3.3

This commit is contained in:
2022-02-01 17:08:10 +01:00
parent f5dcf0ad58
commit be792cc9eb
7 changed files with 48 additions and 35 deletions

View File

@ -63,7 +63,7 @@ if (AMR:::pkg_is_available("dplyr", min_version = "1.0.0")) {
expect_stdout(print(tibble(ab = as.rsi("S"))))
}
if (AMR:::pkg_is_available("skimr")) {
if (AMR:::pkg_is_available("skimr", min_version = "2.0.0")) {
expect_inherits(skim(example_isolates),
"data.frame")
if (AMR:::pkg_is_available("dplyr", min_version = "1.0.0")) {