library(shiny) shinyUI(fluidPage( titlePanel("eyetracking"), sidebarLayout( sidebarPanel( fileInput('file1', 'Choose file to upload') ), mainPanel( tableOutput('contents') ) ) ) )
Standard input is empty
Standard output is empty
Error in library(shiny) : there is no package called ‘shiny’ Execution halted