We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6b82209 + cca5fdf commit ac8317dCopy full SHA for ac8317d
docs/tutorials/multi_r_compilation.md
@@ -77,13 +77,13 @@ Enter the number corresponding to the selected version:
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
+ 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!
83
84
You can check the values any time with:
85
86
- ```
+ ```bash
87
echo $BUILDDIR
88
echo $TOP_SRCDIR
89
```
0 commit comments