trinker / pacman

A package management tools for R
314 stars 37 forks source link

Oxford #120

Open pkR-pkR opened 5 years ago

pkR-pkR commented 5 years ago

pacman:::p_set_cranrepo() keeps using (for Windows OS) repository http://www.stats.ox.ac.uk/pub/RWin/bin/windows/contrib/ which has not been updated for R version 3.5 and 3.6. As a result, p_install() raises a warning that 'http://www.stats.ox.ac.uk/pub/RWin/bin/windows/contrib/3.6/PACKAGES' doe not exist. I think you should remove this repository from pacman:::p_set_cranrepo().

Gootjes commented 4 years ago

Any update on this? It is a really annoying error.

tungttnguyen commented 3 years ago

+1 to this request

tungttnguyen commented 3 years ago

Btw, if you can't stand that warning, switch to the librarian package. Works like charm for me!