! inside a package?

What is the recommended way of using !! inside a package? Should I add importFrom(rlang,"!!") or is there a better way of doing this?

That's what others seem to be doing (examples below)…

You might consider moving this to #package-development. (Nothing disappears, the thread stays the same— I just think it'd maximize your chance of getting the most informed opinions). :slight_smile:

1 Like

There is also usethis package with use_tidy_eval() function. It'll add all the necessary bits and pieces in the package.

3 Likes