Typo
This commit is contained in:
parent
bcf4cd385e
commit
1d480a762c
|
@ -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
|
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
|
of the packages that your code uses. A rigorous approach is to use
|
||||||
__packrat__, <http://rstudio.github.io/packrat/>, which stores packages in
|
__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
|
runs `sessionInfo()` --- that won't let easily recreate your packages as
|
||||||
they are today, but at least you know what they were.
|
they are today, but at least you know what they were.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue