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/nglShiny documentation built on Aug. 8, 2024, 6:08 a.m.