Open pkR-pkR opened 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().
Any update on this? It is a really annoying error.
+1 to this request
Btw, if you can't stand that warning, switch to the librarian package. Works like charm for me!
librarian
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().