View source: R/bbs_package_data.R
make_BBS_package_data | R Documentation |
encapsulate BBS state for a package
make_BBS_package_data(afset, packagename)
afset |
instance of ArtifSet |
packagename |
character(1) |
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.