Skip to content

Commit

Permalink
minor edits
Browse files Browse the repository at this point in the history
  • Loading branch information
hturner committed Jun 19, 2024
1 parent cdefd00 commit 5618567
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/container_setup/localsetup.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
```
Expand All @@ -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.
9. The container will be closed when you close VSCode. To reopen the container, open the `r-dev-env` directory in VSCode.
2 changes: 1 addition & 1 deletion docs/tutorials/running_r.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion docs/tutorials/update_source.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5618567

Please sign in to comment.