tests/testthat/test_run_meme.R

context("run_meme()")

test_that("run_meme() gives correct error without bin", {

  expect_error(run_meme(bin = "__not__meme__"),
               "could not find the MEME binary")

})
bjmt/universalmotif documentation built on March 18, 2024, 8:32 a.m.