Changelog
Source:NEWS.md
sftime 0.3.0
CRAN release: 2024-09-11
Add a dedicated
tidyr::drop_na()
method forsftime
objects. (See the same recent addition forsf
objects #1975).Add a dedicated
dplyr::dplyr_reconstruct()
method forsftime
objects. Relying on the method forsf
objects caused erroneously column binding when the second object was a data frame without conflicting column names for thesf
and time columns. In this case, asf
objects was returned, even though ansftime
object should be returned. See also https://github.com/r-spatial/sf/issues/1958#issuecomment-1181982244.-
Add methods to convert
sftime
objects from:- Objects from the
spatstat
package classes (ppp
,psp
,lpp
) -
sftrack
andsftraj
objects from thesftrack
package. -
cubble_df
objects from thecubble
package.
- Objects from the
-
Bug fix in
st_time<-.sftime
:- Still contained references to the old
tc
class. - Did not allow to give the active time column a character vector as value.
- Still contained references to the old