Skip to content

Commit

Permalink
fix tempdir for example in README
Browse files Browse the repository at this point in the history
  • Loading branch information
achubaty committed Dec 19, 2014
1 parent 821e7bc commit 00b5308
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ install_github("andrie/miniCRAN")
# Determine and download the packages `ggplot2`, `plyr` and `reshape2`, including their dependencies:
library("miniCRAN")
pkgs <- c("ggplot2", "plyr", "reshape2")
makeRepo(pkgDep(pkgs), path=file.path(tempdir, "miniCRAN"), download=TRUE)
makeRepo(pkgDep(pkgs), path=file.path(tempdir(), "miniCRAN"), download=TRUE)
```

0 comments on commit 00b5308

Please sign in to comment.