Actually, that does work... i.e.
> biocLite("easyRNASeq", lib="/path/to/home/local/R-3.2.1")
yields
.
.
.
Old packages: 'boot', 'class', 'cluster', 'codetools', 'foreign', 'KernSmooth',
'lattice', 'MASS', 'Matrix', 'mgcv', 'nlme', 'nnet', 'rpart', 'spatial',
'survival'
Update all/some/none? [a/s/n]: a
Warning in install.packages(update[instlib == l, "Package"], l, contriburl = contriburl, :
'lib = "/usr/lib64/R/library"' is not writable
Would you like to use a personal library instead? (y/n) y
Would you like to create a personal library
~/R/x86_64-redhat-linux-gnu-library/3.2
to install packages into? (y/n) n
Error in install.packages(update[instlib == l, "Package"], l, contriburl = contriburl, :
unable to install packages
It appears that it installed easyRNASeq and associated packages in the correct location. It is however still giving me an error and it won't let put the updated source packages in a directory of my choosing.