Releases: r-spatial/sftime
Releases · r-spatial/sftime
sftime 0.3.1
sftime 0.3.0
-
Add a dedicated
tidyr::drop_na()method forsftimeobjects. (See the same recent addition forsfobjects #1975). -
Add a dedicated
dplyr::dplyr_reconstruct()method forsftimeobjects.
Relying on the method forsfobjects caused erroneously column binding when the second object was a data frame without conflicting column names for thesfand time columns. In this case, asfobjects was returned, even though ansftimeobject should be returned. See also r-spatial/sf#1958 (comment). -
Add methods to convert
sftimeobjects from:- Objects from the
spatstatpackage classes (ppp,psp,lpp) sftrackandsftrajobjects from thesftrackpackage.cubble_dfobjects from thecubblepackage.
- Objects from the
-
Bug fix in
st_time<-.sftime:- Still contained references to the old
tcclass. - Did not allow to give the active time column a character vector as value.
- Still contained references to the old
sftime 0.2-0
- initial CRAN submission