From a1ff27a9b73ac18e3d40bb0e6659ab6cb59c3982 Mon Sep 17 00:00:00 2001 From: Quarto GHA Workflow Runner Date: Thu, 18 Jan 2024 01:13:09 +0000 Subject: [PATCH] Built site for gh-pages --- .DS_Store | Bin 6148 -> 0 bytes .nojekyll | 2 +- conditionals.html | 254 ++++++--- creating-functions.html | 268 ++++++--- data-analysis-prelude.html | 529 ------------------ data-analysis.html | 248 +++++--- data-frames.html | 286 ++++++---- data-visualization.html | 278 ++++++--- data-wrangling.html | 276 ++++++--- extensions.html | 209 +++++-- functions-packages.html | 384 ++++++++----- getting-started.html | 297 ++++++---- images/code_style.jpg | Bin images/favicon.ico | Bin images/headers.png | Bin images/markdownChunk.png | Bin images/rstudio-cheatsheet-filter.png | Bin images/rstudio-cheatsheet-mutate.png | Bin images/rstudio-cheatsheet-select.png | Bin images/rstudio-cheatsheet-summarise.png | Bin index.html | 211 +++++-- intro.html | 227 ++++++-- iteration.html | 264 ++++++--- monte-carlo-methods.html | 268 ++++++--- operators-data-types.html | 364 +++++++----- programming.html | 209 +++++-- python-in-r.html | 289 ++++++---- search.json | 226 ++++---- site_libs/.DS_Store | Bin 6148 -> 0 bytes site_libs/bootstrap/bootstrap-icons.css | 316 ++++++++++- site_libs/bootstrap/bootstrap-icons.woff | Bin 137124 -> 164168 bytes site_libs/bootstrap/bootstrap.min.css | 4 +- site_libs/clipboard/clipboard.min.js | 4 +- .../quarto-syntax-highlighting.css | 32 ++ site_libs/quarto-html/quarto.js | 372 ++++++++---- site_libs/quarto-nav/quarto-nav.js | 57 +- site_libs/quarto-search/autocomplete.umd.js | 4 +- site_libs/quarto-search/fuse.min.js | 6 +- site_libs/quarto-search/quarto-search.js | 33 +- sitemap.xml | 42 +- strings.html | 292 ++++++---- testing-debugging.html | 264 ++++++--- vectors.html | 282 +++++++--- webscraping.html | 424 -------------- 44 files changed, 4405 insertions(+), 2816 deletions(-) delete mode 100644 .DS_Store delete mode 100644 data-analysis-prelude.html mode change 100755 => 100644 images/code_style.jpg mode change 100755 => 100644 images/favicon.ico mode change 100755 => 100644 images/headers.png mode change 100755 => 100644 images/markdownChunk.png mode change 100755 => 100644 images/rstudio-cheatsheet-filter.png mode change 100755 => 100644 images/rstudio-cheatsheet-mutate.png mode change 100755 => 100644 images/rstudio-cheatsheet-select.png mode change 100755 => 100644 images/rstudio-cheatsheet-summarise.png delete mode 100644 site_libs/.DS_Store delete mode 100644 webscraping.html diff --git a/.DS_Store b/.DS_Store deleted file mode 100644 index c3a3901d0c3952946bb6a5d56b693ba7e8d6f0a1..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6148 zcmeHKy-Gtd6h6_aRjYJVaJZumik$_yt*t&lA3&|utI%?Vw$Sl{K7fOh;G&a=AU=RN z2weqHaq}Hq931>klG?=HI*ODWNWS#^9 zW(p{Hj!KXzZiUtTE>EX$3^)eHCTM{I+M~Mp{fg}CifOBc`FyDomY_?Xzcm+c zF7C6oz5J_vf46fsh{78}X{4Q(cBw%nGdt1HRkw#(!*YFM^>|6v@ME58*r}wqmsyWG z|G-0;HmOdVRwW1TTd3sQX4dfWS%182^PpqR>~VH0?;)SNn0p882UN52&bD4mo0<3S zwsm^l&Z}e1ym59b@7xjR9Y)qFRvgf_om))rJpZ(t`6o}B?R8som^JkBG3yXB9@jBS zHQs%wVx1}&mF#LLRp4D3<7L*gcJ?%{_hhVRXHWd@Y1T)n2d=MQ1$Q<}a$KS79RrR5 z$G|rOd_H(+jK0Q5p*%X!$tM6X0kss2<(&rfSON4kMhc;U2o(xcp+Y|~gbIh=(|*3j zNTCWRAv0qhomuD?ijdi%_oO=sU!m(A1C9ZkfkE{%&G&x+-*Aujza8X$IR+d9eZ_!C z!EF+v9MpHP==t>*RdS%Rm?9oDX@7w0Qwpuh0s9U9|1{&>l_1r G%D@-(InK`j diff --git a/.nojekyll b/.nojekyll index 7297a2a..d50c0ad 100644 --- a/.nojekyll +++ b/.nojekyll @@ -1 +1 @@ -0840b77b \ No newline at end of file +5151568e \ No newline at end of file diff --git a/conditionals.html b/conditionals.html index 34504e9..bb43fcb 100644 --- a/conditionals.html +++ b/conditionals.html @@ -2,7 +2,7 @@ - + Programming for Analytics in R - 6  Conditionals @@ -15,9 +15,10 @@ ul.task-list{list-style: none;} ul.task-list li input[type="checkbox"] { width: 0.8em; - margin: 0 0.8em 0.2em -1.6em; + margin: 0 0.8em 0.2em -1em; /* quarto-specific, see https://github.com/quarto-dev/quarto-cli/issues/4556 */ vertical-align: middle; } +/* CSS for syntax highlighting */ pre > code.sourceCode { white-space: pre; position: relative; } pre > code.sourceCode > span { display: inline-block; line-height: 1.25; } pre > code.sourceCode > span:empty { height: 1.2em; } @@ -44,43 +45,13 @@ -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; padding: 0 4px; width: 4em; - color: #aaaaaa; } -pre.numberSource { margin-left: 3em; border-left: 1px solid #aaaaaa; padding-left: 4px; } +pre.numberSource { margin-left: 3em; padding-left: 4px; } div.sourceCode { } @media screen { pre > code.sourceCode > span > a:first-child::before { text-decoration: underline; } } -code span.al { color: #ff0000; font-weight: bold; } /* Alert */ -code span.an { color: #60a0b0; font-weight: bold; font-style: italic; } /* Annotation */ -code span.at { color: #7d9029; } /* Attribute */ -code span.bn { color: #40a070; } /* BaseN */ -code span.bu { color: #008000; } /* BuiltIn */ -code span.cf { color: #007020; font-weight: bold; } /* ControlFlow */ -code span.ch { color: #4070a0; } /* Char */ -code span.cn { color: #880000; } /* Constant */ -code span.co { color: #60a0b0; font-style: italic; } /* Comment */ -code span.cv { color: #60a0b0; font-weight: bold; font-style: italic; } /* CommentVar */ -code span.do { color: #ba2121; font-style: italic; } /* Documentation */ -code span.dt { color: #902000; } /* DataType */ -code span.dv { color: #40a070; } /* DecVal */ -code span.er { color: #ff0000; font-weight: bold; } /* Error */ -code span.ex { } /* Extension */ -code span.fl { color: #40a070; } /* Float */ -code span.fu { color: #06287e; } /* Function */ -code span.im { color: #008000; font-weight: bold; } /* Import */ -code span.in { color: #60a0b0; font-weight: bold; font-style: italic; } /* Information */ -code span.kw { color: #007020; font-weight: bold; } /* Keyword */ -code span.op { color: #666666; } /* Operator */ -code span.ot { color: #007020; } /* Other */ -code span.pp { color: #bc7a00; } /* Preprocessor */ -code span.sc { color: #4070a0; } /* SpecialChar */ -code span.ss { color: #bb6688; } /* SpecialString */ -code span.st { color: #4070a0; } /* String */ -code span.va { color: #19177c; } /* Variable */ -code span.vs { color: #4070a0; } /* VerbatimString */ -code span.wa { color: #60a0b0; font-weight: bold; font-style: italic; } /* Warning */ @@ -117,27 +88,33 @@ "search-more-matches-text": "more matches in this document", "search-clear-button-title": "Clear", "search-detached-cancel-button-title": "Cancel", - "search-submit-button-title": "Submit" + "search-submit-button-title": "Submit", + "search-label": "Search" } }
-
-
+ +
-

6  Conditionals

+

6  Conditionals

@@ -300,10 +298,7 @@

- -

-
+

Learning Objectives