Skip to content

Commit 9fb90e8

Browse files
authored
pinning to R 4.1.1
1 parent 6ce3c3f commit 9fb90e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ To install these, type the following into
129129
the Anaconda Prompt (Windows) or terminal (MacOS and Ubuntu):
130130
131131
```
132-
conda install -c conda-forge -y r-base">=4.1.1"
132+
conda install -c conda-forge -y r-base=4.1.1
133133
conda install -c conda-forge -y r-irkernel
134134
```
135135
@@ -155,7 +155,7 @@ conda install -c conda-forge -y \
155155
r-cowplot=1.1.* \
156156
r-ggally=2.1.* \
157157
r-gridextra=2.3 \
158-
r-kknn1.3.* \
158+
r-kknn=1.3.* \
159159
r-rpostgres=1.2.* \
160160
r-rsqlite=2.2.* \
161161
r-scales=1.1.* \

0 commit comments

Comments
 (0)