Skip to content

Commit 75472d5

Browse files
committed
Fix issue #10: Add newline between row factor names for better readability
1 parent 222ff67 commit 75472d5

2 files changed

Lines changed: 628 additions & 601 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
2+
// README at: https://github.com/devcontainers/templates/tree/main/src/docker-existing-dockerfile
3+
{
4+
"name": "Tercen Operator Runtime",
5+
"image": "tercen/runtime-r44:4.4.3-7",
6+
7+
// Use 'forwardPorts' to make a list of ports inside the container available locally.
8+
// "forwardPorts": [],
9+
10+
// Configure tool-specific properties.
11+
"customizations": {
12+
"vscode": {
13+
"extensions": [
14+
"reditorsupport.r-syntax",
15+
"reditorsupport.r",
16+
"ms-toolsai.jupyter",
17+
"ms-toolsai.jupyter-keymap"
18+
]
19+
}
20+
},
21+
22+
// Set the default shell
23+
"postCreateCommand": "R -e 'renv::consent(provided = TRUE); renv::restore(confirm = FALSE)'"
24+
25+
// Uncomment to connect as an existing user other than the container default. More info: https://aka.ms/dev-containers-non-root.
26+
// "remoteUser": "devcontainer"
27+
}

0 commit comments

Comments
 (0)