Skip to contents

spanishoddata (development version)

New features

Breaking changes

  • hour column is superseeded by time_slot column in the output of spod_get() and spod_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 new hour 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 with spod_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 of spod_get() and spod_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

spanishoddata 0.1.0

CRAN release: 2024-12-18

  • Initial CRAN submission.