inst/unitTests/runit.TEMPLATE.R

# This is a blank template for an RUnit test file

if(FALSE) {
  library( "RUnit" )
  library( "annmap" )
}

###############################################################################
## SetUp is called before each test method
##
.setUp = function() {
}

###############################################################################
## TearDown is called after each test method
##
.tearDown = function() {
    annmapDisconnect()
}

# An example test
test.template = function() {
  checkTrue( TRUE,        "True should be TRUE" )
  checkEquals( TRUE, TRUE, "And this should be ok too" )
}

Try the annmap package in your browser

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

annmap documentation built on Nov. 8, 2020, 7:43 p.m.