Skip to content

Commit 7b7291c

Browse files
author
Sergio Oller Moreno
committed
Rename the env variable so it uses the R_ prefix
Suggested by Duncan Murdoch
1 parent d7fc52e commit 7b7291c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/library/tools/R/install.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ if(FALSE) {
5656
curPkg <- character() # list of packages in current pkg
5757

5858
## Path to where lockdirs will be created. If empty, use lib directory
59-
lockdir_prefix <- Sys.getenv("PKG_LOCKDIR_PREFIX", "")
59+
lockdir_prefix <- Sys.getenv("R_LOCKDIR_PREFIX", "")
6060
if (lockdir_prefix == "")
6161
lockdir_prefix <- NULL
6262
else

0 commit comments

Comments
 (0)