Skip to content

Commit fa67021

Browse files
authored
Add stock-report to Connect Gallery (#162)
* Add stock-report example to gallery * Fix workflow typo * Add missing DT tables package to manifest
1 parent a2f0fa4 commit fa67021

File tree

6 files changed

+2675
-0
lines changed

6 files changed

+2675
-0
lines changed

.github/workflows/extensions.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ jobs:
5454
stock-report-jupyter: extensions/stock-report-jupyter/**
5555
usage-metrics-dashboard: extensions/usage-metrics-dashboard/**
5656
voila-example: extensions/voila-example/**
57+
stock-report: extensions/stock-report/**
5758
5859
# Runs for each extension that has changed from `simple-extension-changes`
5960
# Lints and packages in preparation for tests and and release.

extensions/stock-report/README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Automated Stock Report
2+
3+
## About this example
4+
5+
This R Markdown document shows how to automate regular updates to a PDF. The report code also generates a custom email, re-using the plots and putting the results where stakeholders live - their inbox.
6+
7+
8+
## Learn more
9+
10+
* [R Markdown Documentation](https://rmarkdown.rstudio.com/)
11+
* [Gallery of example R Markdown documents](https://rmarkdown.rstudio.com/gallery.html)
12+
* [Articles on R Markdown](https://rmarkdown.rstudio.com/articles.html)
13+
14+
## Requirements
15+
16+
* R version 4.4 or higher

0 commit comments

Comments
 (0)