|
10 | 10 | <meta content="https://deepr.gagolewski.com/deepr.pdf" name="citation_pdf_url" />
|
11 | 11 | <meta content="https://deepr.gagolewski.com" name="citation_public_url" />
|
12 | 12 | <meta content="10.5281/zenodo.7490464" name="citation_doi" />
|
13 |
| -<meta content="Deep R Programming is comprehensive course on one of the most popular languages in data science (statistical computing, graphics, machine learning, data wrangling and analytics). It introduces the base language in-depth and is aimed at ambitious students, practitioners, and researchers who would like to become independent users of this powerful environment. This textbook is a non-profit project. Its online and PDF versions are freely available at https://deepr.gagolewski.com/." name="citation_abstract" /> |
| 13 | +<meta content="Deep R Programming is comprehensive course on one of the most popular languages for data science (statistical computing, graphics, machine learning, data wrangling and analytics). It introduces the base language in-depth. It is aimed at ambitious students, practitioners, and researchers who would like to become independent users of this powerful environment. This textbook is a non-profit project. Its online and PDF versions are freely available at https://deepr.gagolewski.com/." name="citation_abstract" /> |
14 | 14 | <meta content="summary" name="twitter:card" />
|
15 | 15 | <meta content="Deep R Programming" name="twitter:title" />
|
16 | 16 | <meta content="Deep R Programming" name="og:title" />
|
17 |
| -<meta content="Deep R Programming is comprehensive course on one of the most popular languages in data science (statistical computing, graphics, machine learning, data wrangling and analytics). It introduces the base language in-depth and is aimed at ambitious students, practitioners, and researchers who would like to become independent users of this powerful environment. This textbook is a non-profit project. Its online and PDF versions are freely available at https://deepr.gagolewski.com/." name="twitter:description" /> |
18 |
| -<meta content="Deep R Programming is comprehensive course on one of the most popular languages in data science (statistical computing, graphics, machine learning, data wrangling and analytics). It introduces the base language in-depth and is aimed at ambitious students, practitioners, and researchers who would like to become independent users of this powerful environment. This textbook is a non-profit project. Its online and PDF versions are freely available at https://deepr.gagolewski.com/." name="og:description" /> |
| 17 | +<meta content="Deep R Programming is comprehensive course on one of the most popular languages for data science (statistical computing, graphics, machine learning, data wrangling and analytics). It introduces the base language in-depth. It is aimed at ambitious students, practitioners, and researchers who would like to become independent users of this powerful environment. This textbook is a non-profit project. Its online and PDF versions are freely available at https://deepr.gagolewski.com/." name="twitter:description" /> |
| 18 | +<meta content="Deep R Programming is comprehensive course on one of the most popular languages for data science (statistical computing, graphics, machine learning, data wrangling and analytics). It introduces the base language in-depth. It is aimed at ambitious students, practitioners, and researchers who would like to become independent users of this powerful environment. This textbook is a non-profit project. Its online and PDF versions are freely available at https://deepr.gagolewski.com/." name="og:description" /> |
19 | 19 | <meta content="gagolews/deepr" name="og:site_name" />
|
20 | 20 | <meta content="https://deepr.gagolewski.com" name="og:url" />
|
21 | 21 | <meta content="https://deepr.gagolewski.com/_images/cover.png" name="twitter:image" />
|
|
190 | 190 | <div class="sidebar-brand">
|
191 | 191 | An open-access textbook<br />
|
192 | 192 | by <a href='https://www.gagolewski.com' style="display: contents">Marek Gagolewski</a><br />
|
193 |
| -v0.2.1.9001 (draft) |
| 193 | +v0.9.0 (draft) |
194 | 194 | </div>
|
195 | 195 | <form class="sidebar-search-container" method="get" action="../search.html" role="search">
|
196 | 196 | <input class="sidebar-search" placeholder="Search" name="q" aria-label="Search">
|
|
231 | 231 | </ul>
|
232 | 232 | <p class="caption" role="heading"><span class="caption-text">Deepest</span></p>
|
233 | 233 | <ul>
|
234 |
| -<li class="toctree-l1"><a class="reference internal" href="310-compiled.html">14. 🚧🚧 Interfacing compiled code (**)</a></li> |
| 234 | +<li class="toctree-l1"><a class="reference internal" href="310-compiled.html">14. Interfacing compiled code (**)</a></li> |
235 | 235 | <li class="toctree-l1"><a class="reference internal" href="320-language.html">15. Unevaluated expressions (*)</a></li>
|
236 | 236 | <li class="toctree-l1"><a class="reference internal" href="330-environment.html">16. Environments and evaluation (*)</a></li>
|
237 | 237 | <li class="toctree-l1"><a class="reference internal" href="340-lazy.html">17. Lazy evaluation (**)</a></li>
|
|
290 | 290 | (also in <a class="reference external" href="https://deepr.gagolewski.com/deepr.pdf">PDF</a>).
|
291 | 291 | It is a non-profit project.</em>
|
292 | 292 | <strong>This book is still a work in progress.</strong> <em>Beta versions
|
293 |
| -of Chapters 1–13 and 15–17 are already complete (copyediting pending), |
294 |
| -but there will be more. In the meantime,</em> <strong>any |
| 293 | +of all chapters are already available (proofreading and copyediting pending). In the meantime,</em> <strong>any |
295 | 294 | <a class="reference external" href="https://github.com/gagolews/deepr/issues">bug/typos reports/fixes</a>
|
296 | 295 | are appreciated.</strong>
|
297 | 296 | <em>Although available online, this is a whole course.
|
@@ -505,7 +504,7 @@ <h3><span class="section-number">1.2.4. </span>Weaving: Automatic report generat
|
505 | 504 | <strong class="program">RStudio</strong>, and <strong class="program">VSCodium</strong>.</p>
|
506 | 505 | <p>Executing an individual code line or a whole text selection
|
507 | 506 | is usually done by pressing (configurable)
|
508 |
| -keyboard shortcuts such as <kbd class="kbd compound docutils literal notranslate"><kbd class="kbd docutils literal notranslate">Ctrl</kbd>+<kbd class="kbd docutils literal notranslate">Enter</kbd></kbd> or <kbd class="kbd compound docutils literal notranslate"><kbd class="kbd docutils literal notranslate">Shift</kbd>+<kbd class="kbd docutils literal notranslate">Enter</kbd></kbd>.</p> |
| 507 | +keyboard shortcuts such as <kbd class="kbd compound docutils literal notranslate"><kbd class="kbd docutils literal notranslate">Ctrl</kbd>+<kbd class="kbd docutils literal notranslate">Enter</kbd></kbd> or <kbd class="kbd compound docutils literal notranslate"><kbd class="kbd docutils literal notranslate">Shift</kbd>+<kbd class="kbd docutils literal notranslate">Enter</kbd></kbd>.</p> |
509 | 508 | <div class="proof proof-type-exercise" id="id12">
|
510 | 509 |
|
511 | 510 | <div class="proof-title">
|
@@ -776,7 +775,7 @@ <h2><span class="section-number">1.5. </span>Exercises<a class="headerlink" href
|
776 | 775 | Some rights reserved. Licensed under <a href='https://creativecommons.org/licenses/by-nc-nd/4.0/'>CC BY-NC-ND 4.0</a>.
|
777 | 776 | Built with <a href="https://sphinx-doc.org/">Sphinx</a>
|
778 | 777 | and a customised <a href="https://github.com/pradyunsg/furo">Furo</a> theme.
|
779 |
| - Last updated on 2023-05-17T17:24:43+1000. |
| 778 | + Last updated on 2023-05-18T19:43:11+1000. |
780 | 779 | This site will never display any ads: it is a non-profit project.
|
781 | 780 | It does not collect any data.
|
782 | 781 | </div>
|
|
0 commit comments