Skip to content

Commit

Permalink
update tests to be skipped on cran
Browse files Browse the repository at this point in the history
  • Loading branch information
JosiahParry committed Jul 31, 2024
1 parent 289e97a commit 346280e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 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.1.3
Date: 2024-07-10 01:14:19 UTC
SHA: 4550d5d4681ea3d03bb9d3c650301dd8177f9615
Version: 0.1.4
Date: 2024-07-31 13:34:25 UTC
SHA: 803aa2ec99b6ea0c0f0eca0761a0984f853181f0
5 changes: 3 additions & 2 deletions tests/testthat/test-integration.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
library(arcgislayers)

test_that("dates and ints are returned", {
skip_on_cran()
skip_if_not_installed("arcgislayers")
library(arcgislayers)
res <- "https://services.arcgis.com/GL0fWlNkwysZaKeV/arcgis/rest/services/TXLA_ZCTA_PRCPpred/FeatureServer/0" |>
arc_open() |>
arc_select(n_max = 10)
Expand Down

0 comments on commit 346280e

Please sign in to comment.