Skip to content

Commit

Permalink
Create r-quarto.json
Browse files Browse the repository at this point in the history
  • Loading branch information
eeholmes authored Mar 3, 2023
1 parent d9c35a2 commit 0526071
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions .devcontainer/r-quarto.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
// README at: https://github.com/rocker-org/devcontainer-templates/tree/main/src/r-ver
{
"name": "R (rocker/r-ver base)",
"image": "ghcr.io/rocker-org/devcontainer/r-ver:4.2",

// Features to add to the dev container. More info: https://containers.dev/features.
"features": {
// more info: https://github.com/rocker-org/devcontainer-features/blob/main/src/r-packages/README.md
"ghcr.io/rocker-org/devcontainer-features/r-packages:1": {
"packages": "cli,rlang",
"installSystemRequirements": true
}
// quarto cli
// more info: https://github.com/rocker-org/devcontainer-features/blob/main/src/quarto-cli/README.md
"ghcr.io/rocker-org/devcontainer-features/quarto-cli:1": {}
}, // end features

// Use 'forwardPorts' to make a list of ports inside the container available locally.
// "forwardPorts": [],

// Use 'postCreateCommand' to run commands after the container is created.
// "postCreateCommand": "R -q -e 'renv::install()'",

// Configure tool-specific properties.
// "customizations": {
// "vscode": {
// // Set *default* container specific settings.json values on container create.
// "settings": {
// },
// // Add the IDs of extensions you want installed when the container is created.
// "extensions": [
// if we want liveshare.
// "ms-vsliveshare.vsliveshare"
// ]
// } // vscode
// }, // customizations

// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
// "remoteUser": "root"
}

0 comments on commit 0526071

Please sign in to comment.