We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4de7218 commit 5dbd852Copy full SHA for 5dbd852
2 files changed
DESCRIPTION
@@ -35,5 +35,6 @@ Suggests:
35
htmltools,
36
cartogram,
37
htmlwidgets,
38
- ggplot2
+ ggplot2,
39
+ tibble
40
VignetteBuilder: knitr
tests/testthat/test-council_seats.R
@@ -2,7 +2,7 @@ context("test-council_seats")
2
3
test_that("council_seats works", {
4
summary <- council_seats(councillors = FALSE)
5
- expect_true(tibble::is.tibble(summary))
+ expect_true(tibble::is_tibble(summary))
6
expect_true(nrow(summary)==423)
7
8
0 commit comments