Skip to content

Commit 3337dc3

Browse files
remove note box for installing latest versions to avoid confusion
1 parent bfc98d9 commit 3337dc3

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

source/setup.Rmd

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -231,21 +231,6 @@ the `environment.yml` file found in
231231
[the worksheets repository](https://worksheets.datasciencebook.ca).
232232
We will always keep the versions in the `environment.yml` file updated
233233
so that they are compatible with the exercise worksheets that accompany the book.
234-
235-
> You can also install the *latest* version of R
236-
> and the R packages used in this book by instead typing the commands shown below
237-
> **Be careful though:** this may install package versions that are
238-
> incompatible with the worksheets that accompany the book; the automated
239-
> exercise feedback might tell you your answers are not correct even though
240-
> they are!
241-
>
242-
> ```
243-
> pip install --upgrade jupyterlab-git
244-
> conda install -c conda-forge r-base r-cowplot r-ggally r-gridextra
245-
> conda install -c conda-forge r-kknn r-rpostgres r-rsqlite r-scales r-testthat
246-
> conda install -c conda-forge r-tidymodels r-tidyverse unixodbc
247-
> ```
248-
249234
Once all of the software installation is complete, it is a good idea to restart
250235
JupyterLab Desktop entirely before you proceed to doing your data analysis.
251236
This will ensure all the software and settings you put in place are

0 commit comments

Comments
 (0)