Skip to content

Commit

Permalink
update to version 0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
elray1 committed May 22, 2023
1 parent 761d4bc commit d4bd33e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: covidHubUtils
Title: Utility functions for the COVID-19 forecast hub
Version: 0.1.7
Version: 0.1.8
Authors@R: c(
person(given = "Yijin Serena",
family = "Wang",
Expand Down
7 changes: 7 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
## Changes since last release
- None yet

## covidHubUtils 0.1.8

This update has minor changes.
### Updates
- Update `download_raw_nytimes()` to load county level data from separate files for each year on nytimes github repository.
- Remove `"USAFacts"` as `truth_source` from `load_truth()`, `plot_forecasts()` and vignettes.
- Update `load_truth()` to work with files stored with Git LFS in the US forecast hub.
- Performance improvements in `load_forecasts_repo()`
- Bug fix in use of `&&` in `align_forecasts`, only relevant for R version 4.3.0 and higher.

## covidHubUtils 0.1.7

Expand Down

0 comments on commit d4bd33e

Please sign in to comment.