bcgov / rcaaqs

An R package to facilitate the calculation of air quality metrics according to Canadian Ambient Air Quality Standards
Apache License 2.0
16 stars 5 forks source link

refactor dplyr code for tidyeval framework #24

Closed ateucher closed 5 years ago

ateucher commented 7 years ago

dplyr 0.7 has hit the streets with big changes to dealing with non-standard evaluation - a new system called tidyeval. See vignette("programming").

This isn't urgent yet, as the underscored versions of the dplyr verbs are deprecated, but not defunct (yet).

ateucher commented 7 years ago

I took a first try at this when I added the new plot_station_instruments function.

ateucher commented 7 years ago

Some good resources here: http://maraaverick.rbind.io/2017/08/tidyeval-resource-roundup/