context("Testing the test infrastructure")
test_that( "Testing works?", {
succeed( "Testing with testthat" )
})
test_that( "Test data is available?", {
expect_true( dir.exists( 'data' ))
expect_true( file.exists( 'data/mock.gaf' ))
expect_true( file.exists( 'data/mock.gaf.extract.geneModels' ))
expect_true( file.exists( 'data/mock.gaf.extract.dupNoUnk.geneModels' ))
expect_true( file.exists( 'data/mock.gaf.extract.dup.geneModels' ))
expect_true( file.exists( 'data/mock.gaf.extract.transcriptModels' ))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.