rxp_write_dag: Generate a DAG From a List of Derivations

View source: R/rxp_write_dag.R

rxp_write_dagR Documentation

Generate a DAG From a List of Derivations

Description

Creates a JSON representation of a directed acyclic graph (DAG) based on dependencies between derivations. Is automatically called by rxp_populate().

Usage

rxp_write_dag(rxp_list, output_file = "_rixpress/dag.json")

Arguments

rxp_list

A list of derivations.

output_file

Path to the output JSON file. Defaults to "_rixpress/dag.json".

Value

Nothing, writes a JSON file representing the DAG.

See Also

Other ci utilities: rxp_dag_for_ci(), rxp_ga()

Examples

## Not run: 
  rxp_write_dag(rxp_list)

## End(Not run)

rixpress documentation built on Feb. 19, 2026, 9:06 a.m.