Description: Comment-out R_LIBS_USER
 By default R sets a per-user library to the beginning of its .libPaths()
 We have found this to be a detriment in multi-user systems where packages
 ought to to, say, /usr/local/lib/R/site-library for all users.  Hence,
 we comment this out.
Author: Dirk Eddelbuettel <edd@debian.org>

---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Forwarded: no
Last-Update: 2017-06-21

--- r-base-3.4.0.20170620.orig/etc/Renviron.in
+++ r-base-3.4.0.20170620/etc/Renviron.in
@@ -40,8 +40,9 @@ TAR=${TAR-'@TAR@'}
 ## System and compiler types.
 R_SYSTEM_ABI='@R_SYSTEM_ABI@'
 
-@BUILD_AQUA_FALSE@R_LIBS_USER=${R_LIBS_USER-'~/R/@R_PLATFORM@-library/@MAJ_MIN_VERSION@'}
-@BUILD_AQUA_TRUE@R_LIBS_USER=${R_LIBS_USER-'~/Library/R/@MAJ_MIN_VERSION@/library'}
+# edd Jun 2017  Comment-out R_LIBS_USER
+@BUILD_AQUA_FALSE@#R_LIBS_USER=${R_LIBS_USER-'~/R/@R_PLATFORM@-library/@MAJ_MIN_VERSION@'}
+@BUILD_AQUA_TRUE@#R_LIBS_USER=${R_LIBS_USER-'~/Library/R/@MAJ_MIN_VERSION@/library'}
 
 ### Local Variables: ***
 ### mode: sh ***
