Trackage / trip

trip package development
http://trackage.github.io/trip/
12 stars 2 forks source link

setting projection is crashing R #23

Closed mdsumner closed 5 years ago

mdsumner commented 6 years ago

On Debian R 3.5.0 when using proj4string<- somehow

      coordinates(d) <- c("lon", "lat")
      proj4string(d) <- CRS("+init=epsg:4326")

example(trip) is enough to trigger it

mdsumner commented 6 years ago

I think it's because sf was being imported as well, and it needn't be. It's some clash between the libs maybe