Skip to content

Commit

Permalink
v8
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherkenny committed Oct 17, 2023
1 parent 1ecc24e commit 54e312c
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CRAN-SUBMISSION
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Version: 0.0.6
Date: 2023-10-15 22:59:30 UTC
SHA: b76ceb86a56ada5c25965d74cd2253d5ac0a2029
Version: 0.0.8
Date: 2023-10-17 16:57:33 UTC
SHA: 1ecc24e83b4faee144e630d6531393da165255d8
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: tinytiger
Title: Lightweight Interface to TIGER/Line Shapefiles
Version: 0.0.6
Version: 0.0.8
Authors@R: c(
person("Christopher T.", "Kenny", email = "[email protected]",
role = c("aut", "cre"), comment = c(ORCID = "0000-0002-9386-6860")),
Expand Down
1 change: 1 addition & 0 deletions tests/testthat/test-address_ranges.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
test_that("tt_address_ranges works", {
skip_on_cran()
actual <- maybe_304(tt_address_ranges("DE", county = "001"))
expect_s3_class(actual, 'data.frame')
})
1 change: 1 addition & 0 deletions tests/testthat/test-primary_roads.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
test_that("tt_primary_roads works", {
skip_on_cran()
actual <- maybe_304(tt_primary_roads())
expect_s3_class(actual, "data.frame")
})
1 change: 1 addition & 0 deletions tests/testthat/test-primary_secondary_roads.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
test_that("tt_primary_secondary_roads works", {
skip_on_cran()
actual <- maybe_304(tt_primary_secondary_roads("DE"))
expect_s3_class(actual, "data.frame")
})
1 change: 1 addition & 0 deletions tests/testthat/test-states.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
test_that("tt_states works", {
skip_on_cran()
actual <- maybe_304(tt_states())
expect_s3_class(actual, "data.frame")
})

0 comments on commit 54e312c

Please sign in to comment.