Skip to content

Fails due to libgcc dll error #3

@saintsfan342000

Description

@saintsfan342000

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions