Jonathan Hill
Jonathan Hill
@johannauthoff I'm sorry to hear you weren't able to troubleshoot the issue in time. We're working on a "Debugging" vignette that should help clarify how to work through issues with...
I've seen that error on older versions of Windows. Can you run `Sys.info()` and provide the results here? Thanks!
All the files in your `app_dir` should be installed along with your ui.R and server.R files. It respects any directories you create, so you can use relative references to source...
That option is controlled by the `default_dir` argument of `create_app` (or `setup`/`setup_section`). The installer should always give you the option to change the default installation drive. For more information, check...
It looks like IE does some syntax checking on JScript (which it wrongly recognizes as Java Script), and it expects a ")" in that possition... [here ](https://kx.cloudingenium.com/technologies/java/resolve-microsoft-jscript-compilation-error-syntax-error/) is a link...
I'm not able to reproduce the error. I've tried it on multiple machines with different configurations, but never gotten it. If someone can figure out what is causing it on...
Is your R library in Documents (that is normal)? Or is the rscript.exe installed there as well?
I completely agree. We can probably tackle this and #24 in the same hotfix.
Did we address this in your most recent pull request?
The nativefier app does seem to just run with everything it needs... it's just a little too magical for me to trust it. Maybe someone can dig into this and...