-
Notifications
You must be signed in to change notification settings - Fork 301
Closed
Description
When sourcing sp.R
which contains setAs("Spatial", "sf", ...)
, setAs("Spatial", "sfc", ...)
, setAs("sf", "Spatial", ...)
and setAs("sfc", "Spatial", ...)
.
in method for ‘coerce’ with signature ‘"Spatial","sf"’: no definition for class “Spatial”
in method for ‘coerce’ with signature ‘"Spatial","sfc"’: no definition for class “Spatial”
in method for ‘coerce’ with signature ‘"sf","Spatial"’: no definition for class “Spatial”
in method for ‘coerce’ with signature ‘"sfc","Spatial"’: no definition for class “Spatial”
It complains on devtools::load_all(".")
and devtools::document(roclets=c('rd', 'collate', 'namespace'))
, which both source these functions (well, all .R
files).
Metadata
Metadata
Assignees
Labels
No labels