ficonsulting / ficonsulting/RInno

App works only within initial R session

Aperta
#124 2 commenti 0 reazioni 0 assegnatari Vedi su GitHub
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
![RInnoApp](https://user-images.githubusercontent.com/3199796/54549333-125c2a80-4967-11e9-8d0a-091286b85bdf.png)

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.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.