File tree Expand file tree Collapse file tree 2 files changed +15
-12
lines changed
Expand file tree Collapse file tree 2 files changed +15
-12
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -74,18 +74,19 @@ Which version of R should be used in new R terminals?
7474Enter 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> ` .
You can’t perform that action at this time.
0 commit comments