Skip to content

Commit

Permalink
Fix #864
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau-lilly committed May 8, 2019
1 parent b4f0040 commit edc2de8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## Bug fixes

- Core `make()` functionality
- Move "`config$lock_envir <- FALSE`" from `loop_build()` to `backend_loop()`. This makes sure `config$envir` is correctly locked in `make(parallelism = "clustermq")`.
- Convert factors to characters in the optional `.data` argument of `map()` and `cross()` in the DSL.
- In the DSL of `drake_plan()`, repair `cross(.data = !!args)`, where `args` is an optional data frame of grouping variables.
Expand Down
1 change: 0 additions & 1 deletion R/exec-standardize.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Get the command ready for tidy eval prep
# and then pure eval (no side effects).
preprocess_command <- function(command, config) {
command <- as.call(c(quote(`{`), command))
command <- as.call(c(quote(local), command))
# Here, we really do need expr() instead of quo().
# `!!` needs to unquote symbols using config$eval instead of
Expand Down

0 comments on commit edc2de8

Please sign in to comment.