COVAIL / photon

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

R 4.0? #23

Open roaldarbol opened 4 years ago

roaldarbol commented 4 years ago

Hi guys! First of all: Amazing work you've put in here!

As I have migrated all my projects, inculding Shiny apps, over to R 4.0 and I can't make it work with photon. However, I would love to have the option of still turning them into desktop apps. Are you considering upgrading to 4.0? And if so, do you have an idea of what the timeline looks like? Really hope to see that version.

Cheers, and thanks for the great work so far.

ibnou-dieng commented 4 years ago

What about replacing in startFun.R

bolasp2020 commented 3 years ago

Any update on compatibility with version 4.0? There seems to be some sort of versioning conflicts going on with the dependencies. For example, when I try to build an app, Purrr from 3.6 is loaded and causes some issues. Is the recommendation just to run R 3.6.3 with RTools35 instead of RTools40 for the time being? Thanks, much appreciated!

bolasp2020 commented 3 years ago

Confirming for the good of the group that the project still works if you revert back to R 3.6.3 and RTools35. That was my solution to get it to work.