|
6 | 6 | >
|
7 | 7 | > This package is currently in the prototype/experimental stage. It is
|
8 | 8 | > not yet available on CRAN and may have bugs or limitations.
|
| 9 | +> |
| 10 | +> **We do not recommend using this package for production applications |
| 11 | +> at this time.** |
9 | 12 |
|
10 | 13 | # shinyelectron
|
11 | 14 |
|
@@ -90,9 +93,9 @@ You can customize the export process using the following options:
|
90 | 93 | ``` r
|
91 | 94 | shinyelectron::export(
|
92 | 95 | appdir = "path/to/your/shiny/app",
|
93 |
| - destdir = ""path/to/export/destination", |
| 96 | + destdir = "path/to/export/destination", |
94 | 97 | app_name = "My-App-Title", # Defaults to the name of the appdir
|
95 |
| - app_type = "r-shinylive", # We only support "r-shinylive" currently |
| 98 | + app_type = "r-shinylive", # We only support "r-shinylive" |
96 | 99 | platform = c("mac"), # c("win", "mac", "linux")
|
97 | 100 | arch = c("arm64"), # c("x64", "arm64")
|
98 | 101 | overwrite = TRUE, # Overwrite existing files in destdir
|
@@ -137,14 +140,14 @@ applications with the Electron framework.
|
137 | 140 |
|
138 | 141 | ### Talks, Tutorials, and Templates:
|
139 | 142 |
|
140 |
| -- **User! 2018 Talk**: A presentation by @ksasso at the 2018 UseR! |
141 |
| - conference that demonstrates how to convert Shiny apps into standalone |
142 |
| - desktop applications using Electron. |
143 |
| - [ksassouser2018talk](https://www.youtube.com/watch?v=ARrbbviGvjc) |
| 143 | +- **User! 2018 Talk**: A [presentation by @ksasso at the 2018 UseR! |
| 144 | + conference](https://www.youtube.com/watch?v=ARrbbviGvjc) that |
| 145 | + demonstrates how to convert Shiny apps into standalone desktop |
| 146 | + applications using Electron. |
144 | 147 | - **Developer Tutorials**: Valuable step-by-step guides from
|
145 | 148 | contributors like @lawalter and @dirkschumacher that demonstrate
|
146 |
| - practical integration techniques and |
147 |
| - solutions.[shiny-electron-walter-tutorial](https://github.com/dirkschumacher/r-shiny-electron) |
| 149 | + practical integration techniques and solutions, c.f. |
| 150 | + [shiny-electron-walter-tutorial](https://github.com/dirkschumacher/r-shiny-electron) |
148 | 151 | - **Zarathu Corporation Templates**: Specialized templates for [macOS
|
149 | 152 | ARM
|
150 | 153 | (M1/M2/..)](https://github.com/zarathucorp/shiny-electron-template-m1)
|
|
0 commit comments