From 5983e8a40b15d77bc38e360622d966470b2f8fcf Mon Sep 17 00:00:00 2001 From: hadley Date: Tue, 24 Nov 2015 13:08:48 +1300 Subject: [PATCH] frame_data needs dev dplyr --- lists.Rmd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lists.Rmd b/lists.Rmd index 6f26d24..a4a9185 100644 --- a/lists.Rmd +++ b/lists.Rmd @@ -625,7 +625,8 @@ The first argument is a list of functions or character vector of function names, You can use `dplyr::frame_data()` to create these matching pairs a little easier: -```{r} +```{r, eval = FALSE} +# Needs dev version of dplyr sim <- dplyr::frame_data( ~f, ~params, "runif", list(min = -1, max = -1),