Skip to content

Commit 5805482

Browse files
authored
added versions pinned to minor version
1 parent b1c6e2b commit 5805482

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

setup.Rmd

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -152,19 +152,19 @@ or terminal (MacOS and Ubuntu) and press enter:
152152
153153
```
154154
conda install -c conda-forge -y \
155-
r-cowplot \
156-
r-ggally \
157-
r-gridextra \
158-
r-kknn \
159-
r-rodbc \
160-
r-rpostgres \
161-
r-rsqlite \
162-
r-scales \
163-
r-testthat \
164-
r-tidymodels \
165-
r-tidyverse \
166-
r-tinytex \
167-
unixodbc
155+
r-cowplot=1.1.* \
156+
r-ggally=2.1.* \
157+
r-gridextra=2.3 \
158+
r-kknn1.3.* \
159+
r-rodbc=1.* \
160+
r-rpostgres=1.3.* \
161+
r-rsqlite=2.2.* \
162+
r-scales=1.1.* \
163+
r-testthat=2.3.2 \
164+
r-tidymodels=0.1.* \
165+
r-tidyverse=1.3.* \
166+
r-tinytex=0.33 \
167+
unixodbc=2.3.*
168168
```
169169
170170
### LaTeX

0 commit comments

Comments
 (0)