From 56185676a236111beed99fe4325e0ba988471b5f Mon Sep 17 00:00:00 2001 From: Heather Turner Date: Wed, 19 Jun 2024 14:18:40 +0100 Subject: [PATCH] minor edits --- docs/container_setup/localsetup.md | 4 ++-- docs/tutorials/running_r.md | 2 +- docs/tutorials/update_source.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/container_setup/localsetup.md b/docs/container_setup/localsetup.md index f65c02f8..97bd1786 100644 --- a/docs/container_setup/localsetup.md +++ b/docs/container_setup/localsetup.md @@ -15,7 +15,7 @@ We can also use this codespace locally. For that we need to have some prerequisi ``` cd r-dev-env ``` -3. Restart VSCode in the r-dev-env directory with the command: +3. Restart VSCode in the `r-dev-env` directory with the command: ```bash code . ``` @@ -41,4 +41,4 @@ Click on `Reopen in DevContainer` button. 8. We can also test whether the dev container is working or not by just printing the environment variables mentioned in the welcome message on the terminal. And there we go!!! We have setup our R Dev Container locally. ![start localsetup](../assets/rdev25.png) -9. The container will be closed when you close VSCode. To reopen the container, open the r-dev-env directory in VSCode. \ No newline at end of file +9. The container will be closed when you close VSCode. To reopen the container, open the `r-dev-env` directory in VSCode. \ No newline at end of file diff --git a/docs/tutorials/running_r.md b/docs/tutorials/running_r.md index 42c6655d..aa24fc7f 100644 --- a/docs/tutorials/running_r.md +++ b/docs/tutorials/running_r.md @@ -10,7 +10,7 @@ code R/test.R ![alt text](../assets/rdev11.png) -3) Click on the `R:(not attached)` link to launch R in the terminal. You can then send code from the .R file to the R terminal by pressing `cmd/ctrl + enter`. +3) Click on the `R:(not attached)` link to launch an R terminal. You can then send code from the `.R` file to the R terminal by pressing `cmd/ctrl + enter`. ![alt text](../assets/rdev12.png) ![alt text](../assets/rdev5.png) diff --git a/docs/tutorials/update_source.md b/docs/tutorials/update_source.md index 56454b3d..c3349492 100644 --- a/docs/tutorials/update_source.md +++ b/docs/tutorials/update_source.md @@ -69,7 +69,7 @@ svn update #### 7) Rebuild and check with the updates -To rebuild R with the latest changes from the R Core Team and any local changes you have kept, go to the build directory and to build and check R +To rebuild R with the latest changes from the R Core Team and any local changes you have kept, go to the build directory to build and check R ```bash cd $BUILDDIR