-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clicking App Builder "Select directory" button doesn't do anything #35
Comments
I uninstalled the RStudio installed by Anaconda and installed the standalone RStudio Desktop and R, and set up everything, it's working now. |
@wbbqhs -> Did you manage to successfully build an application using the package? |
Yes I did. |
@wbbqhs Did you have to do anything specific to get it to run? I was trying to run it on the R versions you had but it wasn't working for me. I did copy the electron-quick-start in manually from the github |
Which part isn't working for you? One thing I did is to use setwd() in RStudio to set the working directory to directory containing the electron-quick-start folder. |
I have now managed to get it work but by resetting everything back to r 3.6.x, so I guess just couldnt get it work on r 4.0.x, I also did that setwd() thing |
After launching the Photon Shiny App Builder (either through RStudio Addin or photon::photon_rstudioaddin()), all that clicking the "Select directory" button does is print
[1] "Selected directory: "
on the console, as shown below.
Am I missing anything?
R version 3.6.1 (2019-07-05)
RStudio Version 1.1.456
Photon 0.0.1
The text was updated successfully, but these errors were encountered: