Skip to content

Commit 932ad49

Browse files
Update extension list
1 parent 95ad158 commit 932ad49

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

extensions.json

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,45 @@
306306
"Jump Start"
307307
]
308308
},
309+
{
310+
"name": "quarto-script-r",
311+
"title": "Run an R Script using Quarto",
312+
"description": "This example demonstrates running a simple R script on Connect as a Quarto project. It is an example of how you might automate regular imports and transformations from a data source. JSON and CSV files are exported and made available for download. The script also generates a custom email, with the generated CSV files as attachments.",
313+
"homepage": "https://github.com/posit-dev/connect-extensions/tree/main/extensions/quarto-script-r",
314+
"latestVersion": {
315+
"version": "1.0.0",
316+
"released": "2025-05-14T13:17:52Z",
317+
"url": "https://github.com/posit-dev/connect-extensions/releases/download/quarto-script-r%40v1.0.0/quarto-script-r.tar.gz",
318+
"minimumConnectVersion": "2025.04.0",
319+
"requiredEnvironment": {
320+
"quarto": {
321+
"requires": "~=1.4"
322+
},
323+
"r": {
324+
"requires": "~=4.4"
325+
}
326+
}
327+
},
328+
"versions": [
329+
{
330+
"version": "1.0.0",
331+
"released": "2025-05-14T13:17:52Z",
332+
"url": "https://github.com/posit-dev/connect-extensions/releases/download/quarto-script-r%40v1.0.0/quarto-script-r.tar.gz",
333+
"minimumConnectVersion": "2025.04.0",
334+
"requiredEnvironment": {
335+
"quarto": {
336+
"requires": "~=1.4"
337+
},
338+
"r": {
339+
"requires": "~=4.4"
340+
}
341+
}
342+
}
343+
],
344+
"tags": [
345+
"Jump Start"
346+
]
347+
},
309348
{
310349
"name": "quarto-stock-report-python",
311350
"title": "Quarto Stock Report using Python",

0 commit comments

Comments
 (0)