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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
## Summary
4
4
5
-
*Perform statistical computing using R language on linux. Includes R installed and needed extensions*
5
+
*Perform statistical computing using the R language on Linux. Includes R and needed extensions.*
6
6
7
7
| Metadata | Value |
8
8
|----------|-------|
@@ -39,7 +39,7 @@ This definition includes some test code that will help you verify it is working
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
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.
42
+
6. Now open the `test-project/sample.R` and press <kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>S</kbd> to run the script.
0 commit comments