acquire information on build platform from BBS NodeInfo.html file

pull_R_meta(htmlfile)

Arguments

htmlfile

character(1) path to NodeInfo.html for a given platform

Examples

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"
#>