Skip to content

Commit c794212

Browse files
author
Jon Jablonski
committed
adding locally rendered content.
1 parent 0ed7a5e commit c794212

File tree

213 files changed

+15624
-43
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

213 files changed

+15624
-43
lines changed

.github/workflows/_quarto.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
project:
2+
type: website
3+
output-dir: docs

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,5 @@ po/*~
4747

4848
# RStudio Connect folder
4949
rsconnect/
50+
51+
/.quarto/

.nojekyll

Whitespace-only changes.

_site/.nojekyll

Whitespace-only changes.
Lines changed: 46 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
<!DOCTYPE html>
22
<html lang="en"><head>
3-
<script src="conflict-presentation_files/libs/clipboard/clipboard.min.js"></script>
4-
<script src="conflict-presentation_files/libs/quarto-html/tabby.min.js"></script>
5-
<script src="conflict-presentation_files/libs/quarto-html/popper.min.js"></script>
6-
<script src="conflict-presentation_files/libs/quarto-html/tippy.umd.min.js"></script>
7-
<link href="conflict-presentation_files/libs/quarto-html/tippy.css" rel="stylesheet">
8-
<link href="conflict-presentation_files/libs/quarto-html/light-border.css" rel="stylesheet">
9-
<link href="conflict-presentation_files/libs/quarto-html/quarto-syntax-highlighting-2f5df379a58b258e96c21c0638c20c03.css" rel="stylesheet" id="quarto-text-highlighting-styles"><meta charset="utf-8">
3+
<script src="site_libs/clipboard/clipboard.min.js"></script>
4+
<script src="site_libs/quarto-html/tabby.min.js"></script>
5+
<script src="site_libs/quarto-html/popper.min.js"></script>
6+
<script src="site_libs/quarto-html/tippy.umd.min.js"></script>
7+
<link href="site_libs/quarto-html/tippy.css" rel="stylesheet">
8+
<link href="site_libs/quarto-html/light-border.css" rel="stylesheet">
9+
<link href="site_libs/quarto-html/quarto-syntax-highlighting-2f5df379a58b258e96c21c0638c20c03.css" rel="stylesheet" id="quarto-text-highlighting-styles"><meta charset="utf-8">
1010
<meta name="generator" content="quarto-1.6.42">
1111

1212
<meta name="author" content="Jon Jablonski">
13-
<title>R Comm Club Conflict</title>
13+
<title>Creating Conflict – R Comm Club Conflict</title>
1414
<meta name="apple-mobile-web-app-capable" content="yes">
1515
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
1616
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, minimal-ui">
17-
<link rel="stylesheet" href="conflict-presentation_files/libs/revealjs/dist/reset.css">
18-
<link rel="stylesheet" href="conflict-presentation_files/libs/revealjs/dist/reveal.css">
17+
<link rel="stylesheet" href="site_libs/revealjs/dist/reset.css">
18+
<link rel="stylesheet" href="site_libs/revealjs/dist/reveal.css">
1919
<style>
2020
code{white-space: pre-wrap;}
2121
span.smallcaps{font-variant: small-caps;}
@@ -94,11 +94,11 @@
9494
code span.vs { color: #20794d; } /* VerbatimString */
9595
code span.wa { color: #5e5e5e; font-style: italic; } /* Warning */
9696
</style>
97-
<link rel="stylesheet" href="conflict-presentation_files/libs/revealjs/dist/theme/quarto-2f366650f320edcfcf53d73c80250a32.css">
98-
<link href="conflict-presentation_files/libs/revealjs/plugin/quarto-line-highlight/line-highlight.css" rel="stylesheet">
99-
<link href="conflict-presentation_files/libs/revealjs/plugin/reveal-menu/menu.css" rel="stylesheet">
100-
<link href="conflict-presentation_files/libs/revealjs/plugin/reveal-menu/quarto-menu.css" rel="stylesheet">
101-
<link href="conflict-presentation_files/libs/revealjs/plugin/quarto-support/footer.css" rel="stylesheet">
97+
<link rel="stylesheet" href="site_libs/revealjs/dist/theme/quarto-2f366650f320edcfcf53d73c80250a32.css">
98+
<link href="site_libs/revealjs/plugin/quarto-line-highlight/line-highlight.css" rel="stylesheet">
99+
<link href="site_libs/revealjs/plugin/reveal-menu/menu.css" rel="stylesheet">
100+
<link href="site_libs/revealjs/plugin/reveal-menu/quarto-menu.css" rel="stylesheet">
101+
<link href="site_libs/revealjs/plugin/quarto-support/footer.css" rel="stylesheet">
102102
<style type="text/css">
103103
.reveal div.sourceCode {
104104
margin: 0;
@@ -192,7 +192,7 @@
192192
<div class="reveal">
193193
<div class="slides">
194194

195-
<section id="title-slide" data-background-image="/images/web-hex.png" data-background-opacity="0.1" data-background-size="contain" class="quarto-title-block center">
195+
<section id="title-slide" data-background-image="./images/web-hex.png" data-background-opacity="0.1" data-background-size="contain" class="quarto-title-block center">
196196
<h1 class="title">R Comm Club Conflict</h1>
197197

198198
<div class="quarto-title-authors">
@@ -229,15 +229,15 @@ <h2>Agenda</h2>
229229
</ul></li>
230230
</ul>
231231
<div class="cell">
232-
<div class="sourceCode cell-code" id="cb1"><pre class="sourceCode numberSource r number-lines code-with-copy"><code class="sourceCode r"><span id="cb1-1"><a href=""></a><span class="co"># did I forget to tell y'all to install knitr? </span></span>
233-
<span id="cb1-2"><a href=""></a><span class="co"># or maybe it's default recently?</span></span>
234-
<span id="cb1-3"><a href=""></a><span class="co"># install.packages("knitr")</span></span>
235-
<span id="cb1-4"><a href=""></a></span>
236-
<span id="cb1-5"><a href=""></a><span class="fu">library</span>(knitr)</span>
237-
<span id="cb1-6"><a href=""></a></span>
238-
<span id="cb1-7"><a href=""></a><span class="co"># sessionInfo() shows your R version and packages</span></span>
239-
<span id="cb1-8"><a href=""></a><span class="co"># you'll see rmarkdown yaml and knitr in there</span></span>
240-
<span id="cb1-9"><a href=""></a><span class="fu">sessionInfo</span>()</span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
232+
<div class="sourceCode cell-code" id="cb1"><pre class="sourceCode numberSource r number-lines code-with-copy"><code class="sourceCode r"><span id="cb1-1"><a></a><span class="co"># did I forget to tell y'all to install knitr? </span></span>
233+
<span id="cb1-2"><a></a><span class="co"># or maybe it's default recently?</span></span>
234+
<span id="cb1-3"><a></a><span class="co"># install.packages("knitr")</span></span>
235+
<span id="cb1-4"><a></a></span>
236+
<span id="cb1-5"><a></a><span class="fu">library</span>(knitr)</span>
237+
<span id="cb1-6"><a></a></span>
238+
<span id="cb1-7"><a></a><span class="co"># sessionInfo() shows your R version and packages</span></span>
239+
<span id="cb1-8"><a></a><span class="co"># you'll see rmarkdown yaml and knitr in there</span></span>
240+
<span id="cb1-9"><a></a><span class="fu">sessionInfo</span>()</span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
241241
<div class="cell-output cell-output-stdout">
242242
<pre><code>R version 4.5.1 (2025-06-13 ucrt)
243243
Platform: x86_64-w64-mingw32/x64
@@ -293,18 +293,20 @@ <h2>Project Management</h2>
293293
<p>This presentation isn’t exactly a notebook – but the visual editor in rStudio is very notebook-like.</p>
294294
<p>The code blocks execute when you ‘render’ the presentation. So what you see below is my working directory and a file list * from the time the code was run *</p>
295295
<div class="cell">
296-
<div class="sourceCode cell-code" id="cb3"><pre class="sourceCode numberSource r number-lines code-with-copy"><code class="sourceCode r"><span id="cb3-1"><a href=""></a><span class="fu">getwd</span>()</span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
296+
<div class="sourceCode cell-code" id="cb3"><pre class="sourceCode numberSource r number-lines code-with-copy"><code class="sourceCode r"><span id="cb3-1"><a></a><span class="fu">getwd</span>()</span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
297297
<div class="cell-output cell-output-stdout">
298298
<pre><code>[1] "D:/r-comm-collaboration"</code></pre>
299299
</div>
300300
</div>
301301
<div class="cell">
302-
<div class="sourceCode cell-code" id="cb5"><pre class="sourceCode numberSource r number-lines code-with-copy"><code class="sourceCode r"><span id="cb5-1"><a href=""></a><span class="fu">list.files</span>()</span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
302+
<div class="sourceCode cell-code" id="cb5"><pre class="sourceCode numberSource r number-lines code-with-copy"><code class="sourceCode r"><span id="cb5-1"><a></a><span class="fu">list.files</span>()</span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
303303
<div class="cell-output cell-output-stdout">
304-
<pre><code>[1] "conflict-presentation.html" "conflict-presentation.qmd"
305-
[3] "conflict-presentation.rmarkdown" "images"
306-
[5] "LICENSE" "r-comm-collaboration.Rproj"
307-
[7] "README.md" </code></pre>
304+
<pre><code> [1] "_quarto.yml" "_site"
305+
[3] "conflict-presentation.html" "conflict-presentation.qmd"
306+
[5] "conflict-presentation.rmarkdown" "conflict-presentation_files"
307+
[7] "docs" "images"
308+
[9] "LICENSE" "r-comm-collaboration.Rproj"
309+
[11] "README.md" </code></pre>
308310
</div>
309311
</div>
310312
</section></section>
@@ -333,8 +335,8 @@ <h1>Example project</h1>
333335
</ul></li>
334336
</ul>
335337
<div class="cell">
336-
<div class="sourceCode cell-code" id="cb7"><pre class="sourceCode numberSource r number-lines code-with-copy"><code class="sourceCode r"><span id="cb7-1"><a href=""></a><span class="co"># library(rstudioapi)</span></span>
337-
<span id="cb7-2"><a href=""></a><span class="co"># openProject(selectFile())</span></span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
338+
<div class="sourceCode cell-code" id="cb7"><pre class="sourceCode numberSource r number-lines code-with-copy"><code class="sourceCode r"><span id="cb7-1"><a></a><span class="co"># library(rstudioapi)</span></span>
339+
<span id="cb7-2"><a></a><span class="co"># openProject(selectFile())</span></span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
338340
</div>
339341
</section>
340342

@@ -397,6 +399,7 @@ <h1>Slide</h1>
397399
<section id="slide-again-1" class="title-slide slide level1 center">
398400
<h1>Slide again?</h1>
399401

402+
400403
</section>
401404
</div>
402405
<div class="quarto-auto-generated-content" style="display: none;">
@@ -406,19 +409,19 @@ <h1>Slide again?</h1>
406409
</div></div>
407410

408411
<script>window.backupDefine = window.define; window.define = undefined;</script>
409-
<script src="conflict-presentation_files/libs/revealjs/dist/reveal.js"></script>
412+
<script src="site_libs/revealjs/dist/reveal.js"></script>
410413
<!-- reveal.js plugins -->
411-
<script src="conflict-presentation_files/libs/revealjs/plugin/quarto-line-highlight/line-highlight.js"></script>
412-
<script src="conflict-presentation_files/libs/revealjs/plugin/pdf-export/pdfexport.js"></script>
413-
<script src="conflict-presentation_files/libs/revealjs/plugin/reveal-menu/menu.js"></script>
414-
<script src="conflict-presentation_files/libs/revealjs/plugin/reveal-menu/quarto-menu.js"></script>
415-
<script src="conflict-presentation_files/libs/revealjs/plugin/quarto-support/support.js"></script>
414+
<script src="site_libs/revealjs/plugin/quarto-line-highlight/line-highlight.js"></script>
415+
<script src="site_libs/revealjs/plugin/pdf-export/pdfexport.js"></script>
416+
<script src="site_libs/revealjs/plugin/reveal-menu/menu.js"></script>
417+
<script src="site_libs/revealjs/plugin/reveal-menu/quarto-menu.js"></script>
418+
<script src="site_libs/revealjs/plugin/quarto-support/support.js"></script>
416419

417420

418-
<script src="conflict-presentation_files/libs/revealjs/plugin/notes/notes.js"></script>
419-
<script src="conflict-presentation_files/libs/revealjs/plugin/search/search.js"></script>
420-
<script src="conflict-presentation_files/libs/revealjs/plugin/zoom/zoom.js"></script>
421-
<script src="conflict-presentation_files/libs/revealjs/plugin/math/math.js"></script>
421+
<script src="site_libs/revealjs/plugin/notes/notes.js"></script>
422+
<script src="site_libs/revealjs/plugin/search/search.js"></script>
423+
<script src="site_libs/revealjs/plugin/zoom/zoom.js"></script>
424+
<script src="site_libs/revealjs/plugin/math/math.js"></script>
422425
<script>window.define = window.backupDefine; window.backupDefine = undefined;</script>
423426

424427
<script>

0 commit comments

Comments
 (0)