From 1d480a762ccb9d103a65f72997c5362a0f5a4f16 Mon Sep 17 00:00:00 2001 From: hadley Date: Thu, 25 Aug 2016 08:20:35 -0500 Subject: [PATCH] Typo --- rmarkdown-workflow.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.