riatelab / SpatialPosition

R package for computing spatial position models
https://rgeomatic.hypotheses.org/category/spatialposition
31 stars 4 forks source link

upcoming lwgeom will break SpatialPosition #18

Closed edzer closed 4 years ago

edzer commented 4 years ago

Please import st_make_valid from sf rather than from lwgeom, because upcoming lwgeom will cause CRAN errors of this kind:

* installing *source* package ‘SpatialPosition’ ...
** package ‘SpatialPosition’ successfully unpacked and MD5 sums checked
** using staged installation
** R
** data
*** moving datasets to lazyload DB
** inst
** byte-compile and prepare package for lazy loading
Error: object ‘st_make_valid’ is not exported by 'namespace:lwgeom'
Execution halted
ERROR: lazy loading failed for package ‘SpatialPosition’
* removing ‘/tmp/SpatialPosition.Rcheck/SpatialPosition’

Please fix and resubmit to CRAN