ropensci / jqr

R interface to jq
https://docs.ropensci.org/jqr
Other
143 stars 13 forks source link

Don't import all of lazyeval #20

Closed richfitz closed 8 years ago

richfitz commented 8 years ago

Currently in R/select.R we have #' @import lazyeval; prefer lazyeval::<....> which we actually already have.

Hold off on fixing this until the DSL fixes are in.

sckott commented 8 years ago

and @importFrom lazyeval fxn1 fxn2 ?

richfitz commented 8 years ago

nah, just the double colon is enough