Skip to content

Commit

Permalink
remove skip; #2079
Browse files Browse the repository at this point in the history
  • Loading branch information
edzer committed Jan 10, 2023
1 parent 5334d9c commit f8b740d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test_sp.R
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ test_that("we can convert points & lines to and from sp objects", {

test_that("we can convert SpatialPolygons objects without SF comments to sfc and back", {
skip_if_not_installed("sp")
skip_if_not(package_version(sf_extSoftVersion()["GEOS"]) >= "3.11.0")
# skip_if_not(package_version(sf_extSoftVersion()["GEOS"]) >= "3.11.0"); #2079
library(sp)
# nested holes https://github.com/r-spatial/evolution/issues/9
p1 <- Polygon(cbind(x=c(0, 0, 10, 10, 0), y=c(0, 10, 10, 0, 0)), hole=FALSE) # I
Expand Down

0 comments on commit f8b740d

Please sign in to comment.