File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 322322 \itemize {
323323 \item Both building \R and installing packages use the C compiler
324324 in C23 mode.
325+
326+ \item R on Windows by default uses pkg - config for linking against
327+ external libraries. This makes it easier to test R and packages with
328+ alternative toolchains (such as from Msys2 , e.g. testing with LLVM
329+ and possibly with sanitizers ). It also allows more significant Rtools
330+ updates within a single R minor release.
331+
332+ \item The installer scripts for Windows have been tailored to
333+ \I {Rtools45 }, an update of the \I {Rtools44 } toolchain. It is based on
334+ GCC 14 . The experimental support for 64 - bit ARM (aarch64 ) CPUs is
335+ based on LLVM 19 . R - devel is no longer maintained to be buildable
336+ using \I {Rtools44 } and it is advised to switch to Rtools45.
325337 }
326338 }
327339
You can’t perform that action at this time.
0 commit comments