Learn R Programming

checked (version 0.5.0)

task_graph_libpaths: Libpaths from task graph

Description

Function that traverses over the task dependency task to acquire libpaths for given nodes. It ensures that when runing a node, a libpath is constructed which has all the required packages on it.

Usage

task_graph_libpaths(g, node = NULL, lib.loc = .libPaths(), output = tempdir())

Arguments

g

task_graph object

node

Node(s) for which libpath should be constructed based on g

lib.loc

Library paths, defaulting to .libPaths().

output

Path to the checked output directory