OCHA-DAP / hdx-signals

HDX Signals
https://un-ocha-centre-for-humanitarian.gitbook.io/hdx-signals/
GNU General Public License v3.0
5 stars 0 forks source link

Remove warnings #108

Closed caldwellst closed 3 months ago

caldwellst commented 3 months ago

Remove warnings from update scripts, or at least some of them. Adds default values to min() and max() calls that shouldn't interrupt processing (basically, if they are used in filter() and now won't generate warnings). Returns empty data frame immediately if the alerts data frame is empty, which should avoid majority of warnings.

hannahker commented 3 months ago

Oh, amazing! Was just wrestling with this.