Skip to content

Commit 7986535

Browse files
Update extension list
1 parent fa67021 commit 7986535

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

extensions.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -737,6 +737,38 @@
737737
],
738738
"tags": []
739739
},
740+
{
741+
"name": "stock-report",
742+
"title": "Automated Stock Report",
743+
"description": "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.",
744+
"homepage": "https://github.com/posit-dev/connect-extensions/tree/main/extensions/stock-report",
745+
"latestVersion": {
746+
"version": "1.0.0",
747+
"released": "2025-06-04T18:06:12Z",
748+
"url": "https://github.com/posit-dev/connect-extensions/releases/download/stock-report%40v1.0.0/stock-report.tar.gz",
749+
"minimumConnectVersion": "2025.04.0",
750+
"requiredEnvironment": {
751+
"r": {
752+
"requires": "~=4.4"
753+
}
754+
}
755+
},
756+
"versions": [
757+
{
758+
"version": "1.0.0",
759+
"released": "2025-06-04T18:06:12Z",
760+
"url": "https://github.com/posit-dev/connect-extensions/releases/download/stock-report%40v1.0.0/stock-report.tar.gz",
761+
"minimumConnectVersion": "2025.04.0",
762+
"requiredEnvironment": {
763+
"r": {
764+
"requires": "~=4.4"
765+
}
766+
}
767+
}
768+
],
769+
"tags": [],
770+
"category": "example"
771+
},
740772
{
741773
"name": "stock-report-jupyter",
742774
"title": "Stock Report using Jupyter",

0 commit comments

Comments
 (0)