Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit 01e3111

Browse files
committed
Updated Readme properly and removed R Tools extension
1 parent 9910562 commit 01e3111

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed

containers/R/.devcontainer/devcontainer.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,10 @@
1111

1212
// Uncomment the next line if you want to add in default container specific settings.json values
1313
// "settings": { "workbench.colorTheme": "Quiet Light" },
14-
15-
// Uncomment the next line to run commands after the container is created.
16-
// "postCreateCommand": "R --version",
14+
15+
"postCreateCommand": "R --version",
1716

1817
"extensions": [
19-
"ikuyadeu.r",
20-
"mikhail-arkhipov.r"
18+
"ikuyadeu.r"
2119
]
2220
}

containers/R/README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
| Metadata | Value |
88
|----------|-------|
9-
| *Contributors* | The VS Code Team, Mehant |
9+
| *Contributors* | The VS Code Team, [Mehant](mailto:[email protected]) |
1010
| *Definition type* | Dockerfile |
1111
| *Languages, platforms* | R |
1212

@@ -38,9 +38,8 @@ This definition includes some test code that will help you verify it is working
3838
2. Clone this repository.
3939
3. Start VS Code, press <kbd>F1</kbd>, and select **Remote-Containers: Open Folder in Container...**
4040
4. Select the `containers/R` folder.
41-
5. After the folder has opened in the container, press <kbd>F5</kbd> to start the project.
42-
6. You should see "Hello, Remote World!" in the a terminal window after the program finishes executing.
43-
7. From here, you can add breakpoints or edit the contents of the `test-project` folder to do further testing.
41+
5. After the folder has opened in the container, you should see the R version printed in the terminal.
42+
6. Now open the `test-project/sample.R` and press <kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>S</kbd> for Windows users and Change <kbd>Ctrl</kbd> to <kbd>command</kbd> for Mac users to run the script.
4443

4544
## License
4645

0 commit comments

Comments
 (0)