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

fix for R < 3.2, expect_warning() on hold

This commit is contained in:
2023-02-14 10:41:01 +01:00
parent 3396236eef
commit a4cd38c433
24 changed files with 55 additions and 113 deletions

View File

@ -176,8 +176,7 @@ rbind2 <- function(...) {
}
df
})
fun <- function(...) rbind(..., stringsAsFactors = FALSE)
do.call(fun, l_new)
do.call(rbind, l_new)
}
# No export, no Rd