Hi guys, need some advice on installing cowplot. My enterprise is still using an older version of R (3.4.1), and I faced some difficulties of installing other packages when I was setting it up. However, I really just can't seem to install cowplot. I used:
install.packages("cowplot", repos="http://cran.r-project.org/")
and I got the following:
install.packages("cowplot", repos="http://cran.r-project.org/")
Installing package into ‘\C/Documents/R/win-library/3.4’
(as ‘lib’ is unspecified)
Warning in install.packages :
package ‘cowplot’ is not available (for R version 3.4.1)
Any advice out there?