Good evening,
I am having problems with downloading the package used to generate regression models on R. The following is the error message I received. I tried installing BiocManager instead as suggested, but this too did not work. Any ideas?
The downloaded binary packages are in C:\Users\Spencer\AppData\Local\Temp\Rtmp8YKVqx\downloaded_packages installation path not writeable, unable to update packages: class, cluster, codetools, foreign, lattice, MASS, Matrix, mgcv, nlme, rpart, survival Warning message: 'biocLite' is deprecated. Use 'BiocManager::install' instead. See help("Deprecated")
Best,
Spencer Brackett
Hey, installing with biocLite is deprecated. Could you try installing with
Cheers, Simon