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
* update dplyr functions to use non-standard evaluation
* Typo: unquote rlang::sym
For some reason, all tests passed without catching this mistake, but I think I should have had a !! here.
* Same fix as previous commit (d2bc923)
* missed an add --> .add
* lapply(vars, sym)-->syms(vars)
Co-authored-by: Carson Sievert <cpsievert1@gmail.com>
* Revert imports.R
* Use group_by_add; dots_as_quosures
* as_quosure --> new_quosure
As is done here https://github.com/r-lib/rlang/blob/64df8e3f/R/compat-lazyeval.R#L51
Co-authored-by: Carson Sievert <cpsievert1@gmail.com>
* Remove redundant add arguments to group_by_add
* Proper registration plotly methods for dplyr generics
* ensure that crosstalk set attribute is preserved when applying dplyr transforms, closes#1825, closes#1799
* make highlight_key() an S3 generic that understands plotly objects
* review feedback
* clean-up docs
Co-authored-by: julianstanley <stanley.ju@husky.neu.edu>
Co-authored-by: Julian Stanley <julianst@mit.edu>
0 commit comments