ingest dcf files for a package
package_by_host_data(
afpath,
host = "nebbiolo2",
summary_types = c("install", "buildsrc", "checksrc", "buildbin"),
read.dcf.silent = TRUE
)
an element of an artifact_folder_paths instance
character(1) host used in BBS
character() defaults to `c("install", "buildsrc", "checksrc", "buildbin")`
logical(1) defaults to TRUE, otherwise bad DCF or build will emit error note
af = make_demo_ArtifSet()
#> starting untar...
#> done.
ho = slot(af, "hostnames")
pbh = package_by_host_data(tail(paths(af),1), host=ho[2])
pbh
#> pkg_by_host_data instance for zlibbioc on host merida1
#> last commit: 2022-04-26 15:07:57, n_err=0, n_warn=0
package_by_host_data(head(paths(af),1), host=ho[2])
#> pkg_by_host_data instance for GA4GHclient on host merida1
#> last commit: 2022-04-26 15:39:48, n_err=0, n_warn=0