Skip to content

Commit 45ea83f

Browse files
committed
news and version
1 parent d23aa04 commit 45ea83f

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Type: Package
22
Package: epidatr
33
Title: Client for Delphi's 'Epidata' API
4-
Version: 1.2.1
4+
Version: 1.2.2
55
Authors@R: c(
66
person("Logan", "Brooks", , "[email protected]", role = "aut"),
77
person("Dmitry", "Shemetov", , "[email protected]", role = "aut"),

NEWS.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
1-
# epidatr 1.2.1
1+
# epidatr 1.3.0
2+
3+
## Changes
4+
5+
## Features
6+
7+
- Add `rvdss` endpoint, which gives access to Canadian national, regional,
8+
provincial, and lab-level respiratory disease data.
9+
210
## Patches
11+
312
- Fix so that `covidcast_epidata()` will still print if fields are missing.
413

514
# epidatr 1.2.0
@@ -14,10 +23,6 @@
1423
- `missing` doesn't count default values as non-missing. If a user doesn't pass `geo_values` or `time_values` (both of which default to `"*"` in `pub_covidcast`), or `dates` (in `pub_covid_hosp_state_timeseries`), the missing check fails. To avoid this, just don't check missingness of those two arguments.
1524
- `fetch_args_list` now has an `refresh_cache` argument, which is `FALSE` by default.
1625

17-
# epidatr 1.1.1
18-
19-
## Changes
20-
2126
## Features
2227

2328
## Patches

0 commit comments

Comments
 (0)