Skip to content

Commit 393994a

Browse files
committed
Update multi r compilation
1 parent 93cf272 commit 393994a

File tree

1 file changed

+9
-12
lines changed

1 file changed

+9
-12
lines changed

docs/tutorials/multi_r_compilation.md

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -76,18 +76,15 @@ Enter the number corresponding to the selected version:
7676

7777
!!! Note
7878
`BUILDDIR` and `TOP_SRCDIR` will be set to the defaults using the label
79-
`r-devel`
80-
whenever a new bash terminal is opened, e.g. when the codespace is
81-
restarted.
82-
Whenever following instructions that use these variables to refer
83-
to the build
84-
and source directory, be sure they are pointing to the desired
85-
version!
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!
8683
You can check the values any time with
8784

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

0 commit comments

Comments
 (0)