We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d79eb5 commit f3c4c16Copy full SHA for f3c4c16
_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 = "persisent",
+ memory = "persistent",
62
# controller - A controller or controller group object produced by the crew R package
63
controller = controller
64
)
0 commit comments