everyone!
I'm trying to install Bioconductor package "cummeRbund" and constantly fail. I've tried
biocLite("cummeRbund")
command with BiocInstaller enabled, install.packages("cummeRbund")
and their variations with specified library address. The result is always
"Warning in install.packages(update[instlib == l, "Package"], l, contriburl = contriburl, :
'lib = "/usr/lib/R/library"' is not writable"
and r keeps offering me to use personal directory. What should I do to get rid of this pesky issue ("cummeRbund" is not the only one package that keeps failing to install)?
My specs.: Ubuntu 14.04 LTS 64-bit, R version 3.2.2 (2015-08-14) -- "Fire Safety", Bioconductor version 3.2 (BiocInstaller 1.20.0)