We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4893ce0 commit ad0d1e0Copy full SHA for ad0d1e0
SDL_process/dummy_targets.R
@@ -67,9 +67,9 @@ tar_option_set(
67
# storage - the worker saves/uploads the value.
68
storage = "worker",
69
# retrieval - the worker loads the target's dependencies.
70
- retrieval = "auto",
+ retrieval = "worker",
71
# memory - default option: the target stays in memory until the end of the pipeline
72
- memory = "auto",
+ memory = "persistent",
73
# controller - A controller or controller group object produced by the crew R package
74
controller = controller
75
)
0 commit comments