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 b1c6e2b commit 5805482Copy full SHA for 5805482
setup.Rmd
@@ -152,19 +152,19 @@ or terminal (MacOS and Ubuntu) and press enter:
152
153
```
154
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
+ r-cowplot=1.1.* \
+ r-ggally=2.1.* \
+ r-gridextra=2.3 \
+ r-kknn1.3.* \
+ r-rodbc=1.* \
+ r-rpostgres=1.3.* \
+ r-rsqlite=2.2.* \
+ r-scales=1.1.* \
+ r-testthat=2.3.2 \
+ r-tidymodels=0.1.* \
+ r-tidyverse=1.3.* \
+ r-tinytex=0.33 \
+ unixodbc=2.3.*
168
169
170
### LaTeX
0 commit comments