| host_data_by_phase | R Documentation | 
acquire data on a package's BBS state
host_data_by_phase(bbspd, host, phase)
| bbspd | instance of BBS_package_data | 
| host | character(1) valid host name for BBS | 
| phase | character(1) valid phase | 
af = make_demo_ArtifSet()
ho = slot(af, "hostnames")
ho
pd1 = make_BBS_package_data(af, "zinbwave")
hd = host_data_by_phase( pd1, ho[1], "buildsrc")
head(hd)
hd = host_data_by_phase( pd1, ho[1], "checksrc")
head(hd)
pd2 = make_BBS_package_data(af, "zlibbioc")
hd = host_data_by_phase( pd2, ho[1], "install")
tail(hd)
hd = host_data_by_phase( pd2, ho[1], "checksrc")
head(hd)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.