Skip to content

Commit 3ed8d30

Browse files
committed
rebuild site
1 parent ad8982d commit 3ed8d30

24 files changed

+258
-142
lines changed

docs/a1-starting.html

+16-4
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,18 @@
132132
.quarto-layout-cell-subref figcaption {
133133
font-style: italic;
134134
}
135+
.quarto-figure > figure {
136+
width: 100%;
137+
}
138+
.quarto-figure-left > figure > p {
139+
text-align: left;
140+
}
141+
.quarto-figure-center > figure > p {
142+
text-align: center;
143+
}
144+
.quarto-figure-right > figure > p {
145+
text-align: right;
146+
}
135147
figure > p:empty {
136148
display: none;
137149
}
@@ -147,15 +159,15 @@
147159
<body data-bs-spy="scroll" data-bs-target="#quarto-toc-sidebar">
148160
<div id="quarto-search-results"></div>
149161
<header id="quarto-header" class="headroom fixed-top"><nav class="quarto-secondary-nav py-2 d-lg-none d-md-block " data-bs-toggle="collapse" data-bs-target="#quarto-sidebar" aria-controls="quarto-sidebar" aria-expanded="false" aria-label="Toggle sidebar navigation" onclick="if (window.quartoToggleHeadroom) { window.quartoToggleHeadroom(); }"><div class="container-fluid d-flex justify-content-between">
150-
<h1 class="quarto-secondary-nav-title mb-0 fs-5 d-inline">Appendix A — Installing R and RStudio</h1>
162+
<h1 class="quarto-secondary-nav-title mb-0 fs-3 d-inline">Appendix A — Installing R and RStudio</h1>
151163
<button type="button" class="quarto-btn-toggle btn d-lg-none py-0 px-1 d-inline-block border-0 ">
152164
<i class="bi bi-chevron-right"></i>
153165
</button>
154166
</div>
155167
</nav></header><!-- /navbar/sidebar --><div class="container-fluid quarto-container d-flex flex-column" id="quarto-content">
156168
<div class="row flex-fill">
157169
<div id="quarto-sidebar" class="col col-12 col-lg-3 d-lg-flex px-0 pt-0 sidebar collapse sidebar-navigation">
158-
<nav class="ms-lg-auto py-2 floating overflow-scroll "><div class="px-3 pt-lg-3 text-center">
170+
<nav class="ms-lg-auto py-2 floating overflow-scroll "><div class="px-3 pt-lg-2 text-center">
159171
<h4 class="sidebar-title text-center mt-1 mb-0 py-0">Hands-On Programming with R</h4>
160172
<div class="sidebar-tools-main mt-1">
161173
<a href="https://github.com/jjallaire/hopr/" title="Source Code" class="sidebar-tool px-1"><i class="bi bi-github"></i></a>
@@ -341,7 +353,7 @@ <h4 class="sidebar-title text-center mt-1 mb-0 py-0">Hands-On Programming with R
341353
</nav>
342354
</div>
343355
<div class="col mx-auto col-sm-12 col-md-9 col-lg-7 px-lg-4">
344-
<main><header id="title-block-header"><h1 class="title d-none d-lg-block display-6">Appendix A — Installing R and RStudio</h1>
356+
<main><header id="title-block-header"><h1 class="title d-none d-lg-block display-7">Appendix A — Installing R and RStudio</h1>
345357
</header><p>To get started with R, you need to acquire your own copy. This appendix will show you how to download R as well as RStudio, a software application that makes R easier to use. You’ll go from downloading R to opening your first R session.</p>
346358
<p>Both R and RStudio are free and easy to download.</p>
347359
<section class="level2" data-number="A.1"><h2 data-number="A.1" class="anchored" id="how-to-download-and-install-r">
@@ -419,7 +431,7 @@ <h4 class="sidebar-title text-center mt-1 mb-0 py-0">Hands-On Programming with R
419431
</div>
420432
</div>
421433
<p>When you open RStudio, a window appears with three panes in it, as in <a href="#fig:layout">fig.&nbsp;<span>A.1</span></a>. The largest pane is a console window. This is where you’ll run your R code and see results. The console window is exactly what you’d see if you ran R from a UNIX console or the Windows or Mac GUIs. Everything else you see is unique to RStudio. Hidden in the other panes are a text editor, a graphics window, a debugger, a file manager, and much more. You’ll learn about these panes as they become useful throughout the course of this book.</p>
422-
<div id="fig:layout" class="quarto-figure" style="text-align: center;">
434+
<div id="fig:layout" class="quarto-figure quarto-figure-center">
423435
<figure class="figure"><p><img src="images/hopr_aa01.png" class="img-fluid figure-img"></p>
424436
<p></p>
425437
<figcaption aria-hidden="true" class="figure-caption">Figure A.1: The RStudio IDE for R.</figcaption><p></p>

docs/a2-packages.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -87,15 +87,15 @@
8787
<body data-bs-spy="scroll" data-bs-target="#quarto-toc-sidebar">
8888
<div id="quarto-search-results"></div>
8989
<header id="quarto-header" class="headroom fixed-top"><nav class="quarto-secondary-nav py-2 d-lg-none d-md-block " data-bs-toggle="collapse" data-bs-target="#quarto-sidebar" aria-controls="quarto-sidebar" aria-expanded="false" aria-label="Toggle sidebar navigation" onclick="if (window.quartoToggleHeadroom) { window.quartoToggleHeadroom(); }"><div class="container-fluid d-flex justify-content-between">
90-
<h1 class="quarto-secondary-nav-title mb-0 fs-5 d-inline">Appendix B — R Packages</h1>
90+
<h1 class="quarto-secondary-nav-title mb-0 fs-3 d-inline">Appendix B — R Packages</h1>
9191
<button type="button" class="quarto-btn-toggle btn d-lg-none py-0 px-1 d-inline-block border-0 ">
9292
<i class="bi bi-chevron-right"></i>
9393
</button>
9494
</div>
9595
</nav></header><!-- /navbar/sidebar --><div class="container-fluid quarto-container d-flex flex-column" id="quarto-content">
9696
<div class="row flex-fill">
9797
<div id="quarto-sidebar" class="col col-12 col-lg-3 d-lg-flex px-0 pt-0 sidebar collapse sidebar-navigation">
98-
<nav class="ms-lg-auto py-2 floating overflow-scroll "><div class="px-3 pt-lg-3 text-center">
98+
<nav class="ms-lg-auto py-2 floating overflow-scroll "><div class="px-3 pt-lg-2 text-center">
9999
<h4 class="sidebar-title text-center mt-1 mb-0 py-0">Hands-On Programming with R</h4>
100100
<div class="sidebar-tools-main mt-1">
101101
<a href="https://github.com/jjallaire/hopr/" title="Source Code" class="sidebar-tool px-1"><i class="bi bi-github"></i></a>
@@ -281,7 +281,7 @@ <h4 class="sidebar-title text-center mt-1 mb-0 py-0">Hands-On Programming with R
281281
</nav>
282282
</div>
283283
<div class="col mx-auto col-sm-12 col-md-9 col-lg-7 px-lg-4">
284-
<main><header id="title-block-header"><h1 class="title d-none d-lg-block display-6">Appendix B — R Packages</h1>
284+
<main><header id="title-block-header"><h1 class="title d-none d-lg-block display-7">Appendix B — R Packages</h1>
285285
</header><p>Many of R’s most useful functions do not come preloaded when you start R, but reside in <em>packages</em> that can be installed on top of R. R packages are similar to libraries in C, C++, and Javascript, packages in Python, and gems in Ruby. An R package bundles together useful functions, help files, and data sets. You can use these functions within your own R code once you load the package they live in. Usually the contents of an R package are all related to a single type of task, which the package helps solve. R packages will let you take advantage of R’s most useful features: its large community of package writers (many of whom are active data scientists) and its prewritten routines for handling many common (and exotic) data-science tasks.</p>
286286
<div class="callout-tip callout callout-captioned">
287287
<div class="callout-header d-flex align-content-center">

docs/a3-updating.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -87,15 +87,15 @@
8787
<body data-bs-spy="scroll" data-bs-target="#quarto-toc-sidebar">
8888
<div id="quarto-search-results"></div>
8989
<header id="quarto-header" class="headroom fixed-top"><nav class="quarto-secondary-nav py-2 d-lg-none d-md-block " data-bs-toggle="collapse" data-bs-target="#quarto-sidebar" aria-controls="quarto-sidebar" aria-expanded="false" aria-label="Toggle sidebar navigation" onclick="if (window.quartoToggleHeadroom) { window.quartoToggleHeadroom(); }"><div class="container-fluid d-flex justify-content-between">
90-
<h1 class="quarto-secondary-nav-title mb-0 fs-5 d-inline">Appendix C — Updating R and Its Packages</h1>
90+
<h1 class="quarto-secondary-nav-title mb-0 fs-3 d-inline">Appendix C — Updating R and Its Packages</h1>
9191
<button type="button" class="quarto-btn-toggle btn d-lg-none py-0 px-1 d-inline-block border-0 ">
9292
<i class="bi bi-chevron-right"></i>
9393
</button>
9494
</div>
9595
</nav></header><!-- /navbar/sidebar --><div class="container-fluid quarto-container d-flex flex-column" id="quarto-content">
9696
<div class="row flex-fill">
9797
<div id="quarto-sidebar" class="col col-12 col-lg-3 d-lg-flex px-0 pt-0 sidebar collapse sidebar-navigation">
98-
<nav class="ms-lg-auto py-2 floating overflow-scroll "><div class="px-3 pt-lg-3 text-center">
98+
<nav class="ms-lg-auto py-2 floating overflow-scroll "><div class="px-3 pt-lg-2 text-center">
9999
<h4 class="sidebar-title text-center mt-1 mb-0 py-0">Hands-On Programming with R</h4>
100100
<div class="sidebar-tools-main mt-1">
101101
<a href="https://github.com/jjallaire/hopr/" title="Source Code" class="sidebar-tool px-1"><i class="bi bi-github"></i></a>
@@ -281,7 +281,7 @@ <h4 class="sidebar-title text-center mt-1 mb-0 py-0">Hands-On Programming with R
281281
</nav>
282282
</div>
283283
<div class="col mx-auto col-sm-12 col-md-9 col-lg-7 px-lg-4">
284-
<main><header id="title-block-header"><h1 class="title d-none d-lg-block display-6">Appendix C — Updating R and Its Packages</h1>
284+
<main><header id="title-block-header"><h1 class="title d-none d-lg-block display-7">Appendix C — Updating R and Its Packages</h1>
285285
</header><p>The R Core Development Team continuously hones the R language by catching bugs, improving performance, and updating R to work with new technologies. As a result, new versions of R are released several times a year. The easiest way to stay current with R is to periodically check <a href="http://cran.r-project.org">the CRAN website</a>. The website is updated for each new release and makes the release available for download. You’ll have to install the new release. The process is the same as when you first installed R.</p>
286286
<p>Don’t worry if you’re not interested in staying up-to-date on R Core’s doings. R changes only slightly between releases, and you’re not likely to notice the differences. However, updating to the current version of R is a good place to start if you ever encounter a bug that you can’t explain.</p>
287287
<p>RStudio also constantly improves its product. You can acquire the newest updates just by downloading them from <a href="http://www.rstudio.com/ide">RStudio</a>.</p>

docs/a4-data.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -87,15 +87,15 @@
8787
<body data-bs-spy="scroll" data-bs-target="#quarto-toc-sidebar">
8888
<div id="quarto-search-results"></div>
8989
<header id="quarto-header" class="headroom fixed-top"><nav class="quarto-secondary-nav py-2 d-lg-none d-md-block " data-bs-toggle="collapse" data-bs-target="#quarto-sidebar" aria-controls="quarto-sidebar" aria-expanded="false" aria-label="Toggle sidebar navigation" onclick="if (window.quartoToggleHeadroom) { window.quartoToggleHeadroom(); }"><div class="container-fluid d-flex justify-content-between">
90-
<h1 class="quarto-secondary-nav-title mb-0 fs-5 d-inline">Appendix D — Loading and Saving Data in R</h1>
90+
<h1 class="quarto-secondary-nav-title mb-0 fs-3 d-inline">Appendix D — Loading and Saving Data in R</h1>
9191
<button type="button" class="quarto-btn-toggle btn d-lg-none py-0 px-1 d-inline-block border-0 ">
9292
<i class="bi bi-chevron-right"></i>
9393
</button>
9494
</div>
9595
</nav></header><!-- /navbar/sidebar --><div class="container-fluid quarto-container d-flex flex-column" id="quarto-content">
9696
<div class="row flex-fill">
9797
<div id="quarto-sidebar" class="col col-12 col-lg-3 d-lg-flex px-0 pt-0 sidebar collapse sidebar-navigation">
98-
<nav class="ms-lg-auto py-2 floating overflow-scroll "><div class="px-3 pt-lg-3 text-center">
98+
<nav class="ms-lg-auto py-2 floating overflow-scroll "><div class="px-3 pt-lg-2 text-center">
9999
<h4 class="sidebar-title text-center mt-1 mb-0 py-0">Hands-On Programming with R</h4>
100100
<div class="sidebar-tools-main mt-1">
101101
<a href="https://github.com/jjallaire/hopr/" title="Source Code" class="sidebar-tool px-1"><i class="bi bi-github"></i></a>
@@ -281,7 +281,7 @@ <h4 class="sidebar-title text-center mt-1 mb-0 py-0">Hands-On Programming with R
281281
</nav>
282282
</div>
283283
<div class="col mx-auto col-sm-12 col-md-9 col-lg-7 px-lg-4">
284-
<main><header id="title-block-header"><h1 class="title d-none d-lg-block display-6">Appendix D — Loading and Saving Data in R</h1>
284+
<main><header id="title-block-header"><h1 class="title d-none d-lg-block display-7">Appendix D — Loading and Saving Data in R</h1>
285285
</header><p>This appendix will show you how to load and save data into R from plain-text files, R files, and Excel spreadsheets. It will also show you the R packages that you can use to load data from databases and other common programs, like SAS and MATLAB.</p>
286286
<section class="level2" data-number="D.1"><h2 data-number="D.1" class="anchored" id="data-sets-in-base-r">
287287
<span class="header-section-number">D.1</span> Data Sets in Base R</h2>

0 commit comments

Comments
 (0)