epiforecasts / covidregionaldata

An interface to subnational and national level COVID-19 data. For all countries supported, this includes a daily time-series of cases. Wherever available we also provide data on deaths, hospitalisations, and tests. National level data is also supported using a range of data sources as well as linelist data and links to intervention data sets.
https://epiforecasts.io/covidregionaldata/
Other
37 stars 18 forks source link

Update stable API URL of Vietnam #427

Closed trilwu closed 2 years ago

RichardMN commented 2 years ago

I know why this is failing and think I can fix it (and test that the data download works) later this morning. Essentially we need to rebuild the available datasets file in data-raw

RichardMN commented 2 years ago

@ilumitr - I wasn't able to make the patches into your branch but here is what you would need to do to get your branch to pass (I think) the tests:

This should update the Vietnam documentation and (critically) update the pre-rendered list of available datasets. One of our tests is to check that the pre-rendered list of available datasets matches what the package could render itself, and so this table needs to be rebuilt and updated in the repo.

Alternately, there is now #428 which is built on top of your branch with these steps applied.