From 8b8f8639182159f94d3527abafbdfb6d223d8db6 Mon Sep 17 00:00:00 2001 From: "james.balamuta@gmail.com" Date: Thu, 2 Jan 2025 23:58:18 -0800 Subject: [PATCH] Add recorded GIF demo URLs --- ...emo-polyglot-shinylive-standalone-and-quarto-apps.R | 10 ++++++++++ inst/02-demo-complex-apps.R | 10 ++++++++++ 2 files changed, 20 insertions(+) create mode 100644 inst/01-demo-polyglot-shinylive-standalone-and-quarto-apps.R create mode 100644 inst/02-demo-complex-apps.R diff --git a/inst/01-demo-polyglot-shinylive-standalone-and-quarto-apps.R b/inst/01-demo-polyglot-shinylive-standalone-and-quarto-apps.R new file mode 100644 index 0000000..5891d9b --- /dev/null +++ b/inst/01-demo-polyglot-shinylive-standalone-and-quarto-apps.R @@ -0,0 +1,10 @@ +# Embedded Python Shinylive Applications in a Quarto Document +peeky::peek_shinylive_app( + "https://quarto-ext.github.io/shinylive", + output_dir = "quarto-shiny-apps") + +# Standalone R Shinylive Application +peeky::peek_shinylive_app( + "https://tutorials.thecoatlessprofessor.com/convert-shiny-app-r-shinylive/", + output_dir = "r-shiny-app") + diff --git a/inst/02-demo-complex-apps.R b/inst/02-demo-complex-apps.R new file mode 100644 index 0000000..63dce3f --- /dev/null +++ b/inst/02-demo-complex-apps.R @@ -0,0 +1,10 @@ +# Module/Script file heavy +peeky::peek_shinylive_app( + "https://shiny.thecoatlessprofessor.com/probability-distribution-explorer/", + output_dir = "probability-distribution-explorer") + +# Resource rich +peeky::peek_shinylive_app( + "https://jeanjoe.net/peeky_example/", + output_dir = "peeky-example-data") +