I am running the latest version of RServer on a CentOS EC2 instance.
I'd like to install caret, but I am getting this error message.
install.packages("caret", dependencies=TRUE, repos='http://cran.rstudio.com/')
Installing package into
‘/home/username/R/x86_64-redhat-linux-gnu-library/3.4’ (as ‘lib’ is
unspecified) Warning in install.packages : package ‘caret’ is not
available (for R version 3.4.1)
I saw that the CRAN page has OS and Windows binaries, but not Linux.
I looked into installing a Microsoft Server EC2 machine instead, but it looks like RServer is not supported. Can I install caret on Linux?