ropensci / taxa

taxonomic classes for R
https://docs.ropensci.org/taxa
Other
48 stars 12 forks source link

Fix use of eval_tidy() for rlang 0.1.3 #103

Closed lionel- closed 6 years ago

lionel- commented 6 years ago

This fixes taxa for the next version of rlang. In the current CRAN version it maps itself over lists which is a bug. In rlang 0.1.3 eval_tidy() will return lists literally just like base::eval() does.

Could you please send a new release to CRAN with this fix? We planned the new rlang release (which you can find at https://github.com/tidyverse/rlang/pull/282) for next week.

zachary-foster commented 6 years ago

Hi @lionel- . Thanks for the contribution! We will try to make a new release soon. We still have a few other things to do before a release, but I will try to work on them.