tests/testthat/test-helperFunctions.R

context("helperFunctions")

test_that("Documentation functions return character vectors",
{
    expect_equal(class(MA_details()), "character")
    expect_equal(class(volcano_details()), "character")
    expect_equal(class(XY_details()), "character")
    expect_equal(class(MDS_details()), "character")
})

Try the Glimma package in your browser

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

Glimma documentation built on Nov. 8, 2020, 6:13 p.m.