Skip to content

Commit e5e1453

Browse files
committed
add footer
1 parent 79fa29b commit e5e1453

13 files changed

+89
-94
lines changed

_quarto.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@ project:
22
type: website
33

44
website:
5+
repo-url: https://github.com/data-and-visualization/Intro2R
6+
repo-actions: [edit, issue]
7+
page-footer: "Text and figures are licensed under Creative Commons Attribution
8+
[CC BY 4.0](https://creativecommons.org/licenses/by/4.0/)<br>
9+
[Rfun](https://rfun.library.duke.edu) ·
10+
[Center for Data & Visualization Sciences](https://library.duke.edu/data) ·
11+
[Duke University Libraries](https://library.duke.edu)"
512
title: "Intro to R (Rfun)"
613
navbar:
714
background: primary
@@ -21,7 +28,7 @@ website:
2128
- icon: github
2229
href: https://github.com/data-and-visualization/Intro2R
2330
aria-label: GitHub
24-
- icon: home
31+
# - icon: home
2532
- text: Rfun|CDVS
2633
menu:
2734
- text: "Rfun Home"
@@ -35,7 +42,7 @@ format:
3542
theme: flatly
3643
css: styles.css
3744
toc: true
38-
include-after-body: _footer.html
45+
# include-after-body: _footer.html
3946

4047
editor: visual
4148

_site/about.html

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
<a class="nav-link" href="./index.html">Home</a>
7171
</li>
7272
<li class="nav-item">
73-
<a class="nav-link" href="./data_management.html">Load/ingest data</a>
73+
<a class="nav-link" href="./data_management.html">Load/import data</a>
7474
</li>
7575
<li class="nav-item">
7676
<a class="nav-link" href="./data_wrangling.html">Data Wrangling</a>
@@ -126,7 +126,7 @@ <h2 id="toc-title">On this page</h2>
126126
<ul>
127127
<li><a href="#publishing-note" id="toc-publishing-note" class="nav-link active" data-scroll-target="#publishing-note">Publishing Note</a></li>
128128
</ul>
129-
</nav>
129+
<div class="toc-actions"><div><i class="bi bi-github"></i></div><div class="action-links"><p><a href="https://github.com/data-and-visualization/Intro2R/edit/main/about.qmd" class="toc-action">Edit this page</a></p><p><a href="https://github.com/data-and-visualization/Intro2R/issues/new" class="toc-action">Report an issue</a></p></div></div></nav>
130130
</div>
131131
<!-- main -->
132132
<main class="content column-page-left" id="quarto-document-content">
@@ -145,13 +145,6 @@ <h3 class="anchored" data-anchor-id="publishing-note">Publishing Note</h3>
145145

146146
</section>
147147
</main> <!-- /main -->
148-
--------------------------------------------------------------------------
149-
<small><a href="https://Rfun.library.duke.edu">Rfun</a> *
150-
<a href="https://library.duke.edu/data">Center for Data &amp; Visualization Sciences</a> * <a href="https://library.duke.edu/">Duke University Libraries</a>
151-
</small>
152-
153-
154-
&nbsp;
155148
<script type="application/javascript">
156149
window.document.addEventListener("DOMContentLoaded", function (event) {
157150
const icon = "";
@@ -229,6 +222,11 @@ <h3 class="anchored" data-anchor-id="publishing-note">Publishing Note</h3>
229222
});
230223
</script>
231224
</div> <!-- /content -->
225+
<footer class="footer">
226+
<div class="nav-footer">
227+
<div class="nav-footer-center">Text and figures are licensed under Creative Commons Attribution <a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a><br> <a href="https://JohnLittle.info">John Little</a> · <a href="https://rfun.library.duke.edu">Rfun</a> · <a href="https://library.duke.edu/data">Center for Data &amp; Visualization Sciences</a> · <a href="https://library.duke.edu">Duke University Libraries</a></div>
228+
</div>
229+
</footer>
232230

233231

234232
</body></html>

_site/data_management.html

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<meta charset="utf-8">
44
<meta name="generator" content="quarto-0.9.230">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
6-
<title>Intro to R (Rfun) - Load/ingest data</title>
6+
<title>Intro to R (Rfun) - Load/import data</title>
77
<style>
88
code{white-space: pre-wrap;}
99
span.smallcaps{font-variant: small-caps;}
@@ -135,7 +135,7 @@
135135
<a class="nav-link" href="./index.html">Home</a>
136136
</li>
137137
<li class="nav-item">
138-
<a class="nav-link active" href="./data_management.html" aria-current="page">Load/ingest data</a>
138+
<a class="nav-link active" href="./data_management.html" aria-current="page">Load/import data</a>
139139
</li>
140140
<li class="nav-item">
141141
<a class="nav-link" href="./data_wrangling.html">Data Wrangling</a>
@@ -205,13 +205,13 @@ <h2 id="toc-title">On this page</h2>
205205
<li><a href="#class" id="toc-class" class="nav-link" data-scroll-target="#class">Class</a></li>
206206
</ul></li>
207207
</ul>
208-
</nav>
208+
<div class="toc-actions"><div><i class="bi bi-github"></i></div><div class="action-links"><p><a href="https://github.com/data-and-visualization/Intro2R/edit/main/data_management.qmd" class="toc-action">Edit this page</a></p><p><a href="https://github.com/data-and-visualization/Intro2R/issues/new" class="toc-action">Report an issue</a></p></div></div></nav>
209209
</div>
210210
<!-- main -->
211211
<main class="content column-page-left" id="quarto-document-content">
212212
<header id="title-block-header" class="quarto-title-block default">
213213

214-
<div class="quarto-title"><h1 class="title display-7">Load/ingest data</h1></div></header>
214+
<div class="quarto-title"><h1 class="title display-7">Load/import data</h1></div></header>
215215

216216
<p>The <a href="https://tidyveres.org">Tidyverse</a> is a set of packages that work together within a common tidy-data framework. These packages modernize R and enable an efficient workflow. This tidy framework is great for learning while being productive.</p>
217217
<div class="cell caption-bottom">
@@ -239,7 +239,7 @@ <h2 class="anchored" data-anchor-id="load-library-packages">Load library Package
239239
<div class="sourceCode" id="cb1"><pre class="sourceCode r cell-code code-with-copy"><code class="sourceCode r"><span id="cb1-1"><a href="#cb1-1" aria-hidden="true" tabindex="-1"></a><span class="fu">library</span>(tidyverse)</span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
240240
</div>
241241
<blockquote class="blockquote">
242-
<p>Note: You must install a library-package before you load a library-package. The above code chunk engages the <code>library()</code> function to load the “<em>tidyverse</em>” packages. (<a href="https://tutorials.shinyapps.io/00-setup/#section-install-packages">Video Help: Install Pages</a>)</p>
242+
<p>Note: You must install a library-package before you load a library-package: <code>install.packages("tidyverse")</code>. You only need to install a package once. You must load the package with each R session. The above code chunk engages the <code>library()</code> function to load the “<em>tidyverse</em>” packages. (<a href="https://tutorials.shinyapps.io/00-setup/#section-install-packages">Video Help: Install Pages</a>)</p>
243243
</blockquote>
244244
<p>As you see from the image above, the <em>tidyverse</em> package is a super-package consisting of several more precise and focused packages. You can install packages from the <strong>Tools</strong> menu-bar in the RStudio IDE.</p>
245245
</section>
@@ -368,13 +368,6 @@ <h3 class="anchored" data-anchor-id="class">Class</h3>
368368
</section>
369369
</section>
370370
</main> <!-- /main -->
371-
--------------------------------------------------------------------------
372-
<small><a href="https://Rfun.library.duke.edu">Rfun</a> *
373-
<a href="https://library.duke.edu/data">Center for Data &amp; Visualization Sciences</a> * <a href="https://library.duke.edu/">Duke University Libraries</a>
374-
</small>
375-
376-
377-
&nbsp;
378371
<script type="application/javascript">
379372
window.document.addEventListener("DOMContentLoaded", function (event) {
380373
const icon = "";
@@ -452,6 +445,11 @@ <h3 class="anchored" data-anchor-id="class">Class</h3>
452445
});
453446
</script>
454447
</div> <!-- /content -->
448+
<footer class="footer">
449+
<div class="nav-footer">
450+
<div class="nav-footer-center">Text and figures are licensed under Creative Commons Attribution <a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a><br> <a href="https://JohnLittle.info">John Little</a> · <a href="https://rfun.library.duke.edu">Rfun</a> · <a href="https://library.duke.edu/data">Center for Data &amp; Visualization Sciences</a> · <a href="https://library.duke.edu">Duke University Libraries</a></div>
451+
</div>
452+
</footer>
455453

456454

457455
</body></html>

_site/data_wrangling.html

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
<a class="nav-link" href="./index.html">Home</a>
136136
</li>
137137
<li class="nav-item">
138-
<a class="nav-link" href="./data_management.html">Load/ingest data</a>
138+
<a class="nav-link" href="./data_management.html">Load/import data</a>
139139
</li>
140140
<li class="nav-item">
141141
<a class="nav-link active" href="./data_wrangling.html" aria-current="page">Data Wrangling</a>
@@ -199,7 +199,7 @@ <h2 id="toc-title">On this page</h2>
199199
<li><a href="#put-it-all-together" id="toc-put-it-all-together" class="nav-link" data-scroll-target="#put-it-all-together">Put it all together</a></li>
200200
<li><a href="#more-information" id="toc-more-information" class="nav-link" data-scroll-target="#more-information">More information</a></li>
201201
</ul>
202-
</nav>
202+
<div class="toc-actions"><div><i class="bi bi-github"></i></div><div class="action-links"><p><a href="https://github.com/data-and-visualization/Intro2R/edit/main/data_wrangling.qmd" class="toc-action">Edit this page</a></p><p><a href="https://github.com/data-and-visualization/Intro2R/issues/new" class="toc-action">Report an issue</a></p></div></div></nav>
203203
</div>
204204
<!-- main -->
205205
<main class="content column-page-left" id="quarto-document-content">
@@ -403,13 +403,6 @@ <h2 class="anchored" data-anchor-id="more-information">More information</h2>
403403

404404
</section>
405405
</main> <!-- /main -->
406-
--------------------------------------------------------------------------
407-
<small><a href="https://Rfun.library.duke.edu">Rfun</a> *
408-
<a href="https://library.duke.edu/data">Center for Data &amp; Visualization Sciences</a> * <a href="https://library.duke.edu/">Duke University Libraries</a>
409-
</small>
410-
411-
412-
&nbsp;
413406
<script type="application/javascript">
414407
window.document.addEventListener("DOMContentLoaded", function (event) {
415408
const icon = "";
@@ -487,6 +480,11 @@ <h2 class="anchored" data-anchor-id="more-information">More information</h2>
487480
});
488481
</script>
489482
</div> <!-- /content -->
483+
<footer class="footer">
484+
<div class="nav-footer">
485+
<div class="nav-footer-center">Text and figures are licensed under Creative Commons Attribution <a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a><br> <a href="https://JohnLittle.info">John Little</a> · <a href="https://rfun.library.duke.edu">Rfun</a> · <a href="https://library.duke.edu/data">Center for Data &amp; Visualization Sciences</a> · <a href="https://library.duke.edu">Duke University Libraries</a></div>
486+
</div>
487+
</footer>
490488

491489

492490
</body></html>

_site/gis.html

Lines changed: 11 additions & 13 deletions
Large diffs are not rendered by default.
930 Bytes
Loading
266 Bytes
Loading

_site/index.html

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
<a class="nav-link active" href="./index.html" aria-current="page">Home</a>
7171
</li>
7272
<li class="nav-item">
73-
<a class="nav-link" href="./data_management.html">Load/ingest data</a>
73+
<a class="nav-link" href="./data_management.html">Load/import data</a>
7474
</li>
7575
<li class="nav-item">
7676
<a class="nav-link" href="./data_wrangling.html">Data Wrangling</a>
@@ -189,13 +189,6 @@
189189

190190

191191
</main> <!-- /main -->
192-
--------------------------------------------------------------------------
193-
<small><a href="https://Rfun.library.duke.edu">Rfun</a> *
194-
<a href="https://library.duke.edu/data">Center for Data &amp; Visualization Sciences</a> * <a href="https://library.duke.edu/">Duke University Libraries</a>
195-
</small>
196-
197-
198-
&nbsp;
199192
<script type="application/javascript">
200193
window.document.addEventListener("DOMContentLoaded", function (event) {
201194
const icon = "";
@@ -273,6 +266,11 @@
273266
});
274267
</script>
275268
</div> <!-- /content -->
269+
<footer class="footer">
270+
<div class="nav-footer">
271+
<div class="nav-footer-center">Text and figures are licensed under Creative Commons Attribution <a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a><br> <a href="https://JohnLittle.info">John Little</a> · <a href="https://rfun.library.duke.edu">Rfun</a> · <a href="https://library.duke.edu/data">Center for Data &amp; Visualization Sciences</a> · <a href="https://library.duke.edu">Duke University Libraries</a></div>
272+
</div>
273+
</footer>
276274

277275

278276
</body></html>

0 commit comments

Comments
 (0)