RInno
RInno copied to clipboard
How to install local shiny apps
When using `create_app` with usual arguments and `include_R=TRUE` I get the error: Error in if (latest_R_version == R_version) { : argument is of length zero I believe the error is...
After creating an app with `compile_iss` I can't get the `.bat`-file to run. The problem seems to be with the `run.wsf`-script where a file is not found. I get a...
Hi I got the error whenever I tried to create_app Error: R version - 4.0.5 - was not found on CRAN. Please use `R_version` to specify one that is or...
Update code to allow Download of R >= 4.x and Pandoc.
Dear all, I would like to use the RInno for RGtk2 based packages. Is there guide to do this work? Thanks hees
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...
hi, i'm just first trying to make an installer for the example app i'm running this: `example_app(app_dir = "app") create_app(app_name = "myapp", app_dir = "app", privilege = "admin") compile_iss()` but...
For some reason after I installed remotes and RInno and I ran install_inno() I would get this error: This version of C:\Users\Matth\AppData\Local\Temp\RtmpW67KpZ\github.com is not compatible with the version of Windows...
Hi all, I've noticed that RInno electron application doesn't work from executable file after restarting the computer. The application opens with blank white screen and nothing happens. I've tried to...
Extended accepted R version from 3.x to 9.x