Skip to content

Commit

Permalink
tibble 2.0.0 is on CRAN
Browse files Browse the repository at this point in the history
  • Loading branch information
romainfrancois committed Jan 7, 2019
1 parent df6b7d5 commit b3a39d3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Imports:
R6 (>= 2.2.2),
Rcpp (>= 1.0.0),
rlang (>= 0.3.0),
tibble (>= 1.4.2),
tibble (>= 2.0.0),
tidyselect (>= 0.2.5),
utils
Suggests:
Expand Down
1 change: 0 additions & 1 deletion tests/testthat/test-slice.r
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ test_that("slice correctly computes positive indices from negative indices (#307
})

test_that("slice handles raw matrices", {
skip_if(packageVersion("tibble") < "2.0.0")
df <- tibble(a = 1:4, b = matrix(as.raw(1:8), ncol = 2))
expect_identical(
slice(df, 1:2)$b,
Expand Down

0 comments on commit b3a39d3

Please sign in to comment.