Oefenweb / ansible-r

Ansible role to set up (the latest version of) R in Ubuntu systems
MIT License
42 stars 27 forks source link

Add R-update-package(s) script(s) #20

Closed tersmitten closed 6 years ago

tersmitten commented 6 years ago

Fixes #19

However there seems to be a bug in R 3.4.0:

root@ansible-r-ubuntu-1404:~# R-update-package ggplot2
Error in download.file(url = paste0(repos, "/PACKAGES.rds"), destfile = dest,  : 
  cannot open URL 'http://cran.rstudio.com//PACKAGES.rds': HTTP status was '404 Not Found'
Calls: withCallingHandlers ... tryCatchList -> tryCatchOne -> doTryCatch -> download.file
Execution halted