You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting error Error in if (!is.na(projargs) && !nzchar(projargs)) projargs <- NA_character_ : missing value where TRUE/FALSE needed when running the sample code from the README
I'm getting error
Error in if (!is.na(projargs) && !nzchar(projargs)) projargs <- NA_character_ : missing value where TRUE/FALSE needed
when running the sample code from the READMEtraceback()
indicates the error is caused byCRS(attr(x[[attr(x, "sf_column")]], "crs")[["proj4string"]])
. Sure enough,names(attr(mammal_shapes[[attr(mammal_shapes, "sf_column")]], "crs"))
returns[1] "input" "wkt"
, there's no"proj4string"
.Session info
The text was updated successfully, but these errors were encountered: