weecology / portalr

A collection of functions to summarize the Portal Data
https://weecology.github.io/portalr/
Other
11 stars 12 forks source link

Weather function warnings #254

Closed gmyenni closed 3 years ago

gmyenni commented 3 years ago

Quiet these

1: In min(.data$mintemp, na.rm = TRUE) :
  no non-missing arguments to min; returning Inf
2: In max(.data$maxtemp, na.rm = TRUE) :
  no non-missing arguments to max; returning -Inf
gmyenni commented 3 years ago

https://github.com/weecology/portalr/blob/master/R/Weather.R Starting at lines 62 and 107.