tidyverse / magrittr

Improve the readability of R code with the pipe
https://magrittr.tidyverse.org
Other
957 stars 157 forks source link

Fix @seealso link in %$%, tweak unit tests to eliminate deprecation warning from 'is_true()' #206

Closed trevorld closed 4 years ago

trevorld commented 4 years ago

Fixes incorrect @seealso link in %$% documentation. Should point to %T> instead of %$%.

To get unit tests fully passing I tweaked unit tests to eliminate deprecation warning from use of is_true().

hadley commented 4 years ago

Thanks!