We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4de0fff commit 4300baaCopy full SHA for 4300baa
tests/testthat/test_crs.R
@@ -17,7 +17,7 @@ test_that("st_crs works", {
17
expect_silent(st_crs(nc1) <- st_crs(nc1))
18
19
if (sf_extSoftVersion()[["GDAL"]] > "2.2.3") {
20
- expect_error(st_crs("+proj=ll"), "invalid crs")
+ suppressWarnings(expect_error(st_crs("+proj=ll"), "invalid crs"))
21
# expect_error(st_crs("+proj=longlat +datum=NAD26"))
22
}
23
expect_silent(st_crs("+proj=longlat"))
0 commit comments