We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 069b7bd commit 4d79eb5Copy full SHA for 4d79eb5
_targets.R
@@ -58,7 +58,7 @@ tar_option_set(
58
# retrieval - the worker loads the target's dependencies.
59
retrieval = "worker",
60
# memory - default option: the target stays in memory until the end of the pipeline
61
- memory = "transient",
+ memory = "persisent",
62
# controller - A controller or controller group object produced by the crew R package
63
controller = controller
64
)
0 commit comments