Skip to content

Commit 8895dde

Browse files
committed
Install R with r-apt instead of r-rig devcontainer feature
1 parent c650955 commit 8895dde

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

template/.devcontainer/devcontainer.json.jinja

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@
44
"features": {
55
"ghcr.io/guiyomh/features/just:0.1.0": { "version": "1.42.4" }{% if python %},
66
"ghcr.io/devcontainers/features/python:1": { "version": "os-provided" }{% endif %}{% if r_data_science %},
7-
"ghcr.io/rocker-org/devcontainer-features/r-rig:1": {
7+
"ghcr.io/rocker-org/devcontainer-features/r-apt:0.5.0": {
88
"version": "4.4.3",
9-
"installREnv": "true",
109
"installRMarkdown": "true",
1110
"vscodeRSupport": "full",
1211
"installVscDebugger": "true",

0 commit comments

Comments
 (0)