From 3fd46bfcc3a24e22de00aeb232080b4c0f4faa7b Mon Sep 17 00:00:00 2001 From: Garrett Grolemund Date: Wed, 2 Oct 2024 15:21:00 -0500 Subject: [PATCH] Adds Deploy to Connect Cloud buttons to READMEs (#162) --- .gitignore | 4 ++++ examples/outputs/README.md | 3 +++ examples/plotly/README.md | 4 ++++ examples/plotly/requirements.txt | 1 + examples/superzip/README.md | 6 +++++- 5 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 examples/outputs/README.md create mode 100644 examples/plotly/README.md diff --git a/.gitignore b/.gitignore index 27652a7..cd1e69f 100644 --- a/.gitignore +++ b/.gitignore @@ -111,3 +111,7 @@ typings/ Untitled*.ipynb rsconnect-python/ + +# Deploy to Connect Cloud Button +examples/*/README_FILES/* +examples/*/README.html diff --git a/examples/outputs/README.md b/examples/outputs/README.md new file mode 100644 index 0000000..2b14eee --- /dev/null +++ b/examples/outputs/README.md @@ -0,0 +1,3 @@ +## Outputs app + + diff --git a/examples/plotly/README.md b/examples/plotly/README.md new file mode 100644 index 0000000..ddf863e --- /dev/null +++ b/examples/plotly/README.md @@ -0,0 +1,4 @@ +## Plotly app + + + diff --git a/examples/plotly/requirements.txt b/examples/plotly/requirements.txt index 1ad9607..51b9c33 100644 --- a/examples/plotly/requirements.txt +++ b/examples/plotly/requirements.txt @@ -4,3 +4,4 @@ ipywidgets numpy pandas plotly +scikit-learn diff --git a/examples/superzip/README.md b/examples/superzip/README.md index 08c9bae..19ed9d8 100644 --- a/examples/superzip/README.md +++ b/examples/superzip/README.md @@ -1,3 +1,7 @@ ## Data -The `superzip.csv` is the result of [this script](https://github.com/rstudio/shinycoreci-apps/blob/main/apps/063-superzip-example/global.R) \ No newline at end of file + + + + +The `superzip.csv` is the result of [this script](https://github.com/rstudio/shinycoreci-apps/blob/main/apps/063-superzip-example/global.R)