You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to create an app for an user who does not have R on his pc.
Should I necessarily use the option "include_R = TRUE" in "create_app": create_app(app_name = "myapp", app_dir = getwd(), user_browser = "electron", include_R = TRUE)?
If yes, why R gives me this error when I try to launch the command with include_R = TRUE?
"Downloading R-3.6.1 ...https://cran.r-project.org/bin/windows/base/old/3.6.1/R-3.6.1-win.exe is not a valid URL.
This is likely to have happened because there was a change in the URL.
This might have already been fixed in the latest version of RInno. Install it with remotes::install_github('ficonsulting/RInno').
If this doesn't help please submit an issue: https://github.com/ficonsulting/RInno/issues"
This is my sessionInfo():
R version 3.6.1 (2019-07-05)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 10 x64 (build 17134)
RInno version 1.0.1
Thanks
The text was updated successfully, but these errors were encountered:
I would like to create an app for an user who does not have R on his pc.
Should I necessarily use the option "include_R = TRUE" in "create_app": create_app(app_name = "myapp", app_dir = getwd(), user_browser = "electron", include_R = TRUE)?
If yes, why R gives me this error when I try to launch the command with include_R = TRUE?
"Downloading R-3.6.1 ...https://cran.r-project.org/bin/windows/base/old/3.6.1/R-3.6.1-win.exe is not a valid URL.
This is likely to have happened because there was a change in the URL.
This might have already been fixed in the latest version of RInno. Install it with remotes::install_github('ficonsulting/RInno').
If this doesn't help please submit an issue: https://github.com/ficonsulting/RInno/issues"
This is my sessionInfo():
R version 3.6.1 (2019-07-05)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 10 x64 (build 17134)
RInno version 1.0.1
Thanks
The text was updated successfully, but these errors were encountered: