Rtools The R Foundation
winget install --id=RProject.Rtools -e
Rtools is a toolchain bundle used for building R packages from source (those that need compilation of C/C++ or Fortran code) and for building R itself.
RTools is a comprehensive toolchain bundle designed to build R packages from source, particularly those requiring compilation of C/C++ or Fortran code, as well as to compile R itself. It provides essential tools for developers working on R-related projects, ensuring compatibility and efficiency across different versions of R.
Key Features:
- Msys2 Build Tools: Streamline the build process with a robust set of utilities.
- GCC 10/MinGW-w64 Compiler Toolchain: Enables efficient compilation of code for Windows environments.
- QPDF: Facilitates high-quality PDF generation and manipulation.
- UCRT Support: Utilizes the Universal C Runtime, enabling UTF-8 as the native encoding on Windows, enhancing compatibility with modern development standards.
Audience & Benefit: Ideal for developers working on R packages or the R language itself, especially those targeting 64-bit Windows systems. RTools ensures seamless integration into Windows-based development workflows and supports modern runtime features, allowing developers to create cross-platform compatible code while leveraging UTF-8 encoding for broader compatibility.
RTools can be installed via winget, making it easy to integrate into existing development environments.