Skip to content

Commit

Permalink
Fix package library path in 0.60 patch
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborcsardi committed Dec 14, 2023
1 parent 6b5ce03 commit 63ac503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion r-builds/patch/R-0.60.patch
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ index c8fbd12..eadff5b 100644
+} else {
+ .lib.loc <- character()
+}
+.lib.loc <- unique(c(.lib.loc, getenv("RHOME")))
+.lib.loc <- unique(c(.lib.loc, .Library))

options(printcmd = getenv("R_PRINTCMD"))
options(papersize = getenv("R_PAPERSIZE"))
Expand Down

0 comments on commit 63ac503

Please sign in to comment.