Skip to content

Commit

Permalink
Set r-devel-gcc as the default container (#5861)
Browse files Browse the repository at this point in the history
* set r-devel-gcc as the default container

* Use shared .Rprofile
  • Loading branch information
MichaelChirico authored Dec 28, 2023
1 parent 6fb8362 commit 2aad337
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 5 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"build": { "dockerfile": "Dockerfile", "context": "../.." },
"build": { "dockerfile": "r-devel-gcc/Dockerfile", "context": ".." },
"customizations": { "vscode": {
"extensions": [
"REditorSupport.r",
Expand Down
2 changes: 1 addition & 1 deletion .devcontainer/r-devel-clang-ubsan/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ read.dcf("DESCRIPTION", c("Imports", "Suggests")) |> \

# setup cc()
WORKDIR /root
COPY .devcontainer/r-devel-clang-ubsan/.Rprofile .
COPY .devcontainer/.Rprofile .

# set ubsan flags
WORKDIR .R
Expand Down
2 changes: 0 additions & 2 deletions .devcontainer/r-devel-gcc/.Rprofile

This file was deleted.

2 changes: 1 addition & 1 deletion .devcontainer/r-devel-gcc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ read.dcf("DESCRIPTION", c("Imports", "Suggests")) |> \

# setup cc()
WORKDIR /root
COPY .devcontainer/r-devel-gcc/.Rprofile .
COPY .devcontainer/.Rprofile .

0 comments on commit 2aad337

Please sign in to comment.