View source: R/tabulate_states.R
packnames_with_events | R Documentation |
filter packages by host, phase, state
packnames_with_events(
af,
host = "nebbiolo2",
phase = "checksrc",
event_class = "ERROR"
)
af |
ArtifSet instance |
host |
character(1) name of build host |
phase |
character(1) one of 'install', 'buildsrc', 'checksrc', 'buildbin' |
event_class |
character(1) one of 'ERROR', 'WARNINGS', 'TIMEOUT', 'skipped', 'wontinstall' |
character vector or NULL
af = make_demo_ArtifSet()
packnames_with_events(af) # uses a large BUILD_STATUS_DB.txt in demo ArtifSet
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.