mirror of
https://github.com/msberends/AMR.git
synced 2025-07-09 12:21:59 +02:00
fix for R < 3.2, expect_warning()
on hold
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user