Skip to content

Commit 5644681

Browse files
committed
Fixed linter issues
1 parent 28812da commit 5644681

File tree

2 files changed

+15
-12
lines changed

2 files changed

+15
-12
lines changed

docs/tutorials/contribution_workflow.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11

22
## Example Contribution Workflow using the R Dev Container
33

4+
#### 1. Starting R in the Dev Container
5+
46
- To start working in R we will click on `R:(not attach)` which is in the
57
bottom right of the VSCode window. This will open an R terminal for us.
68

docs/tutorials/multi_r_compilation.md

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -74,18 +74,19 @@ Which version of R should be used in new R terminals?
7474
Enter the number corresponding to the selected version:
7575
```
7676

77-
!!! Note
78-
`BUILDDIR` and `TOP_SRCDIR` will be set to the defaults using the label
79-
`r-devel` whenever a new bash terminal is opened, e.g. when the codespace
80-
is restarted. Whenever following instructions that use these variables to
81-
refer to the build and source directory, be sure they are pointing to the
82-
desired version!
77+
### Important
8378

84-
You can check the values any time with:
79+
`BUILDDIR` and `TOP_SRCDIR` will be set to the defaults using the label
80+
`r-devel` whenever a new bash terminal is opened, e.g. when the codespace
81+
is restarted. Whenever following instructions that use these variables to
82+
refer to the build and source directory, be sure they are pointing to the
83+
desired version!
8584

86-
```bash
87-
echo $BUILDDIR
88-
echo $TOP_SRCDIR
89-
```
85+
You can check the values any time with:
9086

91-
and switch with `set_build_r <name>`.
87+
```bash
88+
echo $BUILDDIR
89+
echo $TOP_SRCDIR
90+
```
91+
92+
and switch with `set_build_r <name>`.

0 commit comments

Comments
 (0)