Skip to content

Commit a565761

Browse files
tweak
1 parent 392e502 commit a565761

File tree

3 files changed

+49
-16
lines changed

3 files changed

+49
-16
lines changed

Diff for: img/workspace-options.PNG

13.6 KB
Loading

Diff for: index.html

+18-8
Original file line numberDiff line numberDiff line change
@@ -448,37 +448,47 @@ <h2>1. Search</h2>
448448
</ul>
449449
<p>Samantha Csik 2022 R-Ladies St.&nbsp;Louis Workshop <em>Teach Me How To Google</em>: <a href="https://samanthacsik.github.io/teach-me-how-to-google/slides/RLadiesSTL-2022-02-22.html#1">slides</a>, <a href="https://youtu.be/93WsFQUuxvA">recording</a></p>
450450
</section>
451-
<section id="reset" class="slide level2">
451+
<section id="reset" class="slide level2 smaller">
452452
<h2>2. Reset</h2>
453-
<p><br></p>
453+
<p><brshort></brshort></p>
454454
<div class="r-fit-text">
455455
<p>Have you tried turning it <code>OFF</code> and <code>ON</code> again?</p>
456456
</div>
457457
<div class="fragment">
458-
<p><br></p>
458+
<p><brshort></brshort></p>
459459
<div class="r-fit-text">
460460
<p>Restart R, especially when things get weird.</p>
461461
</div>
462462
</div>
463463
<div class="fragment">
464-
<p><br></p>
464+
<p><brshort></brshort></p>
465+
<p>Session -&gt; Restart R or</p>
465466
<ul>
466-
<li><p>Session -&gt; Restart R, or</p></li>
467467
<li><p>Ctrl + Shift + F10 (Windows),</p></li>
468468
<li><p>Cmd + Shift + 0 / Cmd + Shift + F10 (Mac)</p></li>
469469
</ul>
470+
<p><code>Tools -&gt; Global Options -&gt; Workspace</code></p>
471+
<p><img data-src="img/workspace-options.PNG"></p>
472+
<div class="footer">
473+
474+
</div>
470475
</div>
471476
</section>
472477
<section id="reprex" class="slide level2">
473478
<h2>3. Reprex</h2>
474479
<div class="r-fit-text">
475480
<p>minimum <code>repr</code>oducible <code>ex</code>ample</p>
476481
</div>
482+
<div class="columns">
483+
<div class="column" style="width:45%;">
484+
<p><img data-src="img/reprex-logo.png"></p>
485+
</div><div class="column" style="width:55%;">
486+
<p><br> <br> <a href="https://reprex.tidyverse.org/" class="uri">https://reprex.tidyverse.org/</a></p>
487+
</div>
488+
</div>
477489
<p><brshort></brshort></p>
478-
479-
<img data-src="img/reprex-logo.png" class="r-stretch quarto-figure-center"><p><brshort></brshort></p>
480490
<div class="footer">
481-
<p><a href="https://reprex.tidyverse.org/" class="uri">https://reprex.tidyverse.org/</a> <em>make a reprex….. please</em> by Sharla Gelfand (2021)</p>
491+
<p><em>make a reprex….. please</em> by Sharla Gelfand (2021)</p>
482492
<p>slides: <a href="https://make-a-reprex-please.netlify.app/#1" class="uri">https://make-a-reprex-please.netlify.app/#1</a></p>
483493
<p>recording: <a href="https://www.youtube.com/watch?v=G5Nm-GpmrLw" class="uri">https://www.youtube.com/watch?v=G5Nm-GpmrLw</a></p>
484494
</div>

Diff for: index.qmd

+31-8
Original file line numberDiff line numberDiff line change
@@ -96,47 +96,70 @@ knitr::include_graphics("img/debugging.jpg")
9696

9797
Samantha Csik 2022 R-Ladies St. Louis Workshop *Teach Me How To Google*: [slides](https://samanthacsik.github.io/teach-me-how-to-google/slides/RLadiesSTL-2022-02-22.html#1), [recording](https://youtu.be/93WsFQUuxvA)
9898

99-
## 2. Reset
99+
## 2. Reset {.smaller}
100100

101-
<br>
101+
<brshort>
102102

103103
::: r-fit-text
104104
Have you tried turning it `OFF` and `ON` again?
105105
:::
106106

107107
. . .
108108

109-
<br>
109+
<brshort>
110110

111111
::: r-fit-text
112112
Restart R, especially when things get weird.
113113
:::
114114

115115
. . .
116116

117-
<br>
117+
<brshort>
118118

119-
- Session -\> Restart R, or
119+
120+
Session -\> Restart R or
120121

121122
- Ctrl + Shift + F10 (Windows),
122123

123124
- Cmd + Shift + 0 / Cmd + Shift + F10 (Mac)
124125

126+
127+
`Tools -> Global Options -> Workspace`
128+
129+
![](img/workspace-options.PNG)
130+
131+
:::footer
132+
:::
133+
125134
## 3. Reprex
126135

127136
::: r-fit-text
128137
minimum `repr`oducible `ex`ample
129138
:::
130139

131-
<brshort>
132140

133-
![](img/reprex-logo.png){fig-align="center"}
141+
::: columns
142+
::: {.column width="45%"}
143+
![](img/reprex-logo.png)
144+
:::
145+
146+
147+
::: {.column width="55%"}
148+
<br>
149+
<br>
150+
<https://reprex.tidyverse.org/>
151+
:::
152+
:::
153+
154+
155+
156+
134157

135158
<brshort>
136159

137160

138161
::: footer
139-
<https://reprex.tidyverse.org/>
162+
140163
*make a reprex..... please* by Sharla Gelfand (2021)
141164

142165
slides: <https://make-a-reprex-please.netlify.app/#1>

0 commit comments

Comments
 (0)