ficonsulting / ficonsulting/RInno

App works only within initial R session

Open
#124 2 comments 0 reactions 0 assignees View on GitHub
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
![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!

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.