How to check for (tidyverse) updates

Fixes #333
This commit is contained in:
hadley 2016-10-03 12:32:07 -05:00
parent 7768955fe6
commit e8a9f8da6b
1 changed files with 2 additions and 1 deletions

View File

@ -172,7 +172,8 @@ There are three things you need to include to make your example reproducible: re
1. **Packages** should be loaded at the top of the script, so it's easy to
see which ones the example needs. This is a good time to check that you're
using the latest version of each package; it's possible you've discovered
a bug that's been fixed since you installed the package.
a bug that's been fixed since you installed the package. For packages
in the tidyverse, the easiest way to check is to run `tidyverse_update()`.
1. The easiest way to include **data** in a question is to use `dput()` to
generate the R code to recreate it. For example, to recreate the `mtcars`