We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecb36a3 commit 63e01d8Copy full SHA for 63e01d8
tests/testthat/test-epix_slide.R
@@ -25,7 +25,7 @@ test_that("epix_slide works as intended",{
25
# 7 should also be there below; this is a bug on issue #153
26
time_value = c(4,5,6),
27
sum_binary = c(2^3+2^2,
28
- 2^6+2^5,
+ 2^6+2^3,
29
2^10+2^9)) %>%
30
as_epi_df(as_of = 1) # Also a bug (issue #213)
31
0 commit comments