ENH remove lib var to keep conda environments from breaking

This commit is contained in:
Nathan Dwarshuis 2021-12-01 00:38:28 -05:00
parent a29e372089
commit 35b949c494
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
R_HOME_USER = ${XDG_DATA_HOME}/r #R_HOME_USER = ${XDG_DATA_HOME}/r
#R_LIBS_USER = ${R_HOME_USER}/x86_64-pc-linux-gnu-library/
R_PROFILE_USER = ${XDG_CONFIG_HOME}/r/Rprofile.r R_PROFILE_USER = ${XDG_CONFIG_HOME}/r/Rprofile.r
R_MAKEVARS_USER = ${XDG_CONFIG_HOME}/r/Makevars R_MAKEVARS_USER = ${XDG_CONFIG_HOME}/r/Makevars
R_LIBS_USER = ${R_HOME_USER}/x86_64-pc-linux-gnu-library/
# this shouldn't be needed because ESS overrides it # this shouldn't be needed because ESS overrides it
R_HISTFILE = ${XDG_HOME_USER}/session.Rhistory R_HISTFILE = ${XDG_HOME_USER}/session.Rhistory