jarad / FluSight

An R package containing functions used in the CDC Flu Forecasting competition
GNU General Public License v3.0
12 stars 7 forks source link

plot functions assume uncapitalized column names #30

Open nickreich opened 6 years ago

nickreich commented 6 years ago

e.g. plot_peakper() should accept both entries with Location and location. As is, an entry can pass verify entry but breaks on the plot function.

https://github.com/jarad/FluSight/blob/428b0aa51c2f3b0e0bcdb6c0bee806764782053d/R/plot_peakper.R#L14