[Rd] Unable to Install Packages from Binaries on Windows for R 3.2.3

Ramnath Vaidyanathan ramnath.vaidya at gmail.com
Sat Feb 27 05:22:54 CET 2016


Installing packages from binaries on Windows seems broken, when using
mirrors that are up to date with CRAN

install.packages(
  'httr',
  type = 'binary',
  repos = "https://cran.rstudio.com/"
)

Changing repos to the Kansas CRAN mirror installs the package as expected,
but that could be because the KS mirror has not yet synced.

Someone pointed out that the PACKAGES.gz file at
https://cran.r-project.org/bin/windows/contrib/3.2/ seems to be corrupted
(0 KB), and this could be the issue.

	[[alternative HTML version deleted]]



More information about the R-devel mailing list