Skip to content

Commit

Permalink
Merge pull request #119 from egouldo/egouldo-patch-2
Browse files Browse the repository at this point in the history
Create devcontainer.json
  • Loading branch information
egouldo authored Aug 21, 2024
2 parents b651869 + 7cacc87 commit 6d156d1
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "R (rocker/r-ver base)",
"image": "ghcr.io/rocker-org/devcontainer/r-ver:4.2",
"features": {
"ghcr.io/rocker-org/devcontainer-features/quarto-cli:1": {
"version": "prerelease"
},
"ghcr.io/rocker-org/devcontainer-features/apt-packages:1": {
"packages": "libudunits2-dev,libxtst6,libxt6,libmagick++-dev"
},
"ghcr.io/rocker-org/devcontainer-features/r-packages:1": {
"packages": "github::rstudio/renv,tidyverse,here,httpgd"
}
},
"customizations": {
"vscode": {
"extensions": ["mechatroner.rainbow-csv"]
},
"codespaces": {
"openFiles": ["README.md"]
}
}
}

1 comment on commit 6d156d1

@egouldo
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.