You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 30, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: containers/R/README.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
7
7
| Metadata | Value |
8
8
|----------|-------|
9
-
|*Contributors*| The VS Code Team, Mehant |
9
+
|*Contributors*| The VS Code Team, [Mehant](mailto:[email protected])|
10
10
|*Definition type*| Dockerfile |
11
11
|*Languages, platforms*| R |
12
12
@@ -38,9 +38,8 @@ This definition includes some test code that will help you verify it is working
38
38
2. Clone this repository.
39
39
3. Start VS Code, press <kbd>F1</kbd>, and select **Remote-Containers: Open Folder in Container...**
40
40
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.
0 commit comments