tests/testthat.R

library(testthat)
library(gscounts)

if (requireNamespace("gsDesign", quietly = TRUE)) {
  if (requireNamespace("mvtnorm", quietly = TRUE)) {
    test_check("gscounts")
  }
} 

Try the gscounts package in your browser

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

gscounts documentation built on Nov. 2, 2021, 9:07 a.m.