Skip to content

Commit c8ec53a

Browse files
committed
update devcontainer
1 parent 9a85f01 commit c8ec53a

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.devcontainer/devcontainer.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
{
22
"name": "tidyverse-container",
3-
"image": "ghcr.io/rocker-org/devcontainer/r-ver:4"
3+
"image": "ghcr.io/rocker-org/devcontainer/r-ver:4",
44
"features": {
55
"ghcr.io/rocker-org/devcontainer-features/r-packages:1": {
6-
"packages": "pacman"
6+
"packages": [
7+
"pacman",
8+
"ggplot2",
9+
"SDaA",
10+
"FNN"
11+
]
712
}
813
}
914
}

0 commit comments

Comments
 (0)