tests/testthat.R

sysname <- tolower(Sys.info()[["sysname"]])
if (!"sunos" %in% sysname) {
  library(testthat)
  library(ncmeta)
  #skip_on_os("solaris")
  test_check("ncmeta")
}

Try the ncmeta package in your browser

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

ncmeta documentation built on June 22, 2024, 7:36 p.m.