We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7fc52e commit 7b7291cCopy full SHA for 7b7291c
src/library/tools/R/install.R
@@ -56,7 +56,7 @@ if(FALSE) {
56
curPkg <- character() # list of packages in current pkg
57
58
## Path to where lockdirs will be created. If empty, use lib directory
59
- lockdir_prefix <- Sys.getenv("PKG_LOCKDIR_PREFIX", "")
+ lockdir_prefix <- Sys.getenv("R_LOCKDIR_PREFIX", "")
60
if (lockdir_prefix == "")
61
lockdir_prefix <- NULL
62
else
0 commit comments