- version update for JSS publication
- fix the
st_transformation
onspatial_cubble_df
(#32)
- fix the conversion between cubble and stars object (#30)
- small fix on
group_by
with temporal cubble, reported from CRAN
- new
make_cubble()
for constructing a cubble object from separate spatial & temporal components (replaceas_cubble(list(spatial = ..., temporal = ...))
syntax) as_cubble()
for stars and sftime objects (#5)- refactor the cubble class: nested cubble has class:
spatial_cubble_df
andcubble_df
, the long cubble has class:temporal_cubble_df
andcubble_df
. - refactor the matching function
- better integration with sf and tsibble
- add pkg logo
- fix mismatch of arguments in slice_*() with the latest dplyr generics
- update on
geom_glyph
to take regular function - a new vignette on making a linked map and time series plot
- add a converter between
stars
andcubble
object #5
- remove dependency (suggest) on
rnoaa
- Added a
NEWS.md
file to track changes to the package.