DesktopDeployR icon indicating copy to clipboard operation
DesktopDeployR copied to clipboard

A framework for deploying self-contained R-based applications to the desktop

Results 22 DesktopDeployR issues
Sort by recently updated
recently updated
newest added

As evocated in a previous discussion on Twitter, here a proposition for a note (README) about how a Reset/Refresh button could be added into a Shiny app when using the...

I've had issues with 1) failing shiny apps (my own poor code) and 2) runtime:shiny rmds, in that when i close the browser, rscript.exe appears to still be running -...

First, thankyou for developing DesktopDeployR. It's a helpful way to get started with shiny in a corporate environment. Can you confirm that RMarkdown documents with shiny runtime are not supported....

Thanks for this cool tool! I could be wrong, but the default R version to use seems not to be R Portable... despite what the documentation says... https://github.com/wleepang/DesktopDeployR/blob/2ddb93dc5c2efbb4ecce9230d0b4fa46cf8f6d09/app/config.cfg#L42

Knowing this beforehand would have saved me quite some time, it'll probably help others as well.

There is such a line in run.R. ```R source(file.path(appwd, 'app', 'app.R')) ``` And I think ```R source(file.path(appwd, 'app', 'app.R'), encoding="utf-8") ``` is greater. Without this parameter, special characters in many...

Hi there, I am really loving this project at the moment and have almost finished completing my shiny app conversion into a standalone format however, I have an app breaking...

Hi, I have it on my laptop and it works fine. But I copied the folder to another laptop and it did not work. It gives me an error saying:...

Feel free to update the text, I think it would be useful for users to know where the logs are supposed to appear. Makes debugging much easier.

I saw [here ](https://github.com/wleepang/DesktopDeployR) that one should change both the `appname` variable in config.cfg and the name of the *.bat file ("appname.bat" by default). However, doing so lead me to...