tests/testthat.R

library(testthat)
library(xml2)

is_solaris <- tolower(Sys.info()[["sysname"]]) == "sunos"

if (!is_solaris) {
  test_check("xml2")
}

Try the xml2 package in your browser

Any scripts or data that you put into this service are public.

xml2 documentation built on July 9, 2023, 6:44 p.m.