I don't know when this happened, but I used to have only one library path where I installed my packages. But now it appears I have 2 of them and I want to get rid of the new one, since all packages I install go directly to that new library.
.libPaths()
[1] "/Users/myusername/Library/R/3.3/library"
[2] "/Library/Frameworks/R.framework/Versions/3.3/Resources/library"
I want to get rid of path [1] and keep the other one. Or at least move path [2] to the default spot.
Btw, I'm running on Mac OSX 10.11.6