dwww Home | Show directory contents | Find package

ops <- options("crayon.enabled" = FALSE, warn = 1)
library(testthat)
library("covr")

# Skip tests on Solaris as gcc is not in the PATH and I do not have an easy way
# to mimic the CRAN build environment
if (!tolower(Sys.info()[["sysname"]]) == "sunos") {
  Sys.setenv("R_TESTS" = "")
  test_check("covr")
}

options(ops)

Generated by dwww version 1.15 on Sun Jun 30 10:28:27 CEST 2024.