You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Explicitly import non-base R pkg functions, so importing from utils, methods, and stats (#103)
All NCDC legacy API functions are now defunct. See ?rnoaa-defunct for more information (#104)
radius parameter removed from ncdc_stations() function (#102), was already removed internally within the function in the last version, now not in the function definition, see also (#98) and (#99)
Dropped plyr and data.table from imports. plyr::rbind.fill() and data.table::rbindlist() replaced with dplyr::bind_rows().
BUG FIXES
Fixed problem with httrv1 where empty list not allowed to pass to
the query parameter in GET (#101)