TimTeaFan / dplyover

Create columns by applying functions to vectors and/or columns in 'dplyr'.
https://timteafan.github.io/dplyover/
Other
60 stars 1 forks source link

Fix `inspect_call` to work with dev version of rlang::trace_back() #19

Closed TimTeaFan closed 2 years ago

TimTeaFan commented 2 years ago

This pull request fixes inspect_call so that it works with prior verisons of rlang::trace_back() as well as with the latest dev version 0.4.11.9001. This closes #18.