From 7a1628cbf516b331be1110ba20660a1b6efc5cf3 Mon Sep 17 00:00:00 2001 From: Samruddhi Khandale Date: Wed, 19 Oct 2022 22:28:04 +0000 Subject: [PATCH 1/3] Update R template --- containers/r/README.md | 2 + containers/r/devcontainer-template.json | 50 ------------------------- 2 files changed, 2 insertions(+), 50 deletions(-) delete mode 100644 containers/r/devcontainer-template.json diff --git a/containers/r/README.md b/containers/r/README.md index 7195f00350..2263dc508f 100644 --- a/containers/r/README.md +++ b/containers/r/README.md @@ -1,3 +1,5 @@ +**IMPORTANT NOTE: The template `R` is migrated to [rocker-org/devcontainer-templates](https://github.com/rocker-org/devcontainer-templates/tree/main/src/r-ver) by the community author.** + # R (Community) ## Summary diff --git a/containers/r/devcontainer-template.json b/containers/r/devcontainer-template.json deleted file mode 100644 index ed93a6ae54..0000000000 --- a/containers/r/devcontainer-template.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "id": "r", - "version": "1.0.0", - "name": "R", - "description": "Perform statistical computing using the R language on Linux. Includes R and needed extensions.", - "documentationURL": "https://github.com/microsoft/vscode-dev-containers/tree/main/containers/r", - "publisher": "Community", - "licenseURL": "https://github.com/microsoft/vscode-dev-containers/blob/main/LICENSE", - "options": { - "imageVariant": { - "type": "string", - "description": "R version:", - "proposals": [ - "4", - "4.2", - "4.1", - "4.0" - ], - "default": "4" - }, - "baseVariant": { - "type": "string", - "description": "Base image. Minimal (r-ver), tidyverse installed (tidyverse), or full image (binder):", - "proposals": [ - "rocker/r-ver", - "rocker/tidyverse", - "rocker/binder" - ], - "default": "rocker/r-ver" - }, - "installZsh": { - "type": "boolean", - "description": "Install ZSH!?", - "default": "true" - }, - "upgradePackages": { - "type": "boolean", - "description": "Upgrade OS packages to their latest versions", - "default": "false" - }, - "enableJupyter": { - "type": "boolean", - "description": "Enable vscode-jupyter support", - "default": "false" - } - }, - "platforms": [ - "R" - ] -} From 03f850a3ecedcf0f42aeaa9d78538d35a90529b9 Mon Sep 17 00:00:00 2001 From: Samruddhi Khandale Date: Wed, 19 Oct 2022 22:33:06 +0000 Subject: [PATCH 2/3] remove from test-pr action --- .github/workflows/test-pr.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/test-pr.yaml b/.github/workflows/test-pr.yaml index 107b4ee60e..f17000af36 100644 --- a/.github/workflows/test-pr.yaml +++ b/.github/workflows/test-pr.yaml @@ -46,7 +46,6 @@ jobs: perl: ./**/perl/** puppet: ./**/puppet/** python-3-pypy: ./**/python-3-pypy/** - r: ./**/r/** reasonml: ./**/reasonml/** ruby-rails: ./**/ruby-rails/** ruby-sinatra: ./**/ruby-sinatra/** From f1012027d4bf2f6d9fcd9d58cccbcbd590c8d248 Mon Sep 17 00:00:00 2001 From: Samruddhi Khandale Date: Wed, 19 Oct 2022 16:03:41 -0700 Subject: [PATCH 3/3] Update containers/r/README.md Co-authored-by: Brigit Murtaugh --- containers/r/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers/r/README.md b/containers/r/README.md index 2263dc508f..2f4fe49560 100644 --- a/containers/r/README.md +++ b/containers/r/README.md @@ -1,4 +1,4 @@ -**IMPORTANT NOTE: The template `R` is migrated to [rocker-org/devcontainer-templates](https://github.com/rocker-org/devcontainer-templates/tree/main/src/r-ver) by the community author.** +**IMPORTANT NOTE: The `R` template is now hosted by the community author in the repo [rocker-org/devcontainer-templates](https://github.com/rocker-org/devcontainer-templates/tree/main/src/r-ver).** # R (Community)