|
6 | 6 | <meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
7 | 7 | <title>Chapter 2 R Patched and Development Versions | R Development Guide</title>
|
8 | 8 | <meta name="description" content="This guide is a comprehensive resource for contributing to base R for both new and experienced contributors." />
|
9 |
| - <meta name="generator" content="bookdown 0.38 and GitBook 2.6.7" /> |
| 9 | + <meta name="generator" content="bookdown 0.40 and GitBook 2.6.7" /> |
10 | 10 |
|
11 | 11 | <meta property="og:title" content="Chapter 2 R Patched and Development Versions | R Development Guide" />
|
12 | 12 | <meta property="og:type" content="book" />
|
|
23 | 23 | <meta name="author" content="R Contribution Working Group" />
|
24 | 24 |
|
25 | 25 |
|
26 |
| -<meta name="date" content="2024-04-07" /> |
| 26 | +<meta name="date" content="2024-07-08" /> |
27 | 27 |
|
28 | 28 | <meta name="viewport" content="width=device-width, initial-scale=1" />
|
29 | 29 | <meta name="apple-mobile-web-app-capable" content="yes" />
|
@@ -421,7 +421,7 @@ <h4><span class="header-section-number">2.3.2.2</span> From source<a href="GetSt
|
421 | 421 | <p>Before installing R from source, some additional programs are needed, as per the <a href="https://cran.r-project.org/bin/windows/base/howto-R-4.2.html">latest documentation</a>:</p>
|
422 | 422 | <ol style="list-style-type: decimal">
|
423 | 423 | <li><p><a href="https://cran.r-project.org/bin/windows/Rtools/">Rtools</a> is the suggested toolchain bundle for building R base and R packages containing compiled code on Windows.
|
424 |
| -The latest <a href="https://cran.r-project.org/bin/windows/Rtools/rtools43/rtools.html">version of Rtools</a> can be installed using the <a href="https://cran.r-project.org/bin/windows/Rtools/rtools43/files/">Rtools installer rtools43-XXXX-XXX.exe</a>.</p></li> |
| 424 | +The latest <a href="https://cran.r-project.org/bin/windows/Rtools/rtools44/rtools.html">version of Rtools</a> can be installed using the <a href="https://cran.r-project.org/bin/windows/Rtools/rtools44/files/">Rtools installer rtools44-XXXX-XXX.exe</a>.</p></li> |
425 | 425 | <li><p>A LaTeX compiler is needed to install and build R, check packages and build manuals.
|
426 | 426 | On CRAN, MiKTeX is used, which can be downloaded from <a href="https://miktex.org" class="uri">https://miktex.org</a>.
|
427 | 427 | Once installed open MiKTeX via the Windows start menu.
|
|
0 commit comments