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 Feb. 7, 2023, 8:58 a.m.