Skip to content

Commit d39bd25

Browse files
authored
Merge pull request #234 from cmu-delphi/ndefries/endpt-defaults
Make endpoints fetch all dates by default
2 parents ce3fc8c + d8d9f9e commit d39bd25

36 files changed

+730
-123
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Imports:
3939
tibble,
4040
usethis,
4141
xml2
42-
RoxygenNote: 7.2.3
42+
RoxygenNote: 7.3.0
4343
Suggests:
4444
dplyr,
4545
ggplot2,

NAMESPACE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ export(save_api_key)
5151
export(set_cache)
5252
import(cachem)
5353
import(glue)
54+
importFrom(MMWRweek,MMWRweek)
5455
importFrom(MMWRweek,MMWRweek2Date)
5556
importFrom(checkmate,assert)
5657
importFrom(checkmate,assert_character)

NEWS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
- `get_api_key` no longer reads from R options and only uses environment variables (#217).
2121
- Fix documentation related to CRAN submission.
2222
- Fix some errors from passing "" as a key.
23+
- `pvt_twitter` and `pub_wiki` now use `time_type` and `time_values` args instead of mutually exclusive `dates` and `epiweeks` (#236). This matches the interface of the `pub_covidcast` endpoint.
24+
- All endpoints now support the use of "\*" as a wildcard to fetch all dates or epiweeks (#234).
2325

2426
# epidatr 1.0.0
2527

0 commit comments

Comments
 (0)