File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -89,6 +89,7 @@ bash path/to/Miniconda3-latest-Linux-x86_64.sh
89
89
90
90
> ** Note:** Most often, this file is downloaded to the Downloads directory,
91
91
and thus the command will look like this:
92
+ >
92
93
> ```
93
94
> bash Downloads/Miniconda3-latest-Linux-x86_64.sh
94
95
> ```
@@ -141,9 +142,11 @@ and the \index{kernel!installation} IRkernel.
141
142
To install versions of these that are compatible with the accompanying worksheets,
142
143
type the command shown below into the Anaconda Prompt (Windows)
143
144
or terminal (MacOS and Ubuntu).
145
+
144
146
```
145
147
conda env update --file https://raw.githubusercontent.com/UBC-DSCI/data-science-a-first-intro-worksheets/main/environment.yml
146
148
```
149
+
147
150
This command installs the specific R and package versions specified in
148
151
the `environment.yml` file found in
149
152
[the worksheets repository](https://ubc-dsci.github.io/data-science-a-first-intro-worksheets).
@@ -158,6 +161,7 @@ so that they are compatible with the exercise worksheets that accompany the book
158
161
> incompatible with the worksheets that accompany the book; the automated
159
162
> exercise feedback might tell you your answers are not correct even though
160
163
> they are!
164
+ >
161
165
> ```
162
166
> conda install -c conda-forge -y \
163
167
> r-base \
You can’t perform that action at this time.
0 commit comments