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.
1 parent 6ce3c3f commit 9fb90e8Copy full SHA for 9fb90e8
setup.Rmd
@@ -129,7 +129,7 @@ To install these, type the following into
129
the Anaconda Prompt (Windows) or terminal (MacOS and Ubuntu):
130
131
```
132
-conda install -c conda-forge -y r-base">=4.1.1"
+conda install -c conda-forge -y r-base=4.1.1
133
conda install -c conda-forge -y r-irkernel
134
135
@@ -155,7 +155,7 @@ conda install -c conda-forge -y \
155
r-cowplot=1.1.* \
156
r-ggally=2.1.* \
157
r-gridextra=2.3 \
158
- r-kknn1.3.* \
+ r-kknn=1.3.* \
159
r-rpostgres=1.2.* \
160
r-rsqlite=2.2.* \
161
r-scales=1.1.* \
0 commit comments