Closed bart1 closed 1 year ago
Thanks. With the change I made I get
ud<-new("UD", r, method="asdf")
proj4string(ud)
#[1] "+proj=longlat +datum=WGS84 +no_defs"
I will do a reverse dependency check to see if it breaks something else.
Thanks! I quickly checked and it also works for me, any chance you will release this to CRAN soon? then I would not have to implement a work around
Yes, of course, this is on me, and I will get it to CRAN in a couple of days.
move
is now on cran without errors
While updating the move package I encountered the following strange behavior, when creating a derived class on initiation the projection is lost. As far as I know this used to work:
Created on 2023-01-11 with reprex v2.0.2