rwinlib / rtools35

Scripts for building the rtools installer bundle
15 stars 3 forks source link

Rtools 3.5 AppVeyor Build Status

Windows Toolchain and Build Utilities for R

This repository contains the source files for building the Rtools installer. Official releases can be downloaded from the Rtools homepage on CRAN. The original collection was put together by Prof. Brian Ripley and Duncan Murdoch; it is currently maintained by Jeroen Ooms.

Contents

The same Rtools bundle is used both for building R itself as well as compiling R packages from source. Most users only need the latter, so the standard installation type will install:

In addition, Rtools has optional extras for building R itself:

For more information about building R itself see the rwinlib/base repository.

Build Rtools

The Rtools installer can be built from rtools.iss using InnoSetup. Either use the GUI or build from the command line:

"C:\Program Files (x86)\Inno Setup 5\iscc.exe" rtools.iss

All of this is automated on AppVeyor.