Package index
-
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
-
create_stage()
- create_stage
-
compile_config()
- compile_config
-
init()
- init
-
repro()
- Reproduce a dso stage
-
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