I have microsoft ML server/ R Client installed in my system. But when I try to load packages, it is giving version errors like the following :
namespace ‘stringi’ 1.1.6 is being loaded, but >= 1.1.7 is required
namespace ‘Rcpp’ 0.12.14 is already loaded, but >= 0.12.16 is required
This issue exists in a lot of packages. So I tried looking at the repository.
getOption("repos")
CRAN "https://mran.microsoft.com/snapshot/2018-01-01"
CRANextra "http://www.stats.ox.ac.uk/pub/RWin"
And I tried downloading only from the 1st link but still, it is downloading the old version only.