mirror of
https://github.com/msberends/AMR.git
synced 2025-07-09 00:02:38 +02:00
(v1.6.0.9012) unit tests
This commit is contained in:
@ -47,7 +47,7 @@ test_that("episodes work", {
|
||||
|
||||
suppressMessages(
|
||||
x <- example_isolates %>%
|
||||
mutate(out = first_isolate(., include_unknown = TRUE, info = FALSE))
|
||||
mutate(out = first_isolate(., include_unknown = TRUE, method = "episode-based", info = FALSE))
|
||||
)
|
||||
|
||||
y <- example_isolates %>%
|
||||
|
Reference in New Issue
Block a user