Skip to content

Commit a308baa

Browse files
committed
v0.2.0
1 parent 131ae86 commit a308baa

36 files changed

+694
-651
lines changed

docs/_images/curve-plot-1.png

0 Bytes
Loading

docs/_images/euraud-diff-1.png

0 Bytes
Loading

docs/_images/euraud-plot-1.png

0 Bytes
Loading

docs/_images/ex-hist-1.png

0 Bytes
Loading

docs/_images/ex-log-scale-1.png

0 Bytes
Loading

docs/_images/irisplot-factors-1.png

0 Bytes
Loading
1019 Bytes
Loading

docs/_images/search-path.png

56.6 KB
Loading

docs/_static/documentation_options.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
var DOCUMENTATION_OPTIONS = {
22
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
3-
VERSION: 'v0.1.14.9001 (draft)',
3+
VERSION: 'v0.2.0 (draft)',
44
LANGUAGE: 'en',
55
COLLAPSE_INDEX: false,
66
BUILDER: 'html',

docs/chapter/000-preface.html

+7-7
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@
188188
<div class="sidebar-brand">
189189
An open-access textbook<br />
190190
by <a href='https://www.gagolewski.com' style="display: contents">Marek Gagolewski</a><br />
191-
v0.1.14.9001 (draft)
191+
v0.2.0 (draft)
192192
</div>
193193
<form class="sidebar-search-container" method="get" action="../search.html" role="search">
194194
<input class="sidebar-search" placeholder="Search" name="q" aria-label="Search">
@@ -231,8 +231,8 @@
231231
<ul>
232232
<li class="toctree-l1"><a class="reference internal" href="310-compiled.html">14. 🚧🚧 Interfacing compiled code (*)</a></li>
233233
<li class="toctree-l1"><a class="reference internal" href="320-language.html">15. Unevaluated expressions (*)</a></li>
234-
<li class="toctree-l1"><a class="reference internal" href="330-environment.html">16. 🚧 Environments and evaluation (*)</a></li>
235-
<li class="toctree-l1"><a class="reference internal" href="340-lazy.html">17. 🚧 Lazy evaluation (**)</a></li>
234+
<li class="toctree-l1"><a class="reference internal" href="330-environment.html">16. Environments and evaluation (*)</a></li>
235+
<li class="toctree-l1"><a class="reference internal" href="340-lazy.html">17. Lazy evaluation (**)</a></li>
236236
</ul>
237237
<p class="caption" role="heading"><span class="caption-text">Appendix</span></p>
238238
<ul>
@@ -287,9 +287,9 @@
287287
is, and will remain, freely available for everyone’s enjoyment
288288
(also in <a class="reference external" href="https://deepr.gagolewski.com/deepr.pdf">PDF</a>).
289289
It is a non-profit project.</em>
290-
<strong>This book is still a work in progress. Beta versions
291-
of Chapters 1–12 and 15–17 are already complete, but there will be more.
292-
In the meantime, any
290+
<strong>This book is still a work in progress.</strong> <em>Beta versions
291+
of Chapters 1–12 and 15–17 are already complete (copyediting still pending),
292+
but there will be more. In the meantime,</em> <strong>any
293293
<a class="reference external" href="https://github.com/gagolews/deepr/issues">bug/typos reports/fixes</a>
294294
are appreciated.</strong>
295295
<em>Although available online, it is a whole course;
@@ -734,7 +734,7 @@ <h2>You can make this book better<a class="headerlink" href="#you-can-make-this-
734734
Some rights reserved. Licensed under <a href='https://creativecommons.org/licenses/by-nc-nd/4.0/'>CC BY-NC-ND 4.0</a>.
735735
Built with <a href="https://sphinx-doc.org/">Sphinx</a>
736736
and a customised <a href="https://github.com/pradyunsg/furo">Furo</a> theme.
737-
Last updated on 2023-04-08T18:12:50+1000.
737+
Last updated on 2023-04-09T20:45:28+1000.
738738
This site will never display any ads: it is a non-profit project.
739739
It does not collect any data.
740740
</div>

docs/chapter/110-basics.html

+11-10
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@
188188
<div class="sidebar-brand">
189189
An open-access textbook<br />
190190
by <a href='https://www.gagolewski.com' style="display: contents">Marek Gagolewski</a><br />
191-
v0.1.14.9001 (draft)
191+
v0.2.0 (draft)
192192
</div>
193193
<form class="sidebar-search-container" method="get" action="../search.html" role="search">
194194
<input class="sidebar-search" placeholder="Search" name="q" aria-label="Search">
@@ -231,8 +231,8 @@
231231
<ul>
232232
<li class="toctree-l1"><a class="reference internal" href="310-compiled.html">14. 🚧🚧 Interfacing compiled code (*)</a></li>
233233
<li class="toctree-l1"><a class="reference internal" href="320-language.html">15. Unevaluated expressions (*)</a></li>
234-
<li class="toctree-l1"><a class="reference internal" href="330-environment.html">16. 🚧 Environments and evaluation (*)</a></li>
235-
<li class="toctree-l1"><a class="reference internal" href="340-lazy.html">17. 🚧 Lazy evaluation (**)</a></li>
234+
<li class="toctree-l1"><a class="reference internal" href="330-environment.html">16. Environments and evaluation (*)</a></li>
235+
<li class="toctree-l1"><a class="reference internal" href="340-lazy.html">17. Lazy evaluation (**)</a></li>
236236
</ul>
237237
<p class="caption" role="heading"><span class="caption-text">Appendix</span></p>
238238
<ul>
@@ -287,9 +287,9 @@
287287
is, and will remain, freely available for everyone’s enjoyment
288288
(also in <a class="reference external" href="https://deepr.gagolewski.com/deepr.pdf">PDF</a>).
289289
It is a non-profit project.</em>
290-
<strong>This book is still a work in progress. Beta versions
291-
of Chapters 1–12 and 15–17 are already complete, but there will be more.
292-
In the meantime, any
290+
<strong>This book is still a work in progress.</strong> <em>Beta versions
291+
of Chapters 1–12 and 15–17 are already complete (copyediting still pending),
292+
but there will be more. In the meantime,</em> <strong>any
293293
<a class="reference external" href="https://github.com/gagolews/deepr/issues">bug/typos reports/fixes</a>
294294
are appreciated.</strong>
295295
<em>Although available online, it is a whole course;
@@ -380,7 +380,7 @@ <h3><span class="section-number">1.2.2. </span>Interactive mode<a class="headerl
380380
<em>Please continue</em>. In such a case, we should either complete
381381
the unfinished expression, or cancel the operation by pressing
382382
<kbd class="kbd docutils literal notranslate">ESC</kbd> or <kbd class="kbd compound docutils literal notranslate"><kbd class="kbd docutils literal notranslate">CTRL</kbd>+<kbd class="kbd docutils literal notranslate">C</kbd></kbd> (depends on the operating system).</p>
383-
<div class="highlight-r notranslate"><div class="highlight"><pre><span></span>&gt; cat(&quot;And now
383+
<div class="highlight-none notranslate"><div class="highlight"><pre><span></span>&gt; cat(&quot;And now
384384
+ for something
385385
+ completely different
386386
+
@@ -455,14 +455,15 @@ <h3><span class="section-number">1.2.4. </span>Weaving: Automatic report generat
455455
<strong class="command">install.packages</strong><code class="code docutils literal notranslate"><span class="pre">(&quot;knitr&quot;)</span></code> from within an R session.
456456
Then, create a text file named <code class="file docutils literal notranslate"><span class="pre">test.Rmd</span></code> with the following
457457
content:</p>
458-
<div class="highlight-python notranslate"><div class="highlight"><pre><span></span># Hello, Markdown!
458+
<div class="highlight-none notranslate"><div class="highlight"><pre><span></span># Hello, Markdown!
459459

460460
This is my first automatically generated report,
461-
where I print stuff.
461+
where I print messages and stuff.
462462

463463
```{r}
464464
print(&quot;G&#39;day!&quot;)
465465
print(2+2)
466+
plot((1:10)^2)
466467
```
467468

468469
Thank you for your attention.
@@ -775,7 +776,7 @@ <h2><span class="section-number">1.5. </span>Exercises<a class="headerlink" href
775776
Some rights reserved. Licensed under <a href='https://creativecommons.org/licenses/by-nc-nd/4.0/'>CC BY-NC-ND 4.0</a>.
776777
Built with <a href="https://sphinx-doc.org/">Sphinx</a>
777778
and a customised <a href="https://github.com/pradyunsg/furo">Furo</a> theme.
778-
Last updated on 2023-04-08T18:12:50+1000.
779+
Last updated on 2023-04-09T20:45:28+1000.
779780
This site will never display any ads: it is a non-profit project.
780781
It does not collect any data.
781782
</div>

docs/chapter/120-numeric.html

+8-8
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@
188188
<div class="sidebar-brand">
189189
An open-access textbook<br />
190190
by <a href='https://www.gagolewski.com' style="display: contents">Marek Gagolewski</a><br />
191-
v0.1.14.9001 (draft)
191+
v0.2.0 (draft)
192192
</div>
193193
<form class="sidebar-search-container" method="get" action="../search.html" role="search">
194194
<input class="sidebar-search" placeholder="Search" name="q" aria-label="Search">
@@ -231,8 +231,8 @@
231231
<ul>
232232
<li class="toctree-l1"><a class="reference internal" href="310-compiled.html">14. 🚧🚧 Interfacing compiled code (*)</a></li>
233233
<li class="toctree-l1"><a class="reference internal" href="320-language.html">15. Unevaluated expressions (*)</a></li>
234-
<li class="toctree-l1"><a class="reference internal" href="330-environment.html">16. 🚧 Environments and evaluation (*)</a></li>
235-
<li class="toctree-l1"><a class="reference internal" href="340-lazy.html">17. 🚧 Lazy evaluation (**)</a></li>
234+
<li class="toctree-l1"><a class="reference internal" href="330-environment.html">16. Environments and evaluation (*)</a></li>
235+
<li class="toctree-l1"><a class="reference internal" href="340-lazy.html">17. Lazy evaluation (**)</a></li>
236236
</ul>
237237
<p class="caption" role="heading"><span class="caption-text">Appendix</span></p>
238238
<ul>
@@ -287,9 +287,9 @@
287287
is, and will remain, freely available for everyone’s enjoyment
288288
(also in <a class="reference external" href="https://deepr.gagolewski.com/deepr.pdf">PDF</a>).
289289
It is a non-profit project.</em>
290-
<strong>This book is still a work in progress. Beta versions
291-
of Chapters 1–12 and 15–17 are already complete, but there will be more.
292-
In the meantime, any
290+
<strong>This book is still a work in progress.</strong> <em>Beta versions
291+
of Chapters 1–12 and 15–17 are already complete (copyediting still pending),
292+
but there will be more. In the meantime,</em> <strong>any
293293
<a class="reference external" href="https://github.com/gagolews/deepr/issues">bug/typos reports/fixes</a>
294294
are appreciated.</strong>
295295
<em>Although available online, it is a whole course;
@@ -956,7 +956,7 @@ <h3><span class="section-number">2.3.3. </span>Natural exponential function and
956956
<p>For more properties like these,
957957
take a glance at Chapter 4 of the freely available handbook <span id="id9">[<a class="reference internal" href="999-bibliography.html#id57" title="Olver, F.W.J. and et al. (2021). NIST Digital Library of Mathematical Functions. NIST. URL: https://dlmf.nist.gov/.">43</a>]</span>.</p>
958958
</div>
959-
<p>For the logarithm to a different base, say <span class="math notranslate nohighlight">\(\log_{10} x\)</span>, we can call:</p>
959+
<p>For the logarithm to a different base, say, <span class="math notranslate nohighlight">\(\log_{10} x\)</span>, we can call:</p>
960960
<div class="highlight-r notranslate"><div class="highlight"><pre><span></span><span class="nf">log</span><span class="p">(</span><span class="nf">c</span><span class="p">(</span><span class="m">0</span><span class="p">,</span><span class="w"> </span><span class="m">1</span><span class="p">,</span><span class="w"> </span><span class="m">10</span><span class="p">,</span><span class="w"> </span><span class="m">100</span><span class="p">,</span><span class="w"> </span><span class="m">1000</span><span class="p">,</span><span class="w"> </span><span class="m">1e10</span><span class="p">),</span><span class="w"> </span><span class="m">10</span><span class="p">)</span><span class="w"> </span><span class="c1"># or log(..., base=10)</span>
961961
<span class="c1">## [1] -Inf 0 1 2 3 10</span>
962962
</pre></div>
@@ -1813,7 +1813,7 @@ <h2><span class="section-number">2.5. </span>Exercises<a class="headerlink" href
18131813
Some rights reserved. Licensed under <a href='https://creativecommons.org/licenses/by-nc-nd/4.0/'>CC BY-NC-ND 4.0</a>.
18141814
Built with <a href="https://sphinx-doc.org/">Sphinx</a>
18151815
and a customised <a href="https://github.com/pradyunsg/furo">Furo</a> theme.
1816-
Last updated on 2023-04-08T18:12:50+1000.
1816+
Last updated on 2023-04-09T20:45:28+1000.
18171817
This site will never display any ads: it is a non-profit project.
18181818
It does not collect any data.
18191819
</div>

docs/chapter/130-logical.html

+7-7
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@
188188
<div class="sidebar-brand">
189189
An open-access textbook<br />
190190
by <a href='https://www.gagolewski.com' style="display: contents">Marek Gagolewski</a><br />
191-
v0.1.14.9001 (draft)
191+
v0.2.0 (draft)
192192
</div>
193193
<form class="sidebar-search-container" method="get" action="../search.html" role="search">
194194
<input class="sidebar-search" placeholder="Search" name="q" aria-label="Search">
@@ -231,8 +231,8 @@
231231
<ul>
232232
<li class="toctree-l1"><a class="reference internal" href="310-compiled.html">14. 🚧🚧 Interfacing compiled code (*)</a></li>
233233
<li class="toctree-l1"><a class="reference internal" href="320-language.html">15. Unevaluated expressions (*)</a></li>
234-
<li class="toctree-l1"><a class="reference internal" href="330-environment.html">16. 🚧 Environments and evaluation (*)</a></li>
235-
<li class="toctree-l1"><a class="reference internal" href="340-lazy.html">17. 🚧 Lazy evaluation (**)</a></li>
234+
<li class="toctree-l1"><a class="reference internal" href="330-environment.html">16. Environments and evaluation (*)</a></li>
235+
<li class="toctree-l1"><a class="reference internal" href="340-lazy.html">17. Lazy evaluation (**)</a></li>
236236
</ul>
237237
<p class="caption" role="heading"><span class="caption-text">Appendix</span></p>
238238
<ul>
@@ -287,9 +287,9 @@
287287
is, and will remain, freely available for everyone’s enjoyment
288288
(also in <a class="reference external" href="https://deepr.gagolewski.com/deepr.pdf">PDF</a>).
289289
It is a non-profit project.</em>
290-
<strong>This book is still a work in progress. Beta versions
291-
of Chapters 1–12 and 15–17 are already complete, but there will be more.
292-
In the meantime, any
290+
<strong>This book is still a work in progress.</strong> <em>Beta versions
291+
of Chapters 1–12 and 15–17 are already complete (copyediting still pending),
292+
but there will be more. In the meantime,</em> <strong>any
293293
<a class="reference external" href="https://github.com/gagolews/deepr/issues">bug/typos reports/fixes</a>
294294
are appreciated.</strong>
295295
<em>Although available online, it is a whole course;
@@ -1001,7 +1001,7 @@ <h2><span class="section-number">3.5. </span>Exercises<a class="headerlink" href
10011001
Some rights reserved. Licensed under <a href='https://creativecommons.org/licenses/by-nc-nd/4.0/'>CC BY-NC-ND 4.0</a>.
10021002
Built with <a href="https://sphinx-doc.org/">Sphinx</a>
10031003
and a customised <a href="https://github.com/pradyunsg/furo">Furo</a> theme.
1004-
Last updated on 2023-04-08T18:12:50+1000.
1004+
Last updated on 2023-04-09T20:45:28+1000.
10051005
This site will never display any ads: it is a non-profit project.
10061006
It does not collect any data.
10071007
</div>

docs/chapter/140-list.html

+8-8
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@
188188
<div class="sidebar-brand">
189189
An open-access textbook<br />
190190
by <a href='https://www.gagolewski.com' style="display: contents">Marek Gagolewski</a><br />
191-
v0.1.14.9001 (draft)
191+
v0.2.0 (draft)
192192
</div>
193193
<form class="sidebar-search-container" method="get" action="../search.html" role="search">
194194
<input class="sidebar-search" placeholder="Search" name="q" aria-label="Search">
@@ -231,8 +231,8 @@
231231
<ul>
232232
<li class="toctree-l1"><a class="reference internal" href="310-compiled.html">14. 🚧🚧 Interfacing compiled code (*)</a></li>
233233
<li class="toctree-l1"><a class="reference internal" href="320-language.html">15. Unevaluated expressions (*)</a></li>
234-
<li class="toctree-l1"><a class="reference internal" href="330-environment.html">16. 🚧 Environments and evaluation (*)</a></li>
235-
<li class="toctree-l1"><a class="reference internal" href="340-lazy.html">17. 🚧 Lazy evaluation (**)</a></li>
234+
<li class="toctree-l1"><a class="reference internal" href="330-environment.html">16. Environments and evaluation (*)</a></li>
235+
<li class="toctree-l1"><a class="reference internal" href="340-lazy.html">17. Lazy evaluation (**)</a></li>
236236
</ul>
237237
<p class="caption" role="heading"><span class="caption-text">Appendix</span></p>
238238
<ul>
@@ -287,9 +287,9 @@
287287
is, and will remain, freely available for everyone’s enjoyment
288288
(also in <a class="reference external" href="https://deepr.gagolewski.com/deepr.pdf">PDF</a>).
289289
It is a non-profit project.</em>
290-
<strong>This book is still a work in progress. Beta versions
291-
of Chapters 1–12 and 15–17 are already complete, but there will be more.
292-
In the meantime, any
290+
<strong>This book is still a work in progress.</strong> <em>Beta versions
291+
of Chapters 1–12 and 15–17 are already complete (copyediting still pending),
292+
but there will be more. In the meantime,</em> <strong>any
293293
<a class="reference external" href="https://github.com/gagolews/deepr/issues">bug/typos reports/fixes</a>
294294
are appreciated.</strong>
295295
<em>Although available online, it is a whole course;
@@ -578,7 +578,7 @@ <h3><span class="section-number">4.2.2. </span>Coercing to and from lists<a clas
578578
<span class="c1">## [1] 3</span>
579579
</pre></div>
580580
</div>
581-
<p>Unfortunately, calling, say <strong class="command">as.numeric</strong> on a list (even if it a list
581+
<p>Unfortunately, calling, say, <strong class="command">as.numeric</strong> on a list (even if it a list
582582
comprised of numeric vectors only) will result in an error.
583583
However, we can try to flatten
584584
a list to an atomic vector, provided that it is possible,
@@ -1191,7 +1191,7 @@ <h2><span class="section-number">4.5. </span>Exercises<a class="headerlink" href
11911191
Some rights reserved. Licensed under <a href='https://creativecommons.org/licenses/by-nc-nd/4.0/'>CC BY-NC-ND 4.0</a>.
11921192
Built with <a href="https://sphinx-doc.org/">Sphinx</a>
11931193
and a customised <a href="https://github.com/pradyunsg/furo">Furo</a> theme.
1194-
Last updated on 2023-04-08T18:12:50+1000.
1194+
Last updated on 2023-04-09T20:45:28+1000.
11951195
This site will never display any ads: it is a non-profit project.
11961196
It does not collect any data.
11971197
</div>

docs/chapter/150-indexing.html

+7-7
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@
188188
<div class="sidebar-brand">
189189
An open-access textbook<br />
190190
by <a href='https://www.gagolewski.com' style="display: contents">Marek Gagolewski</a><br />
191-
v0.1.14.9001 (draft)
191+
v0.2.0 (draft)
192192
</div>
193193
<form class="sidebar-search-container" method="get" action="../search.html" role="search">
194194
<input class="sidebar-search" placeholder="Search" name="q" aria-label="Search">
@@ -231,8 +231,8 @@
231231
<ul>
232232
<li class="toctree-l1"><a class="reference internal" href="310-compiled.html">14. 🚧🚧 Interfacing compiled code (*)</a></li>
233233
<li class="toctree-l1"><a class="reference internal" href="320-language.html">15. Unevaluated expressions (*)</a></li>
234-
<li class="toctree-l1"><a class="reference internal" href="330-environment.html">16. 🚧 Environments and evaluation (*)</a></li>
235-
<li class="toctree-l1"><a class="reference internal" href="340-lazy.html">17. 🚧 Lazy evaluation (**)</a></li>
234+
<li class="toctree-l1"><a class="reference internal" href="330-environment.html">16. Environments and evaluation (*)</a></li>
235+
<li class="toctree-l1"><a class="reference internal" href="340-lazy.html">17. Lazy evaluation (**)</a></li>
236236
</ul>
237237
<p class="caption" role="heading"><span class="caption-text">Appendix</span></p>
238238
<ul>
@@ -287,9 +287,9 @@
287287
is, and will remain, freely available for everyone’s enjoyment
288288
(also in <a class="reference external" href="https://deepr.gagolewski.com/deepr.pdf">PDF</a>).
289289
It is a non-profit project.</em>
290-
<strong>This book is still a work in progress. Beta versions
291-
of Chapters 1–12 and 15–17 are already complete, but there will be more.
292-
In the meantime, any
290+
<strong>This book is still a work in progress.</strong> <em>Beta versions
291+
of Chapters 1–12 and 15–17 are already complete (copyediting still pending),
292+
but there will be more. In the meantime,</em> <strong>any
293293
<a class="reference external" href="https://github.com/gagolews/deepr/issues">bug/typos reports/fixes</a>
294294
are appreciated.</strong>
295295
<em>Although available online, it is a whole course;
@@ -1756,7 +1756,7 @@ <h2><span class="section-number">5.6. </span>Exercises<a class="headerlink" href
17561756
Some rights reserved. Licensed under <a href='https://creativecommons.org/licenses/by-nc-nd/4.0/'>CC BY-NC-ND 4.0</a>.
17571757
Built with <a href="https://sphinx-doc.org/">Sphinx</a>
17581758
and a customised <a href="https://github.com/pradyunsg/furo">Furo</a> theme.
1759-
Last updated on 2023-04-08T18:12:50+1000.
1759+
Last updated on 2023-04-09T20:45:28+1000.
17601760
This site will never display any ads: it is a non-profit project.
17611761
It does not collect any data.
17621762
</div>

0 commit comments

Comments
 (0)