ficonsulting / ficonsulting/RInno
App works only within initial R session
- Dominant language
- HTML
- Stars
- 313
- Forks
- 66
- PR merge metrics
- No merged PRs in 30d
Description
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!
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.