Skip to content

Commit

Permalink
Merge pull request #37 from hubverse-org/post-release-0.0.1
Browse files Browse the repository at this point in the history
fix broken vignette
  • Loading branch information
lshandross authored Oct 29, 2024
2 parents 84ee0c5 + 8fc773a commit 0a44bf4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 2 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: 0.0.1
Version: 0.0.1.9000
Authors@R: c(
person(given = "Evan L",
family = "Ray",
Expand All @@ -24,7 +24,7 @@ RoxygenNote: 7.3.2
Suggests:
dplyr,
ggplot2,
hubVis,
hubVis (>= 0.1.0),
knitr,
rmarkdown,
testthat (>= 3.0.0)
Expand Down
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# hubExamples (development version)

* Soft dependency hubVis version bumped to 0.1.0 or greater
* Update vignette to use `model_out_tbl` argument name from hubVis (#36)

# hubExamples 0.0.1

* First released version with forecast and scenario examples
2 changes: 1 addition & 1 deletion vignettes/forecast_data.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ The `wk inc flu hosp` target represents weekly new hospital admissions with a co
The following plot shows the quantile and median predictions along with the observed hospital admission counts for Massachusetts and Texas.
```{r}
plot_step_ahead_model_output(
model_output_data = forecast_outputs |>
model_out_tbl = forecast_outputs |>
filter(output_type %in% c("quantile", "median")),
target_data = forecast_target_ts |>
filter(location %in% c("25", "48"),
Expand Down

0 comments on commit 0a44bf4

Please sign in to comment.