ficonsulting / ficonsulting/RInno
Error in if (latest_R_version == R_version) { : argument is of length 0
- Dominant language
- HTML
- Stars
- 313
- Forks
- 66
- PR merge metrics
- No merged PRs in 30d
Description
Hi everyone,
I'm trying to include R in my shiny app but I get this error message:
`Error in if (latest_R_version == R_version) { :
argument is of length 0 `
I'm calling:
`create_app(app_name = "myApp",
app_dir = "myShinyApp",
pkgs = c("shiny","data.table", "ggplot2", "dplyr",),
include_R = TRUE)`
And my session info is:
`R version 3.6.3 (2020-02-29)
Platform: i386-w64-mingw32/i386 (32-bit)
Running under: Windows 10 x64 (build 18362)`
I've also tried putting `R-3.6.3-win.exe` inside the folder with my `server.R` and `ui.R` files without success... has anyone faced the same issue?? Thanks a lot in advanced!
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.