ficonsulting / ficonsulting/RInno
App works only within initial R session
- Lingua principale
- HTML
- Stelle
- 313
- Fork
- 66
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
Hi it looks like the application I've compiled works only while the R session is running during which it was compiled. Once I restart R the application doesn't load. For clarity, I'm trying to run 'dyedash.exe' from 'nativefier/dyedash-win32-x64'.
Here's the commands used for compilation:
```
create_app(app_name = 'dyedash', app_dir = 'CopyOfdye_dashboard/', pkgs = c('tidyr', 'dplyr', 'ggplot2'), include_R = TRUE)
compile_iss()
```
In addition, if I close the application and then try to open it again (the initial R session still running) it doesn't load the content.
Previously I had the same problem without `include_R = TRUE` so it shouldn't be the culprit.
Then if I still try to install the application and run right after the installation, I get an error

Is there any error log accessible to figure out what is wrong? Thank you!
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.