inst/unitTests/test_widget.R

library(RUnit)
library(igvShiny)
#------------------------------------------------------------------------------------------------------------------------
runTests <- function()
{
   test_constructor()

} # runTests
#------------------------------------------------------------------------------------------------------------------------
test_constructor <- function()
{
   printf("--- test_constructor")
   x <- igvShiny("hello planet")

} # test_constructor
#------------------------------------------------------------------------------------------------------------------------
paul-shannon/nglShinyS4 documentation built on June 1, 2020, 12:26 a.m.