This commit is contained in:
hadley 2016-08-25 08:20:35 -05:00
parent bcf4cd385e
commit 1d480a762c
1 changed files with 1 additions and 1 deletions

View File

@ -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__, <http://rstudio.github.io/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.