Skip to contents

Work with DSO stages

Functions to load stage params and manipulate paths

read_params()
read_params
set_stage()
set_stage
stage_here()
stage_here
reload()
Reload dsoParams

dsoParams class reference

Reference of the dsoParams class produced by read_params

dsoParams()
dsoParams: list with safe access
as.list(<dsoParams>)
Custom as.list method for dsoParams class
`$`(<dsoParams>)
overriding the the $ operator to add secure list calling so that it cannot return NULL when call does not exist
dsoParams-class
dsoParams class
print(<dsoParams>)
Custom print method for dsoParams class
show(<dsoParams>)
Custom show method for dsoParams class
`[[`(<dsoParams>)
And the [[ operator: to add secure list calling so that it cannot return NULL when call does not exist

R interface to DSO CLI

wrapper around the DSO command line interface

create_stage()
create_stage
compile_config()
compile_config
init()
init
repro()
Reproduce a dso stage

Rstudio addin

functions related to the DSO rstudio addin

dso_repro_stage_addin()
Execute dso repro and display the result
dso_repro_stage_w_dependencies_addin()
Execute dso repro with dependencies and display the result