Skip to content

Commit 25c9bbc

Browse files
committed
documenting this change
1 parent cc606af commit 25c9bbc

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tests/testthat/test-as_tibble-decay.R

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ test_that("as_tibble checks an attr to avoid decay to tibble", {
88
})
99

1010
test_that("as_tibble ungroups if needed", {
11+
# tsibble is doing some method piracy, and overwriting as_tibble.grouped_df as of 1.1.5
1112
skip_if(packageVersion("tsibble") > "1.1.4")
1213
edf <- jhu_csse_daily_subset %>% group_by(geo_value)
1314
# removes the grouped_df class

tests/testthat/test-methods-epi_df.R

+1
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ test_that("Metadata is dropped by `as_tibble`", {
131131
})
132132

133133
test_that("Grouping are dropped by `as_tibble`", {
134+
# tsibble is doing some method piracy, and overwriting as_tibble.grouped_df as of 1.1.5
134135
skip_if(packageVersion("tsibble") > "1.1.4")
135136
grouped_converted <- toy_epi_df %>%
136137
group_by(geo_value) %>%

0 commit comments

Comments
 (0)