-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Hello, I installed shinyShortcut() from CRAN on 32-bit R. I followed instruction and the shinyShortcut VB script was created. But when I double click I get this error:
Rscript.exe - System Error.
The code execution cannot proceed because libgcc_s_dw2-1.dll was not found. Reinstalling the program may fix this problem.
I tested on even the simplest possible shiny app:
library(shiny)
ui <- fluidPage()
server <- function(input, output) {}
shinyApp(ui = ui, server = server)
Any advise? Thanks!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels