tests/testXMLExamples.R

src = list.files("../inst/XMLExamples", pattern = "(xml|Rdb)$", full.names = TRUE)

library(XML)
res = sapply(src,
        function(f) {
           cat("running", f, "\n")
           xmlSource(f, verbose = TRUE)
        })
duncantl/SVGAnnotation documentation built on May 15, 2019, 5:57 p.m.