hadley / lazyeval

Lazy evaluation: an alternative to non-standard evaluation (NSE) for R
131 stars 40 forks source link

Fix environment of lazy formula and function #65

Closed krlmlr closed 8 years ago

krlmlr commented 8 years ago

currently only consists of a failing test.

Notably, if data = NULL, the result is correct. A simple extension of the !is.null(data) branch in lazy_eval() could do the trick here.

Fixes hadley/tibble#88, CC @lionel-.

hadley commented 8 years ago

Closing since I'm not updating the old lazy API anymore