R/pull_r_meta.R
pull_R_meta.Rd
acquire information on build platform from BBS NodeInfo.html file
pull_R_meta(htmlfile)
character(1) path to NodeInfo.html for a given platform
demaf = make_demo_ArtifSet()
#> starting untar...
#> done.
ho = slot(demaf, "hostnames")
ho2_info = grep(ho[2], slot(demaf, "extra_paths"), value=TRUE)
pull_R_meta(grep("NodeInfo", ho2_info, value=TRUE))
#> $r_meta
#> [1] "4.2.1 (2022-06-23) -- \"Funny-Looking Kid\"\n"
#>
#> $os_meta
#> [1] "macOS 10.14.6 Mojave"
#>