tests/testthat/test-getAlignmentSignal.R

context("getAlignmentSignal")

#read phylo

#run

test_that('data types correct', {
  expect_is(testing_data,'data.frame')
  expect_is(testing_data$numbers, 'double') #fix
})

test_that('correct results', {
  
})

test_that('prefix gets particular data', {
  
})

#repeat for multiphylo
BobLiterman/Rboretum documentation built on July 6, 2023, 7:46 p.m.