Skip to content

Commit

Permalink
[multi-version R] only update dev packages
Browse files Browse the repository at this point in the history
  • Loading branch information
achubaty committed Nov 23, 2016
1 parent 14a7ba3 commit 662bf40
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion using-multiple-R-versions-on-linux.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ As noted above, using Docker is likely a better solution, as this approach doesn
sudo make install
# update R packages
Rscript-devel -e 'update.packages(ask = FALSE)'
update.packages(ask = FALSE, lib = .Library.site[1])
```
Be sure to give the script execute permissions:
Expand Down
Binary file modified using-multiple-R-versions-on-linux.pdf
Binary file not shown.

0 comments on commit 662bf40

Please sign in to comment.