###############################################################################
#
# test_downloadBiopaxData.R: This file contains all RUnit tests for functions in downloadBiopaxData.R.
# author: Frank Kramer <dev@frankkramer.de>
#
# This is released under GPL-2.
#
# Documentation was created using roxygen
#
###############################################################################
test_DATABASE_BIOPAX <- function() {
checkTrue( "data.frame" == class(DATABASE_BIOPAX) )
}
test_downloadBiopaxData <- function() {
return(TRUE)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.