Skip to content
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

R 4.0? #23

Open
roaldarbol opened this issue Jul 16, 2020 · 3 comments
Open

R 4.0? #23

roaldarbol opened this issue Jul 16, 2020 · 3 comments

Comments

@roaldarbol
Copy link

roaldarbol commented Jul 16, 2020

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
Copy link

ibnou-dieng commented Aug 20, 2020

What about replacing in startFun.R

  • r_portable_path <- normalizePath(file.path(electron_path, "R-Portable-Win", "bin")) by

  • r_portable_path <- normalizePath(file.path(electron_path, "R-Portable-Win", "App", "R-Portable", "bin"))

@bolasp2020
Copy link

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
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants