diff --git a/rmarkdown-workflow.Rmd b/rmarkdown-workflow.Rmd index 942da59..12d98ee 100644 --- a/rmarkdown-workflow.Rmd +++ b/rmarkdown-workflow.Rmd @@ -52,7 +52,7 @@ And much of the good advice about using lab notebooks effectively can also be tr come back to run it in a year or so), you'll need to track the versions of the packages that your code uses. A rigorous approach is to use __packrat__, , which stores packages in - your project directory. A quicky and dirty hack is to include a chunk that + your project directory. A quick and dirty hack is to include a chunk that runs `sessionInfo()` --- that won't let easily recreate your packages as they are today, but at least you know what they were.