Skip to content

Commit

Permalink
compiling book
Browse files Browse the repository at this point in the history
  • Loading branch information
jennalandy committed Dec 10, 2023
1 parent 84bdcf5 commit 9981d79
Show file tree
Hide file tree
Showing 9 changed files with 161 additions and 144 deletions.
49 changes: 30 additions & 19 deletions docs/R/data-table.html

Large diffs are not rendered by default.

87 changes: 44 additions & 43 deletions docs/dataviz/dataviz-in-practice.html

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 14 additions & 12 deletions docs/productivity/installing-r-and-rstudio.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head>

<meta charset="utf-8">
<meta name="generator" content="quarto-1.3.353">
<meta name="generator" content="quarto-1.3.450">

<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">

Expand Down Expand Up @@ -59,7 +59,8 @@
"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"
}
}</script>

Expand All @@ -79,7 +80,7 @@
<nav class="quarto-page-breadcrumbs" aria-label="breadcrumb"><ol class="breadcrumb"><li class="breadcrumb-item"><a href="../productivity/intro-productivity.html">Productivity Tools</a></li><li class="breadcrumb-item"><a href="../productivity/installing-r-and-rstudio.html"><span class="chapter-number">18</span>&nbsp; <span class="chapter-title">Installing R and RStudio</span></a></li></ol></nav>
<a class="flex-grow-1" role="button" data-bs-toggle="collapse" data-bs-target="#quarto-sidebar,#quarto-sidebar-glass" aria-controls="quarto-sidebar" aria-expanded="false" aria-label="Toggle sidebar navigation" onclick="if (window.quartoToggleHeadroom) { window.quartoToggleHeadroom(); }">
</a>
<button type="button" class="btn quarto-search-button" aria-label="Search" onclick="window.quartoOpenSearch();">
<button type="button" class="btn quarto-search-button" aria-label="" onclick="window.quartoOpenSearch();">
<i class="bi bi-search"></i>
</button>
</div>
Expand All @@ -93,7 +94,7 @@
<div class="sidebar-title mb-0 py-0">
<a href="../">Introduction to Data Science</a>
<div class="sidebar-tools-main">
<a href="https://github.com/rafalab/dsbook-part-1" title="Source Code" class="quarto-navigation-tool px-1" aria-label="Source Code"><i class="bi bi-github"></i></a>
<a href="https://github.com/rafalab/dsbook-part-1" rel="" title="Source Code" class="quarto-navigation-tool px-1" aria-label="Source Code"><i class="bi bi-github"></i></a>
<a href="" class="quarto-reader-toggle quarto-navigation-tool px-1" onclick="window.quartoToggleReader(); return false;" title="Toggle reader mode">
<div class="quarto-reader-toggle-btn">
<i class="bi"></i>
Expand Down Expand Up @@ -274,7 +275,7 @@
<li class="sidebar-item">
<div class="sidebar-item-container">
<a href="../productivity/installing-git.html" class="sidebar-item-text sidebar-link">
<span class="menu-text"><span class="chapter-number">19</span>&nbsp; <span class="chapter-title">Installing Git</span></span></a>
<span class="menu-text"><span class="chapter-number">19</span>&nbsp; <span class="chapter-title">Terminal Access and Installing Git</span></span></a>
</div>
</li>
<li class="sidebar-item">
Expand Down Expand Up @@ -332,12 +333,12 @@ <h1 class="title"><span id="sec-installing-r-rstudio" class="quarto-section-iden

</header>

<p>The instructions below include screen shots from the installation process in which we used the Chrome browser which, although not necessary, you can freely download and install from here: <a href="https://www.google.com/chrome/" class="uri">https://www.google.com/chrome/</a>.</p>
<p>The instructions below include screen shots from the installation process in which we used the Chrome browser which, although not necessary, you can freely download and install<a href="#fn1" class="footnote-ref" id="fnref1" role="doc-noteref"><sup>1</sup></a>.</p>
<section id="installing-r" class="level2" data-number="18.1">
<h2 data-number="18.1" class="anchored" data-anchor-id="installing-r"><span class="header-section-number">18.1</span> Installing R</h2>
<p>RStudio is an interactive desktop environment, but it is not R, nor does it include R when you download and install it. Therefore, to use RStudio, we first need to install R.</p>
<ol type="1">
<li>You can download R from the Comprehensive R Archive Network (CRAN)<a href="#fn1" class="footnote-ref" id="fnref1" role="doc-noteref"><sup>1</sup></a>. Search for CRAN on your browser:</li>
<li>You can download R from the Comprehensive R Archive Network (CRAN)<a href="#fn2" class="footnote-ref" id="fnref2" role="doc-noteref"><sup>2</sup></a>. Search for CRAN on your browser:</li>
</ol>
<div class="quarto-figure quarto-figure-center">
<figure class="figure">
Expand All @@ -354,7 +355,7 @@ <h2 data-number="18.1" class="anchored" data-anchor-id="installing-r"><span clas
</div>
<p>Here we show screenshots for Windows, but the process is similar for the other platforms. When they differ, we will also show screenshots for Mac OS X.</p>
<ol start="3" type="1">
<li>Once at the CRAN download page, you will have several choices. You want to install the <em>base</em> subdirectory. This installs the basic packages you need to get started. We will later learn how to install other needed packages from within R, rather than from this webpage.</li>
<li>Once at the CRAN download page, you will have several choices. You want to install the <em>base</em> subdirectory. This installs the basic packages you need to get started. <a href="../R/getting-started.html#sec-installing-r-packages"><span>Section&nbsp;1.5</span></a> discusses how to install other needed packages from within R, rather than from this webpage.</li>
</ol>
<div class="quarto-figure quarto-figure-center">
<figure class="figure">
Expand Down Expand Up @@ -482,7 +483,7 @@ <h2 data-number="18.2" class="anchored" data-anchor-id="installing-rstudio"><spa
</figure>
</div>
<ol start="2" type="1">
<li>You should find the RStudio website as shown above. Once there, click on <em>Download RStudio</em>.</li>
<li>You should find the Posit website<a href="#fn3" class="footnote-ref" id="fnref3" role="doc-noteref"><sup>3</sup></a> as shown above. Once there, click on <em>Download RStudio</em>.</li>
</ol>
<div class="quarto-figure quarto-figure-center">
<figure class="figure">
Expand Down Expand Up @@ -542,7 +543,6 @@ <h2 data-number="18.2" class="anchored" data-anchor-id="installing-rstudio"><spa
</div>
</div>
</div>
<p>On the Mac, there are fewer clicks. You basically drag and drop the RStudio icon into the Applications folder icon here:</p>
<div class="quarto-figure quarto-figure-center">
<figure class="figure">
<p><img src="img/windows-screenshots/VirtualBox_Windows-7-Enterprise_22_03_2018_16_21_16.png" class="img-fluid figure-img" style="width:70.0%"></p>
Expand Down Expand Up @@ -572,7 +572,9 @@ <h2 data-number="18.2" class="anchored" data-anchor-id="installing-rstudio"><spa
<section id="footnotes" class="footnotes footnotes-end-of-document" role="doc-endnotes">
<hr>
<ol>
<li id="fn1"><p>https://cran.r-project.org/<a href="#fnref1" class="footnote-back" role="doc-backlink">↩︎</a></p></li>
<li id="fn1"><p><a href="https://www.google.com/chrome/" class="uri">https://www.google.com/chrome/</a><a href="#fnref1" class="footnote-back" role="doc-backlink">↩︎</a></p></li>
<li id="fn2"><p><a href="https://cran.r-project.org/" class="uri">https://cran.r-project.org/</a><a href="#fnref2" class="footnote-back" role="doc-backlink">↩︎</a></p></li>
<li id="fn3"><p><a href="https://posit.co/products/open-source/rstudio/" class="uri">https://posit.co/products/open-source/rstudio/</a><a href="#fnref3" class="footnote-back" role="doc-backlink">↩︎</a></p></li>
</ol>
</section>

Expand Down Expand Up @@ -818,7 +820,7 @@ <h2 data-number="18.2" class="anchored" data-anchor-id="installing-rstudio"><spa
</div>
<div class="nav-page nav-page-next">
<a href="../productivity/installing-git.html" class="pagination-link">
<span class="nav-page-text"><span class="chapter-number">19</span>&nbsp; <span class="chapter-title">Installing Git</span></span> <i class="bi bi-arrow-right-short"></i>
<span class="nav-page-text"><span class="chapter-number">19</span>&nbsp; <span class="chapter-title">Terminal Access and Installing Git</span></span> <i class="bi bi-arrow-right-short"></i>
</a>
</div>
</nav>
Expand Down
56 changes: 28 additions & 28 deletions docs/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,114 +2,114 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>http://rafalab.dfci.harvard.edu/dsbook-part-1/index.html</loc>
<lastmod>2023-12-10T04:20:33.662Z</lastmod>
<lastmod>2023-12-10T05:11:09.513Z</lastmod>
</url>
<url>
<loc>http://rafalab.dfci.harvard.edu/dsbook-part-1/intro.html</loc>
<lastmod>2023-12-10T04:20:33.672Z</lastmod>
<lastmod>2023-12-10T05:11:09.523Z</lastmod>
</url>
<url>
<loc>http://rafalab.dfci.harvard.edu/dsbook-part-1/R/intro-to-R.html</loc>
<lastmod>2023-12-10T04:20:33.682Z</lastmod>
<lastmod>2023-12-10T05:11:09.532Z</lastmod>
</url>
<url>
<loc>http://rafalab.dfci.harvard.edu/dsbook-part-1/R/getting-started.html</loc>
<lastmod>2023-12-10T04:20:33.699Z</lastmod>
<lastmod>2023-12-10T05:11:09.550Z</lastmod>
</url>
<url>
<loc>http://rafalab.dfci.harvard.edu/dsbook-part-1/R/R-basics.html</loc>
<lastmod>2023-12-10T04:20:33.814Z</lastmod>
<lastmod>2023-12-10T05:11:09.663Z</lastmod>
</url>
<url>
<loc>http://rafalab.dfci.harvard.edu/dsbook-part-1/R/programming-basics.html</loc>
<lastmod>2023-12-10T04:20:33.850Z</lastmod>
<lastmod>2023-12-10T05:11:09.696Z</lastmod>
</url>
<url>
<loc>http://rafalab.dfci.harvard.edu/dsbook-part-1/R/tidyverse.html</loc>
<lastmod>2023-12-10T04:20:33.960Z</lastmod>
<lastmod>2023-12-10T05:11:09.797Z</lastmod>
</url>
<url>
<loc>http://rafalab.dfci.harvard.edu/dsbook-part-1/R/data-table.html</loc>
<lastmod>2023-12-10T04:20:33.998Z</lastmod>
<lastmod>2023-12-10T05:11:09.833Z</lastmod>
</url>
<url>
<loc>http://rafalab.dfci.harvard.edu/dsbook-part-1/R/importing-data.html</loc>
<lastmod>2023-12-10T04:20:34.030Z</lastmod>
<lastmod>2023-12-10T05:11:09.864Z</lastmod>
</url>
<url>
<loc>http://rafalab.dfci.harvard.edu/dsbook-part-1/dataviz/intro-dataviz.html</loc>
<lastmod>2023-12-10T04:20:34.044Z</lastmod>
<lastmod>2023-12-10T05:11:09.877Z</lastmod>
</url>
<url>
<loc>http://rafalab.dfci.harvard.edu/dsbook-part-1/dataviz/distributions.html</loc>
<lastmod>2023-12-10T04:20:34.071Z</lastmod>
<lastmod>2023-12-10T05:11:09.903Z</lastmod>
</url>
<url>
<loc>http://rafalab.dfci.harvard.edu/dsbook-part-1/dataviz/ggplot2.html</loc>
<lastmod>2023-12-10T04:20:34.133Z</lastmod>
<lastmod>2023-12-10T05:11:09.963Z</lastmod>
</url>
<url>
<loc>http://rafalab.dfci.harvard.edu/dsbook-part-1/dataviz/dataviz-principles.html</loc>
<lastmod>2023-12-10T04:20:34.174Z</lastmod>
<lastmod>2023-12-10T05:11:10.004Z</lastmod>
</url>
<url>
<loc>http://rafalab.dfci.harvard.edu/dsbook-part-1/dataviz/dataviz-in-practice.html</loc>
<lastmod>2023-12-10T04:20:34.288Z</lastmod>
<lastmod>2023-12-10T05:11:10.095Z</lastmod>
</url>
<url>
<loc>http://rafalab.dfci.harvard.edu/dsbook-part-1/wrangling/intro-to-wrangling.html</loc>
<lastmod>2023-12-10T04:20:34.305Z</lastmod>
<lastmod>2023-12-10T05:11:10.107Z</lastmod>
</url>
<url>
<loc>http://rafalab.dfci.harvard.edu/dsbook-part-1/wrangling/reshaping-data.html</loc>
<lastmod>2023-12-10T04:20:34.351Z</lastmod>
<lastmod>2023-12-10T05:11:10.138Z</lastmod>
</url>
<url>
<loc>http://rafalab.dfci.harvard.edu/dsbook-part-1/wrangling/joining-tables.html</loc>
<lastmod>2023-12-10T04:20:34.409Z</lastmod>
<lastmod>2023-12-10T05:11:10.179Z</lastmod>
</url>
<url>
<loc>http://rafalab.dfci.harvard.edu/dsbook-part-1/wrangling/dates-and-times.html</loc>
<lastmod>2023-12-10T04:20:34.453Z</lastmod>
<lastmod>2023-12-10T05:11:10.201Z</lastmod>
</url>
<url>
<loc>http://rafalab.dfci.harvard.edu/dsbook-part-1/wrangling/data-table-wrangling.html</loc>
<lastmod>2023-12-10T04:20:34.510Z</lastmod>
<lastmod>2023-12-10T05:11:10.228Z</lastmod>
</url>
<url>
<loc>http://rafalab.dfci.harvard.edu/dsbook-part-1/wrangling/web-scraping.html</loc>
<lastmod>2023-12-10T04:20:34.568Z</lastmod>
<lastmod>2023-12-10T05:11:10.255Z</lastmod>
</url>
<url>
<loc>http://rafalab.dfci.harvard.edu/dsbook-part-1/wrangling/string-processing.html</loc>
<lastmod>2023-12-10T04:20:34.683Z</lastmod>
<lastmod>2023-12-10T05:11:10.363Z</lastmod>
</url>
<url>
<loc>http://rafalab.dfci.harvard.edu/dsbook-part-1/wrangling/text-analysis.html</loc>
<lastmod>2023-12-10T04:20:34.734Z</lastmod>
<lastmod>2023-12-10T05:11:10.411Z</lastmod>
</url>
<url>
<loc>http://rafalab.dfci.harvard.edu/dsbook-part-1/productivity/intro-productivity.html</loc>
<lastmod>2023-12-10T04:20:34.742Z</lastmod>
<lastmod>2023-12-10T05:11:10.420Z</lastmod>
</url>
<url>
<loc>http://rafalab.dfci.harvard.edu/dsbook-part-1/productivity/installing-r-and-rstudio.html</loc>
<lastmod>2023-12-10T04:20:34.759Z</lastmod>
<lastmod>2023-12-10T05:11:10.437Z</lastmod>
</url>
<url>
<loc>http://rafalab.dfci.harvard.edu/dsbook-part-1/productivity/installing-git.html</loc>
<lastmod>2023-12-10T04:20:34.773Z</lastmod>
<lastmod>2023-12-10T05:11:10.450Z</lastmod>
</url>
<url>
<loc>http://rafalab.dfci.harvard.edu/dsbook-part-1/productivity/unix.html</loc>
<lastmod>2023-12-10T04:20:34.802Z</lastmod>
<lastmod>2023-12-10T05:11:10.478Z</lastmod>
</url>
<url>
<loc>http://rafalab.dfci.harvard.edu/dsbook-part-1/productivity/git.html</loc>
<lastmod>2023-12-10T04:20:34.828Z</lastmod>
<lastmod>2023-12-10T05:11:10.504Z</lastmod>
</url>
<url>
<loc>http://rafalab.dfci.harvard.edu/dsbook-part-1/productivity/reproducible-projects.html</loc>
<lastmod>2023-12-10T04:20:34.854Z</lastmod>
<lastmod>2023-12-10T05:11:10.530Z</lastmod>
</url>
</urlset>
Loading

0 comments on commit 9981d79

Please sign in to comment.