COVAIL / photon

RStudio Add-in to build Shiny apps utilizing the Electron framework
125 stars 25 forks source link

Error running Photon #41

Open leehweeling opened 2 years ago

leehweeling commented 2 years ago

Hi,

I have installed electron-quick-start, npm, node.js, and git in my Windows laptop (running on Windows 10 Pro). I followed the instructions on Photon, and used the command:

photon::photon_rstudioaddin() This Font Awesome icon ('play-circle') does not exist:

Listening on http://127.0.0.1:5897 [1] "Selected directory: " [1] "Selected directory: C:/myShinyApp" Running Photon Warning: Error in system2: '"git"' not found 3: shiny::runApp 2: shiny::runGadget 1: photon:::photon_rstudioaddin Warning message: In if (getAttribs(panels[[i]])$value %in% open) { : the condition has length > 1 and only the first element will be used

I tried to look through the issues here, but could not understand how I can resolve my issue. Can someone please help? Thanks.

Best regards, Hweeling

haleykujawa commented 8 months ago

Hello, I have the same error when trying to deploy photon:

photon:::photon_rstudioaddin() Error in if (getAttribs(panels[[i]])$value %in% open) { : the condition has length > 1

Has this been addressed?

Thanks, Haley