Changelog
Source:NEWS.md
sftime 0.3.1
CRAN release: 2025-08-19
- Correct argument
versionChecktherequireNamespacefor thecubblepackage inst_as_sftime.cubble_df().
sftime 0.3.0
CRAN release: 2024-09-11
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 https://github.com/r-spatial/sf/issues/1958#issuecomment-1181982244.-
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