Skip to contents

All functions

adjust_imports()
Adjust Python import statements
dag_for_ci()
Export DAG of pipeline and prepare it for rendering on CI
export_nix_archive()
Export Nix store paths to an archive
generate_dag()
Generate a DAG from a list of derivations
import_nix_archive()
Import Nix store paths from an archive
plot_dag()
Create a Directed Acyclic Graph (DAG) representing the pipeline
rixpress()
Generate Nix Pipeline Code with a Generic Default Target
rxp_common_setup()
Generate the Nix derivation snippet for Python-R object transfer.
rxp_copy()
Copy derivations from Nix store to current working directory
rxp_file_common()
rxp_file_common
rxp_ga()
rxp_ga Run a pipeline on GitHub Actions.
rxp_init()
Initialize pipeline
rxp_inspect()
Inspect the build result of a pipeline.
rxp_load()
Load a derivation's output into the global environment
rxp_make()
Build pipeline using Nix
rxp_py()
rxp_py Creates a Nix expression running a Python function
rxp_py2r()
Transfer Python object into an R session.
rxp_py_file()
rxp_py_file
rxp_quarto()
Render a Quarto document as a Nix derivation
rxp_r()
rxp_r Creates a Nix expression running an R function
rxp_r2py()
Transfer R object into a Python session.
rxp_r_file()
rxp_r_file
rxp_read()
Read output of a derivation