Skip to content

Commit ff985ee

Browse files
committed
more
1 parent 52576f6 commit ff985ee

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+377
-304
lines changed
-815 Bytes
Binary file not shown.
-1.04 KB
Binary file not shown.
28 Bytes
Binary file not shown.

.devel/sphinx/_build/html/genindex.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta name="color-scheme" content="light dark"><link rel="index" title="Index" href="#" /><link rel="search" title="Search" href="search.html" />
66
<link rel="canonical" href="https://stringx.gagolewski.com/genindex.html" />
77

8-
<link rel="shortcut icon" href="https://www.gagolewski.com/_static/img/stringx.png"/><!-- Generated with Sphinx 7.2.5 and Furo 2023.08.19 --><title>Index - R Package stringx</title>
8+
<link rel="shortcut icon" href="https://www.gagolewski.com/_static/img/stringx.png"/><!-- Generated with Sphinx 7.2.6 and Furo 2023.09.10 --><title>Index - R Package stringx</title>
99
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=80d5e7a1" />
1010
<link rel="stylesheet" type="text/css" href="_static/styles/furo.css?v=135e06be" />
1111
<link rel="stylesheet" type="text/css" href="_static/styles/furo-extensions.css?v=36a5483c" />
@@ -264,7 +264,7 @@ <h1 id="index">Index</h1>
264264
Some rights reserved. Licensed under <a href='https://creativecommons.org/licenses/by-nc-nd/4.0/'>CC BY-NC-ND 4.0</a>.
265265
Built with <a href="https://sphinx-doc.org/">Sphinx</a>
266266
and a customised <a href="https://github.com/pradyunsg/furo">Furo</a> theme.
267-
Last updated on 2023-11-08T17:14:02+1100.
267+
Last updated on 2023-11-16T10:39:44+1100.
268268
This site will never display any ads: it is a non-profit project.
269269
It does not collect any data.
270270
</div>

.devel/sphinx/_build/html/index.html

Lines changed: 39 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<link rel="index" title="Index" href="genindex.html" /><link rel="search" title="Search" href="search.html" /><link rel="next" title="ISOdatetime: Construct Date-time Objects" href="rapi/ISOdatetime.html" />
77
<link rel="canonical" href="https://stringx.gagolewski.com/index.html" />
88

9-
<link rel="shortcut icon" href="https://www.gagolewski.com/_static/img/stringx.png"/><!-- Generated with Sphinx 7.2.5 and Furo 2023.08.19 -->
9+
<link rel="shortcut icon" href="https://www.gagolewski.com/_static/img/stringx.png"/><!-- Generated with Sphinx 7.2.6 and Furo 2023.09.10 -->
1010
<title>R Package stringx</title>
1111
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=80d5e7a1" />
1212
<link rel="stylesheet" type="text/css" href="_static/styles/furo.css?v=135e06be" />
@@ -252,7 +252,7 @@
252252
</label>
253253
</div>
254254
<article role="main">
255-
<section id="stringx-replacements-for-base-r-string-functions-powered-by-stringi">
255+
<section class="tex2jax_ignore mathjax_ignore" id="stringx-replacements-for-base-r-string-functions-powered-by-stringi">
256256
<h1>stringx: Replacements for base R string functions powered by stringi<a class="headerlink" href="#stringx-replacements-for-base-r-string-functions-powered-by-stringi" title="Link to this heading">#</a></h1>
257257
<blockquote class="epigraph">
258258
<div><p>English is the native language for only 5% of the World population.
@@ -264,9 +264,9 @@ <h1>stringx: Replacements for base R string functions powered by stringi<a class
264264
This package replaces base R string functions with ones that fully
265265
support the Unicode standards related to natural language
266266
and date-time processing.
267-
Thanks to <a class="reference external" href="https://icu.unicode.org/">ICU</a>
267+
Thanks to <a class="reference external" href="https://icu.unicode.org/"><strong class="program">ICU</strong></a>
268268
(International Components for Unicode) and
269-
<a class="reference external" href="https://stringi.gagolewski.com/">stringi</a>,
269+
<a class="reference external" href="https://stringi.gagolewski.com/"><strong class="program">stringi</strong></a>,
270270
they are fast, reliable, and portable across different platforms.</p>
271271
</div></blockquote>
272272
<p><a class="reference external" href="https://www.r-project.org/">R</a>’s ambitions go far beyond being merely the
@@ -284,8 +284,9 @@ <h1>stringx: Replacements for base R string functions powered by stringi<a class
284284
<a class="reference external" href="https://deepr.gagolewski.com/">Deep R Programming</a>.</p>
285285
</div>
286286
<p><strong>stringx brings R string processing abilities into the 21st century.</strong>
287-
It replaces functions like <code class="docutils literal notranslate"><span class="pre">paste()</span></code>, <code class="docutils literal notranslate"><span class="pre">grep()</span></code>, <code class="docutils literal notranslate"><span class="pre">tolower()</span></code>,
288-
<code class="docutils literal notranslate"><span class="pre">strptime()</span></code>, and <code class="docutils literal notranslate"><span class="pre">sprintf()</span></code> with ones that:</p>
287+
It replaces functions like <strong class="command">paste</strong>, <strong class="command">grep</strong>,
288+
<strong class="command">tolower</strong>, <strong class="command">strptime</strong>, and <strong class="command">sprintf</strong>
289+
with ones that:</p>
289290
<ul class="simple">
290291
<li><p>support a wide range of languages and scripts and
291292
fully conform to <a class="reference external" href="https://www.unicode.org/">Unicode</a> standards
@@ -297,7 +298,8 @@ <h1>stringx: Replacements for base R string functions powered by stringi<a class
297298
with other procedures, etc.;
298299
they are all thoroughly documented in this online manual,
299300
happy reading! 🤓),</p></li>
300-
<li><p>are more forward-pipe (<code class="docutils literal notranslate"><span class="pre">|&gt;</span></code> or <code class="docutils literal notranslate"><span class="pre">magrittr::%&gt;%</span></code>) operator-friendly.</p></li>
301+
<li><p>are more forward-pipe (<strong class="command">|&gt;</strong> or <strong class="command">magrittr::%&gt;%</strong>)
302+
operator-friendly.</p></li>
301303
</ul>
302304
<p>Also, a few new, useful operations are introduced.</p>
303305
<div class="highlight-r notranslate"><div class="highlight"><pre><span></span><span class="nf">install.packages</span><span class="p">(</span><span class="s">&quot;stringx&quot;</span><span class="p">)</span><span class="w"> </span><span class="c1"># install from CRAN</span>
@@ -319,13 +321,30 @@ <h1>stringx: Replacements for base R string functions powered by stringi<a class
319321
<span class="c1">## 😂😃= NaN</span>
320322
</pre></div>
321323
</div>
322-
<p><strong>stringx</strong> is a set of wrappers around
323-
<a class="reference external" href="https://stringi.gagolewski.com/">stringi</a> — a mature
324+
<!--
325+
% COMMENT
326+
%
327+
% but we do not aim to fix the whole nam.ING_meSS
328+
%
329+
% 99% compatible (cannot be 100% as they use a different regex engine,
330+
% for example, and some inconsistencies are quite obvious and can be a push
331+
% for a change in the right direction)
332+
%
333+
% * collator - portable (locales), Unicode-correct (normalisation)
334+
% * date/time - portable (locales)
335+
% * iconv - portable
336+
% * regex - Unicode-correct, portable
337+
% * speed
338+
%
339+
% TODO: mention https://unicode-org.github.io/icu/userguide/icu/posix.html
340+
-->
341+
<p><strong class="program">stringx</strong> is a set of wrappers around
342+
<a class="reference external" href="https://stringi.gagolewski.com/"><strong class="program">stringi</strong></a> — a mature
324343
<a class="reference external" href="https://www.r-project.org/">R</a> package for
325344
fast, consistent, convenient, and portable string/text/natural language
326345
processing in any locale that relies on
327-
<a class="reference external" href="https://icu.unicode.org/">ICU – International Components for Unicode</a>.</p>
328-
<p><em>stringx</em>’s source code is hosted on
346+
<a class="reference external" href="https://icu.unicode.org/"><strong class="program">ICU</strong> – International Components for Unicode</a>.</p>
347+
<p><strong class="program">stringx</strong>’s source code is hosted on
329348
<a class="reference external" href="https://github.com/gagolews/stringx">GitHub</a>. Its official releases
330349
are available on <a class="reference external" href="https://cran.r-project.org/package=stringx">CRAN</a>.
331350
It is distributed under the terms of the GNU General Public License,
@@ -335,8 +354,16 @@ <h1>stringx: Replacements for base R string functions powered by stringi<a class
335354
</div>
336355
<div class="toctree-wrapper compound">
337356
</div>
357+
<!--
358+
% rapi.md
359+
-->
338360
<div class="toctree-wrapper compound">
339361
</div>
362+
<!--
363+
% COMMENT
364+
% .. |downloads1| image:: https://cranlogs.r-pkg.org/badges/grand-total/stringx
365+
% .. |downloads2| image:: https://cranlogs.r-pkg.org/badges/last-month/stringx
366+
-->
340367
</section>
341368

342369
</article>
@@ -364,7 +391,7 @@ <h1>stringx: Replacements for base R string functions powered by stringi<a class
364391
Some rights reserved. Licensed under <a href='https://creativecommons.org/licenses/by-nc-nd/4.0/'>CC BY-NC-ND 4.0</a>.
365392
Built with <a href="https://sphinx-doc.org/">Sphinx</a>
366393
and a customised <a href="https://github.com/pradyunsg/furo">Furo</a> theme.
367-
Last updated on 2023-11-08T17:14:02+1100.
394+
Last updated on 2023-11-16T10:39:44+1100.
368395
This site will never display any ads: it is a non-profit project.
369396
It does not collect any data.
370397
</div>

.devel/sphinx/_build/html/news.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<link rel="index" title="Index" href="genindex.html" /><link rel="search" title="Search" href="search.html" /><link rel="prev" title="trimws: Trim Leading or Trailing Whitespaces" href="rapi/trimws.html" />
77
<link rel="canonical" href="https://stringx.gagolewski.com/news.html" />
88

9-
<link rel="shortcut icon" href="https://www.gagolewski.com/_static/img/stringx.png"/><!-- Generated with Sphinx 7.2.5 and Furo 2023.08.19 -->
9+
<link rel="shortcut icon" href="https://www.gagolewski.com/_static/img/stringx.png"/><!-- Generated with Sphinx 7.2.6 and Furo 2023.09.10 -->
1010
<title>Changelog - R Package stringx</title>
1111
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=80d5e7a1" />
1212
<link rel="stylesheet" type="text/css" href="_static/styles/furo.css?v=135e06be" />
@@ -396,7 +396,7 @@ <h2>0.0.0 (2021-05-07)<a class="headerlink" href="#id9" title="Link to this head
396396
Some rights reserved. Licensed under <a href='https://creativecommons.org/licenses/by-nc-nd/4.0/'>CC BY-NC-ND 4.0</a>.
397397
Built with <a href="https://sphinx-doc.org/">Sphinx</a>
398398
and a customised <a href="https://github.com/pradyunsg/furo">Furo</a> theme.
399-
Last updated on 2023-11-08T17:14:02+1100.
399+
Last updated on 2023-11-16T10:39:44+1100.
400400
This site will never display any ads: it is a non-profit project.
401401
It does not collect any data.
402402
</div>

.devel/sphinx/_build/html/rapi.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<link rel="index" title="Index" href="genindex.html" /><link rel="search" title="Search" href="search.html" />
77
<link rel="canonical" href="https://stringx.gagolewski.com/rapi.html" />
88

9-
<link rel="shortcut icon" href="https://www.gagolewski.com/_static/img/stringx.png"/><!-- Generated with Sphinx 7.2.5 and Furo 2023.08.19 -->
9+
<link rel="shortcut icon" href="https://www.gagolewski.com/_static/img/stringx.png"/><!-- Generated with Sphinx 7.2.6 and Furo 2023.09.10 -->
1010
<title>R Package stringx Reference - R Package stringx</title>
1111
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=80d5e7a1" />
1212
<link rel="stylesheet" type="text/css" href="_static/styles/furo.css?v=135e06be" />
@@ -298,7 +298,7 @@ <h1>R Package <em>stringx</em> Reference<a class="headerlink" href="#r-package-s
298298
Some rights reserved. Licensed under <a href='https://creativecommons.org/licenses/by-nc-nd/4.0/'>CC BY-NC-ND 4.0</a>.
299299
Built with <a href="https://sphinx-doc.org/">Sphinx</a>
300300
and a customised <a href="https://github.com/pradyunsg/furo">Furo</a> theme.
301-
Last updated on 2023-11-08T17:14:02+1100.
301+
Last updated on 2023-11-16T10:39:44+1100.
302302
This site will never display any ads: it is a non-profit project.
303303
It does not collect any data.
304304
</div>

.devel/sphinx/_build/html/rapi/ISOdatetime.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Search" href="../search.html" /><link rel="next" title="about_stringx: Drop-in Replacements for Base String Functions Powered by Stringi" href="about_stringx.html" /><link rel="prev" title="stringx: Replacements for base R string functions powered by stringi" href="../index.html" />
77
<link rel="canonical" href="https://stringx.gagolewski.com/rapi/ISOdatetime.html" />
88

9-
<link rel="shortcut icon" href="https://www.gagolewski.com/_static/img/stringx.png"/><!-- Generated with Sphinx 7.2.5 and Furo 2023.08.19 -->
9+
<link rel="shortcut icon" href="https://www.gagolewski.com/_static/img/stringx.png"/><!-- Generated with Sphinx 7.2.6 and Furo 2023.09.10 -->
1010
<title>ISOdatetime: Construct Date-time Objects - R Package stringx</title>
1111
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=80d5e7a1" />
1212
<link rel="stylesheet" type="text/css" href="../_static/styles/furo.css?v=135e06be" />
@@ -382,7 +382,7 @@ <h2>Examples<a class="headerlink" href="#examples" title="Link to this heading">
382382
Some rights reserved. Licensed under <a href='https://creativecommons.org/licenses/by-nc-nd/4.0/'>CC BY-NC-ND 4.0</a>.
383383
Built with <a href="https://sphinx-doc.org/">Sphinx</a>
384384
and a customised <a href="https://github.com/pradyunsg/furo">Furo</a> theme.
385-
Last updated on 2023-11-08T17:14:02+1100.
385+
Last updated on 2023-11-16T10:39:44+1100.
386386
This site will never display any ads: it is a non-profit project.
387387
It does not collect any data.
388388
</div>

.devel/sphinx/_build/html/rapi/about_stringx.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Search" href="../search.html" /><link rel="next" title="chartr: Transliteration and Other Text Transforms" href="chartr.html" /><link rel="prev" title="ISOdatetime: Construct Date-time Objects" href="ISOdatetime.html" />
77
<link rel="canonical" href="https://stringx.gagolewski.com/rapi/about_stringx.html" />
88

9-
<link rel="shortcut icon" href="https://www.gagolewski.com/_static/img/stringx.png"/><!-- Generated with Sphinx 7.2.5 and Furo 2023.08.19 -->
9+
<link rel="shortcut icon" href="https://www.gagolewski.com/_static/img/stringx.png"/><!-- Generated with Sphinx 7.2.6 and Furo 2023.09.10 -->
1010
<title>about_stringx: Drop-in Replacements for Base String Functions Powered by Stringi - R Package stringx</title>
1111
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=80d5e7a1" />
1212
<link rel="stylesheet" type="text/css" href="../_static/styles/furo.css?v=135e06be" />
@@ -311,7 +311,7 @@ <h2>See Also<a class="headerlink" href="#see-also" title="Link to this heading">
311311
Some rights reserved. Licensed under <a href='https://creativecommons.org/licenses/by-nc-nd/4.0/'>CC BY-NC-ND 4.0</a>.
312312
Built with <a href="https://sphinx-doc.org/">Sphinx</a>
313313
and a customised <a href="https://github.com/pradyunsg/furo">Furo</a> theme.
314-
Last updated on 2023-11-08T17:14:02+1100.
314+
Last updated on 2023-11-16T10:39:44+1100.
315315
This site will never display any ads: it is a non-profit project.
316316
It does not collect any data.
317317
</div>

.devel/sphinx/_build/html/rapi/chartr.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Search" href="../search.html" /><link rel="next" title="constants: Character Constants" href="constants.html" /><link rel="prev" title="about_stringx: Drop-in Replacements for Base String Functions Powered by Stringi" href="about_stringx.html" />
77
<link rel="canonical" href="https://stringx.gagolewski.com/rapi/chartr.html" />
88

9-
<link rel="shortcut icon" href="https://www.gagolewski.com/_static/img/stringx.png"/><!-- Generated with Sphinx 7.2.5 and Furo 2023.08.19 -->
9+
<link rel="shortcut icon" href="https://www.gagolewski.com/_static/img/stringx.png"/><!-- Generated with Sphinx 7.2.6 and Furo 2023.09.10 -->
1010
<title>chartr: Transliteration and Other Text Transforms - R Package stringx</title>
1111
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=80d5e7a1" />
1212
<link rel="stylesheet" type="text/css" href="../_static/styles/furo.css?v=135e06be" />
@@ -397,7 +397,7 @@ <h2>Examples<a class="headerlink" href="#examples" title="Link to this heading">
397397
Some rights reserved. Licensed under <a href='https://creativecommons.org/licenses/by-nc-nd/4.0/'>CC BY-NC-ND 4.0</a>.
398398
Built with <a href="https://sphinx-doc.org/">Sphinx</a>
399399
and a customised <a href="https://github.com/pradyunsg/furo">Furo</a> theme.
400-
Last updated on 2023-11-08T17:14:02+1100.
400+
Last updated on 2023-11-16T10:39:44+1100.
401401
This site will never display any ads: it is a non-profit project.
402402
It does not collect any data.
403403
</div>

0 commit comments

Comments
 (0)