reichlab / 2018-2019-cdc-flu-contest

Code and data for ReichLab CDC flu forecasts for 2018/2019 season.
0 stars 1 forks source link

update uses of deprecated cdcfluview functions. #9

Open nickreich opened 5 years ago

nickreich commented 5 years ago

Last remaining violations?

> grep -rnw './R/' -e 'get_flu_data'
./R//my_plot_weekahead.R:20:    NatFluDat <- get_flu_data("national", NA, "ilinet", years=years)
./R//my_plot_weekahead.R:21:    RegFluDat <- get_flu_data("hhs", 1:10, "ilinet", years=years)
./R//my_plot_weekahead.R:22:    StateFluDat <- get_flu_data("state", "all", "ilinet", years=years)