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

Reorder Lithuania$initialize so params are respected #342

Closed RichardMN closed 3 years ago

RichardMN commented 3 years ago

This is a fix for #341 to re-order the content of the initialize method so that optional params are saved into the public fields before calling super$initialize.

seabbs commented 3 years ago

Nice spot @RichardMN (@epiforecasts/covidregionaldata worth thinking about if this impacts other classes in odd ways?