spanishoddata (development version)
New features
-
spod_cite()
function to easily cite the package and the data (#134)
Breaking changes
-
hour
column is superseeded bytime_slot
column in the output ofspod_get()
andspod_convert()
.time_slot
is deprecated. It is still present in the tables, but will be removed in the end of 2025 but going forward please use the newhour
column. Otherwise it is exactly the same as before, this is just a name change. (#132)
Other changes
spod_quick_get()
does not rely on metadata download anymore and can be used without setting the data directory withspod_set_data_dir()
(and therefore does not cause a warning if the data directory is not set).hour
(ex-time_slot
) column is now right next to the date column in the output ofspod_get()
andspod_convert()
(#)maximum available CPU cores check is now turned off to improve compatibility when running the package from within a container in high performance computing environments (see #130 and #140 for details)
minor documentation improvements and updates
minor bug fixes