Skip to content

Commit 5dbd852

Browse files
committed
add tibble to suggests
1 parent 4de7218 commit 5dbd852

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

DESCRIPTION

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,6 @@ Suggests:
3535
htmltools,
3636
cartogram,
3737
htmlwidgets,
38-
ggplot2
38+
ggplot2,
39+
tibble
3940
VignetteBuilder: knitr

tests/testthat/test-council_seats.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ context("test-council_seats")
22

33
test_that("council_seats works", {
44
summary <- council_seats(councillors = FALSE)
5-
expect_true(tibble::is.tibble(summary))
5+
expect_true(tibble::is_tibble(summary))
66
expect_true(nrow(summary)==423)
77

88

0 commit comments

Comments
 (0)