Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: hubExamples
Title: Example Hub Data
Version: 1.0.0.9000
Version: 1.0.1
Authors@R: c(
person(given = "Evan L",
family = "Ray",
Expand All @@ -19,7 +19,12 @@ Authors@R: c(
family = "Contamin",
email = "contamin@pitt.edu",
comment = c(ORCID = "0000-0001-5797-1279"),
role = c("aut")))
role = c("aut")),
person(given = "Anna",
family = "Krystalli",
email = "annakrystalli@googlemail.com",
comment = c(ORCID = "0000-0002-2378-4915"),
role = c("ctb")))
Description: This package provides example data for forecasting and scenario
modeling hubs in the hubverse format.
License: MIT + file LICENSE
Expand Down
4 changes: 2 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# hubExamples (development version)
# hubExamples 1.0.1

* Regenerate `forecast_outputs` without arrow ALTREP-backed columns so the `.rda` deserialises correctly on systems where `arrow` is not installed (#63). The `data-raw` scripts now set `options(arrow.use_altrep = FALSE)` so future regenerations stay portable.
* Fix `forecast_outputs` deserialising as length-zero columns on systems without `arrow` installed (#63).

# hubExamples 1.0.0

Expand Down
Loading