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
When running the example from df2move I get the error:
Error: 'same.crs' is not an exported object from 'namespace:terra'
I've installed moveVis from tarball since I'm running an older version R and can't change that (locked-down computer).
Any suggestions would be much appreciated!
Thanks.
> library(moveVis)
> library(move)
>
> # load the example data and convert them into a data.frame
> data("move_data")
> move_df <- methods::as(move_data, "data.frame")
>
> # use df2move to convert the data.frame into a moveStack
> df2move(move_df,
+ proj = "+init=epsg:4326 +proj=longlat +datum=WGS84 +no_defs +ellps=WGS84 +towgs84=0,0,0",
+ x = "coords.x1", y = "coords.x2", time = "timestamps", track_id = "trackId")
Error: 'same.crs' is not an exported object from 'namespace:terra'
When running the example from
df2move
I get the error:I've installed
moveVis
from tarball since I'm running an older version R and can't change that (locked-down computer).Any suggestions would be much appreciated!
Thanks.
The text was updated successfully, but these errors were encountered: