forked from schloerke/workshop-rinpharma24-shinylive-app
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
75 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
^\.github$ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
*.html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Workflow derived from https://github.com/posit-dev/r-shinylive/tree/actions-v1/examples | ||
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help | ||
# | ||
# Basic example of a GitHub Actions workflow that builds a Shiny app and deploys | ||
# it to GitHub Pages. | ||
name: Deploy app to gh-pages | ||
|
||
on: | ||
# Manually trigger the workflow | ||
workflow_dispatch: | ||
# Trigger on push to `main` branch | ||
push: | ||
branches: ["main"] | ||
# Trigger on pull request to all branches (but do not deploy to gh-pages) | ||
pull_request: | ||
|
||
jobs: | ||
shinylive: | ||
uses: posit-dev/r-shinylive/.github/workflows/deploy-app.yaml@actions-v1 | ||
# Grant GITHUB_TOKEN the permissions required to make a Pages deployment | ||
permissions: | ||
pages: write # to deploy to Pages | ||
id-token: write # to verify the deployment originates from an appropriate source |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
### SHINYLIVE | ||
|
||
[https://github.com/schloerke/workshop-rinpharma24-shinylive](https://github.com/schloerke/workshop-rinpharma24-shinylive) | ||
|
||
[https://schloerke.com/workshop-rinpharma24-shinylive-app-final/](https://schloerke.com/workshop-rinpharma24-shinylive-app-final/) | ||
|
||
[https://gws.phd/](https://gws.phd/) | ||
|
||
[https://posit-dev.github.io/r-shinylive/](https://posit-dev.github.io/r-shinylive/) | ||
|
||
[https://shinylive.io/r/editor/](https://shinylive.io/r/editor/) | ||
|
||
[https://shinylive.io/r/examples/](https://shinylive.io/r/examples/) | ||
|
||
|
||
shinylive server IS IN THE Browser | ||
|
||
No secrets -- potential security vulnerability? | ||
|
||
**Not for sensitive data!** | ||
|
||
[https://gallery.shinyapps.io/assistant/](https://gallery.shinyapps.io/assistant/) | ||
|
||
thematic R package | ||
`thematic_shiny()` | ||
|
||
[https://rstudio.github.io/thematic/](https://rstudio.github.io/thematic/) | ||
|
||
[https://r-universe.dev/search](R-Universe -- check this out) | ||
|
||
[https://r-universe.dev/search](https://r-universe.dev/search) | ||
|
||
|
||
Security, secrets -- don't do shinylive | ||
|
||
`options(repos = c(CRAN = "https://runiverse.r-universe.dev"))` | ||
|
||
[https://www.youtube.com/c/RinPharma](https://www.youtube.com/c/RinPharma) | ||
|
||
[https://github.com/r-wasm/actions](https://github.com/r-wasm/actions) | ||
|
||
[https://github.com/r-wasm/actions#reusable-workflows](https://github.com/r-wasm/actions#reusable-workflows) | ||
|
||
[https://blog.djnavarro.net/posts/2022-01-10_setting-cran-repositories/](https://blog.djnavarro.net/posts/2022-01-10_setting-cran-repositories/) | ||
|
||
[https://github.com/posit-dev/r-shinylive#github-pages](https://github.com/posit-dev/r-shinylive#github-pages) | ||
|
||
[https://github.com/schloerke/workshop-rinpharma24-shinylive-app](https://github.com/schloerke/workshop-rinpharma24-shinylive-app) | ||
|