mirror of
https://github.com/msberends/AMR.git
synced 2025-07-12 15:02:00 +02:00
unit tests
This commit is contained in:
2
R/sir.R
2
R/sir.R
@ -1080,7 +1080,7 @@ sir_interpretation_history <- function(clean = FALSE) {
|
||||
# sort descending on time
|
||||
out <- out[order(out$datetime, decreasing = TRUE), , drop = FALSE]
|
||||
|
||||
if (pkg_is_available("tibble", also_load = FALSE)) {
|
||||
if (pkg_is_available("tibble")) {
|
||||
import_fn("as_tibble", "tibble")(out)
|
||||
} else {
|
||||
out
|
||||
|
Reference in New Issue
Block a user