Skip to content

Commit

Permalink
adding note about updating tidyverse
Browse files Browse the repository at this point in the history
  • Loading branch information
cwickham committed Jul 17, 2018
1 parent af3a7ee commit 7ebaf6f
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,14 @@ You'll need to bring a laptop with R and RStudio installed. In addition, you'll
"babynames", "nycflights13", "gapminder", "Lahman"))
</code></pre>
<p>
If you've installed the tidyverse before, re-installing it may not update all the component pacakges, in which case run,
</p>
<pre><code>tidyverse::tidyverse_update()
</code></pre>
<p>
to identify any out-of-date packages, and follow the instructions to update them.
</p>
<p>
Don't forget to bring your power cable!
</p>
<p>
Expand Down
6 changes: 6 additions & 0 deletions syllabus.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,12 @@ install.packages(c("tidyverse", "rmarkdown",
"babynames", "nycflights13", "gapminder", "Lahman"))
```

If you've installed the tidyverse before, re-installing it may not update all the component packages, in which case run,
```{r, eval = FALSE}
tidyverse::tidyverse_update()
```
to identify any out-of-date packages, and follow the instructions to update them.

Don't forget to bring your power cable!

I'll also be providing some additional materials (slides, code and data) prior to our meeting, keep your eyes out for an email about that next week.
Expand Down
8 changes: 8 additions & 0 deletions syllabus.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,14 @@ you'll want to install the following packages:
install.packages(c("tidyverse", "rmarkdown",
"babynames", "nycflights13", "gapminder", "Lahman"))

If you've installed the tidyverse before, re-installing it may not
update all the component pacakges, in which case run,

tidyverse::tidyverse_update()

to identify any out-of-date packages, and follow the instructions to
update them.

Don't forget to bring your power cable!

I'll also be providing some additional materials (slides, code and data)
Expand Down

0 comments on commit 7ebaf6f

Please sign in to comment.