Closed ericfournier2 closed 7 years ago
In shinyEncode(), the line
shinyEncode()
source(file = system.file("inst/shiny/ui.R", package = "ENCODExplorer"))
should be
source(file = system.file("shiny/ui.R", package = "ENCODExplorer"))
since everything in the inst directory gets placed in the package root upon installation.
In
shinyEncode()
, the linesource(file = system.file("inst/shiny/ui.R", package = "ENCODExplorer"))
should be
source(file = system.file("shiny/ui.R", package = "ENCODExplorer"))
since everything in the inst directory gets placed in the package root upon installation.