Skip to content

Commit

Permalink
Start #296
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau-lilly committed Mar 9, 2018
1 parent 56f4e2a commit 21d61c7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions R/config.R
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,12 @@ drake_config <- function(
} else {
graph <- prune_drake_graph(graph = graph, to = targets, jobs = jobs)
}
envir <- expose_envir(
from = envir,
to = new.env(parent = globalenv()),
jobs = jobs,
keep = setdiff(V(graph)$name, plan$target)
)
cache_path <- force_cache_path(cache)
lazy_load <- parse_lazy_arg(lazy_load)
list(
Expand Down

0 comments on commit 21d61c7

Please sign in to comment.