I want to update bioconductor version 3.9 on R 3.6.0 , but I am getting an error message "installation path is not writeable"
I have tried the same with an older version of R 3.2.4 and it was given me the same error messsage.
here I wanted to update and this is what I have
update.packages()
Warning: package 'boot' in library '/usr/lib/R/library' will not be updated
Warning: package 'MASS' in library '/usr/lib/R/library' will not be updated
Warning: package 'survival' in library '/usr/lib/R/library' will not be updated
cluster :
Version 2.0.8 installed in /usr/lib/R/library
Version 2.0.9 available at https://cloud.r-project.org
Update? (Yes/no/cancel)
y
The downloaded source packages are in
‘/tmp/RtmpzyzblW/downloaded_packages’
Updating HTML index of packages in '.Library'
Making 'packages.html' ... done
Warning messages:
1: In install.packages(update[instlib == l, "Package"], l, contriburl = contriburl, :
installation of package ‘cluster’ had non-zero exit status
2: In install.packages(update[instlib == l, "Package"], l, contriburl = contriburl, :
installation of package ‘nlme’ had non-zero exit status
>