@@ -10,7 +10,6 @@ Shinylive apps require around 60 MB or more data due to their dependency on the
10
10
11
11
You can inspect the current list of package dependencies for a basic Shiny app using the following R code:
12
12
13
-
14
13
``` r
15
14
pkg_db <- tools :: CRAN_package_db()
16
15
shiny_pkg_dependencies <- tools :: package_dependencies(
@@ -114,6 +113,15 @@ jobs:
114
113
uses : actions/deploy-pages@v2
115
114
` ` `
116
115
116
+ Deployment with this approach requires it to be enabled by:
117
+
118
+ - Clicking on the repository's **Settings** page
119
+ - Selecting **Pages** on the left sidebar.
120
+ - Picking the **GitHub Actions** option in the **Source** drop-down under the Build and Deployment section.
121
+ - Ensuring that **Enforced HTTPS** is checked.
122
+
123
+ [![Example annotation of the repository's Settings page for GitHub Actions deployment][1]][1]
124
+
117
125
118
126
## Working Example
119
127
@@ -124,10 +132,11 @@ For a comprehensive example demonstrating deployment, documentation, and a funct
124
132
125
133
Some quick screenshots that describe whats up:
126
134
127
- [![Example of the working shinylive app][1 ]][1 ]
135
+ [![Example of the working shinylive app][2 ]][2 ]
128
136
129
- [![Summary of the deployment of the shinylive app][2 ]][2 ]
137
+ [![Summary of the deployment of the shinylive app][3 ]][3 ]
130
138
131
139
132
- [1]: https://i.stack.imgur.com/DQ3Z1.jpg
133
- [2]: https://i.stack.imgur.com/Gzzy8.jpg
140
+ [1]: https://i.stack.imgur.com/kF2pf.jpg
141
+ [2]: https://i.stack.imgur.com/DQ3Z1.jpg
142
+ [3]: https://i.stack.imgur.com/Gzzy8.jpg
0 commit comments