Skip to content

Commit cc6d827

Browse files
committedOct 30, 2024·
Adds instructions to install RTools
1 parent e48beb3 commit cc6d827

File tree

4 files changed

+35
-7
lines changed

4 files changed

+35
-7
lines changed
 

‎content/materials/day0/index.Rmd

+5
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ To the best of our abilities, we don't think there's anything that requires this
2121

2222
Go to <https://cloud.r-project.org/> and follow the steps for your Operating System.
2323

24+
## RTools (only on Windows)
25+
26+
If you are using Windows, you also will need RTools to compile source packages.
27+
Go to <https://cran.r-project.org/bin/windows/Rtools/> and download and install the version of RTools for your version of R by following the instructions.
28+
2429
## RStudio
2530

2631
We will be using RStudio as IDE.

‎content/materials/day0/index.html

+5
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ <h2>R</h2>
2121
To the best of our abilities, we don’t think there’s anything that requires this particular version, but to avoid potential issues, it would be best if you have at least a R 4.something.</p>
2222
<p>Go to <a href="https://cloud.r-project.org/" class="uri">https://cloud.r-project.org/</a> and follow the steps for your Operating System.</p>
2323
</div>
24+
<div id="rtools-only-on-windows" class="section level2">
25+
<h2>RTools (only on Windows)</h2>
26+
<p>If you are using Windows, you also will need RTools to compile source packages.
27+
Go to <a href="https://cran.r-project.org/bin/windows/Rtools/" class="uri">https://cran.r-project.org/bin/windows/Rtools/</a> and download and install the version of RTools for your version of R by following the instructions.</p>
28+
</div>
2429
<div id="rstudio" class="section level2">
2530
<h2>RStudio</h2>
2631
<p>We will be using RStudio as IDE.

‎docs/categories/people/index.html

+19-6
Original file line numberDiff line numberDiff line change
@@ -130,19 +130,32 @@ <h1 class="f3 mt0 mb2 lh-title underline fw4"><a href="/people/david/" class="db
130130

131131

132132

133-
<div class="measure-wide center mb4 mb5-l">
134-
<header>
135-
<h1 class="f3 mt0 mb2 lh-title underline fw4"><a href="/people/clementina/" class="db">Clementina</a></h1>
133+
134+
<div class="flex flex-column mb4 mb5-l flex-row-reverse-ns">
135+
<figure class="ml4-ns ma0 mb2 mb0-l w-100 w-40-ns">
136+
<a href="/people/clementina/" class="db">
137+
138+
<img src="https://reproducibility.rocks/people/clementina/featured.png" class="db ma0 dim" alt="">
139+
140+
</a>
141+
</figure>
142+
<div class="flex flex-column w-100 w-60-ns pl3-ns">
143+
<header class="w-100">
144+
<h1 class="f3 mv2 lh-title underline"><a href="/people/clementina/" class="db">Clementina</a></h1>
145+
146+
</header>
136147

137-
</header>
148+
<p class="f6 lh-copy mv2 flex-auto"><strong>Helper</strong><br>Sleeping on top of keyboards consultant.</p>
149+
<footer class="w-100">
138150

139-
<p class="lh-copy mb4"><strong>Helper</strong><br>Sleeping on top of keyboards consultant.</p>
140-
<footer>
141151

142152

143153

144154
</footer>
155+
</div>
145156
</div>
157+
158+
146159

147160
</article>
148161

‎docs/materials/day0/index.html

+6-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
R At the very least you need to have R installed on your computer. If possible, try to have it upgraded to the latest version. We developed the materials using R version 4.">
4646
<meta itemprop="datePublished" content="2022-02-19T00:00:00+00:00" />
4747
<meta itemprop="dateModified" content="2022-03-15T00:00:00+00:00" />
48-
<meta itemprop="wordCount" content="1151">
48+
<meta itemprop="wordCount" content="1189">
4949
<meta itemprop="image" content="https://reproducibility.rocks/materials/day0/featured.png">
5050

5151

@@ -155,6 +155,11 @@ <h2>R</h2>
155155
To the best of our abilities, we don’t think there’s anything that requires this particular version, but to avoid potential issues, it would be best if you have at least a R 4.something.</p>
156156
<p>Go to <a href="https://cloud.r-project.org/" class="uri">https://cloud.r-project.org/</a> and follow the steps for your Operating System.</p>
157157
</div>
158+
<div id="rtools-only-on-windows" class="section level2">
159+
<h2>RTools (only on Windows)</h2>
160+
<p>If you are using Windows, you also will need RTools to compile source packages.
161+
Go to <a href="https://cran.r-project.org/bin/windows/Rtools/" class="uri">https://cran.r-project.org/bin/windows/Rtools/</a> and download and install the version of RTools for your version of R by following the instructions.</p>
162+
</div>
158163
<div id="rstudio" class="section level2">
159164
<h2>RStudio</h2>
160165
<p>We will be using RStudio as IDE.

0 commit comments

Comments
 (0)
Please sign in to comment.