You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/chapter/000-preface.html
+3-3
Original file line number
Diff line number
Diff line change
@@ -407,7 +407,7 @@ <h2>To R, or not to R<a class="headerlink" href="#to-r-or-not-to-r" title="Link
407
407
</div>
408
408
<divclass="admonition note">
409
409
<pclass="admonition-title">Note</p>
410
-
<p>R <spanid="id3">[<aclass="reference internal" href="999-bibliography.html#id8" title="R Development Core Team. (2023). R: A Language and Environment for Statistical Computing. R Foundation for Statistical Computing. URL: https://www.R-project.org/.">70</a>]</span> is a dialect of the very popular S
410
+
<p>R <spanid="id3">[<aclass="reference internal" href="999-bibliography.html#id8" title="R Development Core Team. (2024). R: A Language and Environment for Statistical Computing. R Foundation for Statistical Computing. URL: https://www.R-project.org/.">70</a>]</span> is a dialect of the very popular S
411
411
system designed in the mid-1970s by Rick A. Becker, John M. Chambers,
412
412
and Allan R. Wilks at Bell Labs
413
413
see <spanid="id4">[<aclass="reference internal" href="999-bibliography.html#id55" title="Becker, R.A. (1994). A Brief History of S. URL: https://sas.uwaterloo.ca/~rwoldfor/software/R-code/historyOfS.pdf.">3</a>, <aclass="reference internal" href="999-bibliography.html#id58" title="Becker, R.A. and Chambers, J.M. (1984). Design of the S system for data analysis. Communications of the ACM, 27(5):486–495. DOI: 10.1145/358189.358078.">4</a>, <aclass="reference internal" href="999-bibliography.html#id59" title="Becker, R.A. and Chambers, J.M. (1984). S: An Interactive Environment for Data Analysis and Graphics. Wadsworth.">5</a>, <aclass="reference internal" href="999-bibliography.html#id60" title="Becker, R.A. and Chambers, J.M. (1985). Extending the S System. Wadsworth.">6</a>]</span>
@@ -726,7 +726,7 @@ <h2>You can make this book better<a class="headerlink" href="#you-can-make-this-
726
726
(come back later) or in general (no dramas).
727
727
This is a non-profit, open-access project, but it does not
728
728
mean it is ideal for everyone. We recommend giving other sources a try,
729
-
e.g., <spanid="id20">[<aclass="reference internal" href="999-bibliography.html#id73" title="Burns, P. (2011). The R Inferno. URL: https://www.burns-stat.com/pages/Tutor/R_inferno.pdf.">8</a>, <aclass="reference internal" href="999-bibliography.html#id19" title="Chambers, J.M. (2008). Software for Data Analysis. Programming with R. Springer.">10</a>, <aclass="reference internal" href="999-bibliography.html#id24" title="Crawley, M.J. (2007). The R Book. John Wiley & Sons.">15</a>, <aclass="reference internal" href="999-bibliography.html#id22" title="Matloff, N.S. (2011). The Art of R Programming: A Tour of Statistical Software Design. No Starch Press.">45</a>, <aclass="reference internal" href="999-bibliography.html#id9" title="Venables, W.N., Smith, D.M., and R Development Core Team. (2023). An Introduction to R. URL: https://CRAN.R-project.org/doc/manuals/r-release/R-intro.html.">58</a>, <aclass="reference internal" href="999-bibliography.html#id23" title="Wickham, H. (2019). Advanced R. Chapman & Hall/CRC, 2nd edition. URL: https://adv-r.hadley.nz/.">61</a>, <aclass="reference internal" href="999-bibliography.html#id25" title="Wickham, H., Çetinkaya-Rundel, M., and Grolemund, G. (2023). R for Data Science. O'Reilly. URL: https://r4ds.hadley.nz/.">62</a>, <aclass="reference internal" href="999-bibliography.html#id11" title="R Development Core Team. (2023). R Language Definition. URL: https://CRAN.R-project.org/doc/manuals/r-release/R-lang.html.">69</a>]</span>, etc.
729
+
e.g., <spanid="id20">[<aclass="reference internal" href="999-bibliography.html#id73" title="Burns, P. (2011). The R Inferno. URL: https://www.burns-stat.com/pages/Tutor/R_inferno.pdf.">8</a>, <aclass="reference internal" href="999-bibliography.html#id19" title="Chambers, J.M. (2008). Software for Data Analysis. Programming with R. Springer.">10</a>, <aclass="reference internal" href="999-bibliography.html#id24" title="Crawley, M.J. (2007). The R Book. John Wiley & Sons.">15</a>, <aclass="reference internal" href="999-bibliography.html#id22" title="Matloff, N.S. (2011). The Art of R Programming: A Tour of Statistical Software Design. No Starch Press.">45</a>, <aclass="reference internal" href="999-bibliography.html#id9" title="Venables, W.N., Smith, D.M., and R Development Core Team. (2024). An Introduction to R. URL: https://CRAN.R-project.org/doc/manuals/r-release/R-intro.html.">58</a>, <aclass="reference internal" href="999-bibliography.html#id23" title="Wickham, H. (2019). Advanced R. Chapman & Hall/CRC, 2nd edition. URL: https://adv-r.hadley.nz/.">61</a>, <aclass="reference internal" href="999-bibliography.html#id25" title="Wickham, H., Çetinkaya-Rundel, M., and Grolemund, G. (2023). R for Data Science. O'Reilly. URL: https://r4ds.hadley.nz/.">62</a>, <aclass="reference internal" href="999-bibliography.html#id11" title="R Development Core Team. (2024). R Language Definition. URL: https://CRAN.R-project.org/doc/manuals/r-release/R-lang.html.">69</a>]</span>, etc.
<p>How to start the R console varies from system to system.
413
413
For instance, the users of UNIX-like boxes can simply execute
414
414
<strongclass="program">R</strong> from the terminal (shell, command line).
415
-
Wi***ws folks can fire up<strongclass="program">RGui</strong> from the <em>Start</em> menu.</p>
415
+
Those on Wi***ws can activate<strongclass="program">RGui</strong> from the <em>Start</em> menu.</p>
416
416
<divclass="admonition important">
417
417
<pclass="admonition-title">Important</p>
418
418
<p>When working interactively, the default<aclass="footnote-reference brackets" href="#footprompt" id="id4" role="doc-noteref"><spanclass="fn-bracket">[</span>3<spanclass="fn-bracket">]</span></a>
<p>For portability reasons, we suggest slashes, “<codeclass="file docutils literal notranslate"><spanclass="pre">/</span></code>”, as path
739
739
separators; see also <strongclass="command">help</strong><codeclass="code docutils literal notranslate"><spanclass="pre">("file.path")</span></code> and <strongclass="command">help</strong><codeclass="code docutils literal notranslate"><spanclass="pre">(".Platform")</span></code>.
740
740
They are recognised by all UNIX-like boxes as well as by other
741
-
popular operating systems, including W*****ws.
741
+
popular operating systems, including Wi***ws.
742
742
Note that URLs, such as <aclass="reference external" href="https://deepr.gagolewski.com/">https://deepr.gagolewski.com/</a>,
Copy file name to clipboardExpand all lines: docs/chapter/150-indexing.html
+2-2
Original file line number
Diff line number
Diff line change
@@ -1392,7 +1392,7 @@ <h3><span class="section-number">5.4.6. </span>Counting index occurrences<a clas
1392
1392
if that makes sense.</p></li>
1393
1393
</ul>
1394
1394
<p>Below we explore some common patterns; see also
1395
-
Section 1.3 of <spanid="id6">[<aclass="reference internal" href="999-bibliography.html#id13" title="R Development Core Team. (2023). R Internals. URL: https://CRAN.R-project.org/doc/manuals/r-release/R-ints.html.">68</a>]</span>.</p>
1395
+
Section 1.3 of <spanid="id6">[<aclass="reference internal" href="999-bibliography.html#id13" title="R Development Core Team. (2024). R Internals. URL: https://CRAN.R-project.org/doc/manuals/r-release/R-ints.html.">68</a>]</span>.</p>
1396
1396
<sectionid="c">
1397
1397
<h3><spanclass="section-number">5.5.1. </span><strongclass="command">c</strong><aclass="headerlink" href="#c" title="Link to this heading">¶</a></h3>
1398
1398
<p>First, <strongclass="command">c</strong> drops<aclass="footnote-reference brackets" href="#footcdrop" id="id7" role="doc-noteref"><spanclass="fn-bracket">[</span>5<spanclass="fn-bracket">]</span></a> all
<p>see <aclass="reference internal" href="210-design.html#sec-own-packages"><spanclass="std std-numref">Section 9.2.2</span></a> for more
1062
-
and <em>Writing R Extensions</em><spanid="id4">[<aclass="reference internal" href="999-bibliography.html#id15" title="R Development Core Team. (2023). Writing R Extensions. URL: https://CRAN.R-project.org/doc/manuals/r-release/R-exts.html.">65</a>]</span> for all the details.</p>
1062
+
and <em>Writing R Extensions</em><spanid="id4">[<aclass="reference internal" href="999-bibliography.html#id15" title="R Development Core Team. (2024). Writing R Extensions. URL: https://CRAN.R-project.org/doc/manuals/r-release/R-exts.html.">65</a>]</span> for all the details.</p>
1063
1063
<p>Most packages are published in the
1064
1064
moderated repository that is part of the <em>Comprehensive R Archive Network</em>
@@ -1169,13 +1169,13 @@ <h2><span class="section-number">7.3. </span>Accessing third-party functions<a c
1169
1169
source tarball (most often as a compressed <codeclass="file docutils literal notranslate"><spanclass="pre">pkg_version.tar.gz</span></code> file;
1170
1170
see <strongclass="command">help</strong><codeclass="code docutils literal notranslate"><spanclass="pre">("untar")</span></code>).</p>
1171
1171
<p>Note that <codeclass="code docutils literal notranslate"><spanclass="pre">type="source"</span></code> is the default unless one is
1172
-
on a W****ws or m**OS box;
1172
+
on a Wi***ws or m**OS box;
1173
1173
see <strongclass="command">getOption</strong><codeclass="code docutils literal notranslate"><spanclass="pre">("pkgType")</span></code>. This is because these two
1174
1174
operating systems require additional build tools, especially if a package
1175
1175
relies on C or C++ code; see <aclass="reference internal" href="310-compiled.html#chap-compiled"><spanclass="std std-numref">Chapter 14</span></a>
1176
-
and Section C.3 of <spanid="id6">[<aclass="reference internal" href="999-bibliography.html#id12" title="R Development Core Team. (2023). R Installation and Administration. URL: https://CRAN.R-project.org/doc/manuals/r-release/R-admin.html.">67</a>]</span>:</p>
1176
+
and Section C.3 of <spanid="id6">[<aclass="reference internal" href="999-bibliography.html#id12" title="R Development Core Team. (2024). R Installation and Administration. URL: https://CRAN.R-project.org/doc/manuals/r-release/R-admin.html.">67</a>]</span>:</p>
1177
1177
<ulclass="simple">
1178
-
<li><p><aclass="reference external" href="https://cran.r-project.org/bin/windows/Rtools"><strongclass="program">RTools</strong></a> on W****ws,</p></li>
1178
+
<li><p><aclass="reference external" href="https://cran.r-project.org/bin/windows/Rtools"><strongclass="program">RTools</strong></a> on Wi***ws,</p></li>
1179
1179
<li><p><aclass="reference external" href="https://developer.apple.com/xcode/resources"><strongclass="program">Xcode</strong> Command Line Tools</a>
0 commit comments