tests/testthat/test_ficketScore.R

context("Just testing ficketScore functionality")

test_that("Check whether ficketScore is a number",{
  ficket<-length(fickettScore(seqs="ATCGACT"))
  expected<-1
  expect_equal(ficket,expected)
})

Try the ftrCOOL package in your browser

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

ftrCOOL documentation built on Nov. 30, 2021, 1:07 a.m.