inst/unitTests/test_classes.R

samplepath <- system.file("extdata", "Whole_Blood_Analysis.snpgenes.head100", package="longevityTools")
test.import <- function(){
    ## Test import of eQTL file
    dat <- read.delim(samplepath)
    checkTrue(nrow(dat)==100)
}
tgirke/longevityTools documentation built on May 31, 2019, 9:07 a.m.