Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Imports:
rematch2 (>= 2.0.1),
rlang (>= 0.1.1),
rprojroot (>= 1.1),
tibble (>= 1.4.2),
tibble (>= 3.1.8.9001),
tools,
withr (>= 1.0.0),
Suggests:
Expand All @@ -46,6 +46,8 @@ Suggests:
roxygen2,
rstudioapi (>= 0.7),
testthat (>= 3.0.0)
Remotes:
tidyverse/tibble@f-1353-subset2-performance
VignetteBuilder:
knitr
Encoding: UTF-8
Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/test-indention_operators.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

skip_on_ci()

test_that("pipe is indended correctly", {
expect_warning(test_collection("indention_operators",
Expand Down