Tidyverse won't install

Just wanted to add a note, based on something I discovered elsewhere:

A new version of readr was released to CRAN approximately yesterday, and it appears that pre-compiled binaries for Windows are in a kind of weird, intermediate stage as far as availability. This means that if you tried to install tidyverse since yesterday, R may have tried to compile readr from source, which will fail on a Windows system where you haven't installed the RTools (a bunch of external compiler software).

It seems likely that this will resolve itself in the next few days as CRAN's gears finish turning, at which point a pre-compiled (= easy to install) binary of readr will hopefully once again become available for Windows!

Gory details for those who are curious...

cran.r-project.org as of 2018-11-23 22:24 UTC:

Package source: readr_1.2.1.tar.gz
Windows binaries: r-devel: readr_1.1.1.zip, r-release: readr_1.1.1.zip, r-oldrel: readr_1.2.0.zip
OS X binaries: r-release: readr_1.1.1.tgz, r-oldrel: readr_1.1.1.tgz

CRAN checks results page:

Last updated on 2018-11-23 23:01:45 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.2.1 209.80 52.97 262.77 NOTE
r-devel-linux-x86_64-debian-gcc 1.2.1 194.77 41.46 236.23 NOTE
r-devel-linux-x86_64-fedora-clang 1.2.1 380.55 NOTE --no-tests
r-devel-linux-x86_64-fedora-gcc 1.2.1 257.54 NOTE
r-devel-windows-ix86+x86_64 1.2.1 573.00 127.00 700.00 NOTE
r-patched-linux-x86_64 1.1.1 234.72 47.52 282.24 WARN
r-patched-solaris-x86 1.2.1 410.20 NOTE
r-release-linux-x86_64 1.2.0 243.79 50.61 294.40 NOTE
r-release-windows-ix86+x86_64 1.2.1 574.00 124.00 698.00 NOTE
r-release-osx-x86_64 1.2.1 NOTE
r-oldrel-windows-ix86+x86_64 1.2.0 611.00 149.00 760.00 NOTE
r-oldrel-osx-x86_64 1.2.1 NOTE
2 Likes