Skip to content
Prev 42205 / 63424 Next

Updated Windows toolchain

CRAN Windows binary packages built for R-devel are now online, and Uwe's 
winbuilder has gained the ability to check source packages under R-devel.

Windows check results are available from
http://cran.r-project.org/bin/windows/contrib/checkSummaryWin.html
and in due course from the main CRAN check page.

There have been a few updates to the toolchain:

(i) It is now based on a beta of gcc 4.6.3, and so reports almost the 
same compilation warnings/errors as the CRAN check machines.

(ii) There are various bug-fixes to the toolchain: notably x^n and 
exp(x) use gradual underflow to denormal numbers rather than abrubtly 
underflowing to zero.

(iii) This is a 'multilib' toolchain: the compiler is named 'gcc.exe' 
for both architectures, selected by flag -m32 (the default) and -m64.
On 29/11/2011 07:56, Prof Brian Ripley wrote: