electricShine icon indicating copy to clipboard operation
electricShine copied to clipboard

Create Standalone Installable Shiny Apps

Results 18 electricShine issues
Sort by recently updated
recently updated
newest added

I have successfully get app.exe through demo shiny app, however after I install it, it keep "Loading Application" without jump to the application ![image](https://user-images.githubusercontent.com/44562411/182167925-597e78e1-ccbe-436e-9831-a76036641209.png)

I really needed this package to work, but encountered numerous bugs. Bugs I encountered: - Missing variables in glue, already reported in #429 - unknown option '--display=none', already reported in...

Hi. I'm experiencing some problems. When I try to run the demo app as in the README, I get the following Error. And there is no .exe file created. Downloading...

Hello, I am currently trying to run the demo app using ```electricShine::electrify``` but I run into the following issue: ```{r} Error in eval(parse(text = text, keep.source = FALSE), envir) :...

When I run the codes: ``` buildPath 1.1.0 ) [CRAN] rappdirs (NA -> 0.3.3 ) [CRAN] R6 (NA -> 2.5.1 ) [CRAN] fs (NA -> 1.5.2 ) [CRAN] base64enc (NA...

Fix missing variable in ``install_nodejs``.

## Summary I am trying to run the code described in the [_Create an app from a package on Github_ tutorial](https://chasemc.github.io/electricShine/articles/github.html). As I am using MacOS, I have added the...

Hi This looks like an interesting project, and I want to have support for Linux. > It currently only builds windows apps, but I'm investiging adding support for Mac and...

question

I'm a newbie trying to build a Shiny app using electricShine on Win10. The app is already structured as a golem package. While running the following electrify code: `buildPath

bug

Here is where it breaks: ` my_package_name

enhancement