abilinski / COVID19

MIT License
2 stars 0 forks source link

Shiny Warnings #11

Closed ctesta01 closed 4 years ago

ctesta01 commented 4 years ago

When running the shiny app, we keep getting these warnings:

Warning in renderPlot(...) : NAs introduced by coercion Warning: Expected 3 pieces. Missing pieces filled with NA in 450 rows [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, ...].

chekao commented 4 years ago

it's from the source code model_3strat_18_mar_2020.R I use the make_plots function, and it gives the warnings, but haven't had a chance to look into it.

ctesta01 commented 4 years ago

I think we'll let the warnings go for now and if they cause difficulty later we can wrap certain function calls with suppressWarnings()