diff --git a/intro.Rmd b/intro.Rmd index acf2be7..1feaf4c 100644 --- a/intro.Rmd +++ b/intro.Rmd @@ -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`