Skip to content

Commit

Permalink
v0.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
gagolews committed Jan 11, 2025
1 parent 40ae49e commit ee156ce
Show file tree
Hide file tree
Showing 97 changed files with 400 additions and 353 deletions.
2 changes: 1 addition & 1 deletion .devel/realtest.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file is part of the 'stringx' project.
# Copyleft (c) 2021-2024, Marek Gagolewski <https://www.gagolewski.com>
# Copyleft (c) 2021-2025, Marek Gagolewski <https://www.gagolewski.com>

# Runs all unit tests for the package

Expand Down
8 changes: 3 additions & 5 deletions .devel/roxygen2-patch.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyleft (C) 2021-2024, Marek Gagolewski <https://www.gagolewski.com>
# Copyleft (C) 2021-2025, Marek Gagolewski <https://www.gagolewski.com>
# Adding author and other metadata to every Rd file;
# There is one and only one official manual. Ad- and tracker-free.
# Enjoy the free internet.
Expand All @@ -18,10 +18,6 @@ postprocess_contents <- function(contents)
)






if (!stringi::stri_detect_regex(
contents, "% Please edit documentation in R/.*\\\\name", dotall=TRUE) # fixed comment generated by roxugen2
) return(contents)
Expand All @@ -33,6 +29,8 @@ postprocess_contents <- function(contents)
"}\n")
}

contents <- stringi::stri_replace_first_fixed(contents, "\\alias{-package}", "")

if (!stringi::stri_detect_fixed(contents, "\\seealso{\n")) {
contents <- stringi::stri_paste(
contents,
Expand Down
Binary file modified .devel/sphinx/_build/doctrees/environment.pickle
Binary file not shown.
Binary file modified .devel/sphinx/_build/doctrees/news.doctree
Binary file not shown.
Binary file modified .devel/sphinx/_build/doctrees/rapi/strptime.doctree
Binary file not shown.
2 changes: 1 addition & 1 deletion .devel/sphinx/_build/html/_static/css/custom.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* --------------------------------------------------------------------------
Copyleft (C) 2021-2024, Marek Gagolewski <https://www.gagolewski.com/>
Copyleft (C) 2021-2025, Marek Gagolewski <https://www.gagolewski.com/>
-------------------------------------------------------------------------- */

@import url("fonts/Alegreya-fontspec.css");
Expand Down
2 changes: 1 addition & 1 deletion .devel/sphinx/_build/html/_static/documentation_options.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const DOCUMENTATION_OPTIONS = {
VERSION: '0.2.8',
VERSION: '0.2.9',
LANGUAGE: 'en',
COLLAPSE_INDEX: false,
BUILDER: 'html',
Expand Down
8 changes: 4 additions & 4 deletions .devel/sphinx/_build/html/genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=80d5e7a1" />
<link rel="stylesheet" type="text/css" href="_static/styles/furo.css?v=387cc868" />
<link rel="stylesheet" type="text/css" href="_static/styles/furo-extensions.css?v=36a5483c" />
<link rel="stylesheet" type="text/css" href="_static/css/custom.css?v=5282ffc2" />
<link rel="stylesheet" type="text/css" href="_static/css/custom.css?v=1981fb80" />



Expand Down Expand Up @@ -218,7 +218,7 @@
<a class="sidebar-brand" href="index.html">stringx</a>
</span>
<div class="sidebar-brand">
0.2.8
0.2.9
</div>
<form class="sidebar-search-container" method="get" action="search.html" role="search">
<input class="sidebar-search" placeholder="Search" name="q" aria-label="Search">
Expand Down Expand Up @@ -318,7 +318,7 @@ <h1 id="index">Index</h1>
Some rights reserved. Licensed under <a href='https://creativecommons.org/licenses/by-nc-nd/4.0/'>CC BY-NC-ND 4.0</a>.
Built with <a href="https://sphinx-doc.org/">Sphinx</a>
and a customised <a href="https://github.com/pradyunsg/furo">Furo</a> theme.
Last updated on 2024-07-11T12:25:50+0200.
Last updated on 2025-01-11T17:25:22+0100.
This site will never display any ads: it is a non-profit project.
It does not collect any data.
</div>
Expand All @@ -333,7 +333,7 @@ <h1 id="index">Index</h1>

</aside>
</div>
</div><script src="_static/documentation_options.js?v=b01fafc3"></script>
</div><script src="_static/documentation_options.js?v=14672bda"></script>
<script src="_static/doctools.js?v=9a2dae69"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="_static/scripts/furo.js?v=4e2eecee"></script>
Expand Down
8 changes: 4 additions & 4 deletions .devel/sphinx/_build/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=80d5e7a1" />
<link rel="stylesheet" type="text/css" href="_static/styles/furo.css?v=387cc868" />
<link rel="stylesheet" type="text/css" href="_static/styles/furo-extensions.css?v=36a5483c" />
<link rel="stylesheet" type="text/css" href="_static/css/custom.css?v=5282ffc2" />
<link rel="stylesheet" type="text/css" href="_static/css/custom.css?v=1981fb80" />



Expand Down Expand Up @@ -220,7 +220,7 @@
<a class="sidebar-brand" href="#">stringx</a>
</span>
<div class="sidebar-brand">
0.2.8
0.2.9
</div>
<form class="sidebar-search-container" method="get" action="search.html" role="search">
<input class="sidebar-search" placeholder="Search" name="q" aria-label="Search">
Expand Down Expand Up @@ -441,7 +441,7 @@ <h1>stringx: Replacements for base R string functions powered by stringi<a class
Some rights reserved. Licensed under <a href='https://creativecommons.org/licenses/by-nc-nd/4.0/'>CC BY-NC-ND 4.0</a>.
Built with <a href="https://sphinx-doc.org/">Sphinx</a>
and a customised <a href="https://github.com/pradyunsg/furo">Furo</a> theme.
Last updated on 2024-07-11T12:25:50+0200.
Last updated on 2025-01-11T17:25:22+0100.
This site will never display any ads: it is a non-profit project.
It does not collect any data.
</div>
Expand All @@ -456,7 +456,7 @@ <h1>stringx: Replacements for base R string functions powered by stringi<a class

</aside>
</div>
</div><script src="_static/documentation_options.js?v=b01fafc3"></script>
</div><script src="_static/documentation_options.js?v=14672bda"></script>
<script src="_static/doctools.js?v=9a2dae69"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="_static/scripts/furo.js?v=4e2eecee"></script>
Expand Down
82 changes: 46 additions & 36 deletions .devel/sphinx/_build/html/news.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=80d5e7a1" />
<link rel="stylesheet" type="text/css" href="_static/styles/furo.css?v=387cc868" />
<link rel="stylesheet" type="text/css" href="_static/styles/furo-extensions.css?v=36a5483c" />
<link rel="stylesheet" type="text/css" href="_static/css/custom.css?v=5282ffc2" />
<link rel="stylesheet" type="text/css" href="_static/css/custom.css?v=1981fb80" />



Expand Down Expand Up @@ -220,7 +220,7 @@
<a class="sidebar-brand" href="index.html">stringx</a>
</span>
<div class="sidebar-brand">
0.2.8
0.2.9
</div>
<form class="sidebar-search-container" method="get" action="search.html" role="search">
<input class="sidebar-search" placeholder="Search" name="q" aria-label="Search">
Expand Down Expand Up @@ -310,42 +310,51 @@ <h1>Changelog<a class="headerlink" href="#changelog" title="Link to this heading
see <a class="reference external" href="https://github.com/gagolews/stringx/issues">https://github.com/gagolews/stringx/issues</a>.</p>
</div></blockquote>
<section id="id1">
<h2>0.2.8 (2024-04-09)<a class="headerlink" href="#id1" title="Link to this heading"></a></h2>
<h2>0.2.9 (2025-01-11)<a class="headerlink" href="#id1" title="Link to this heading"></a></h2>
<ul class="simple">
<li><p>[BUGFIX] <code class="docutils literal notranslate"><span class="pre">as.POSIXlt.POSIXxt</span></code> did not set <code class="docutils literal notranslate"><span class="pre">gmtoff</span></code>.</p></li>
</ul>
</section>
<section id="id2">
<h2>0.2.7 (2024-04-05)<a class="headerlink" href="#id2" title="Link to this heading"></a></h2>
<h2>0.2.8 (2024-04-09)<a class="headerlink" href="#id2" title="Link to this heading"></a></h2>
<ul class="simple">
<li><p>[BUGFIX] Fixed failing checks/tests due to some updates in R.</p></li>
</ul>
</section>
<section id="id3">
<h2>0.2.6 (2023-11-30)<a class="headerlink" href="#id3" title="Link to this heading"></a></h2>
<h2>0.2.7 (2024-04-05)<a class="headerlink" href="#id3" title="Link to this heading"></a></h2>
<ul class="simple">
<li><p>[BUGFIX] Fixed failing checks/tests due to some updates in R.</p></li>
</ul>
</section>
<section id="id4">
<h2>0.2.6 (2023-11-30)<a class="headerlink" href="#id4" title="Link to this heading"></a></h2>
<ul class="simple">
<li><p>[BACKWARD INCOMPATIBILITY] <code class="docutils literal notranslate"><span class="pre">strptime</span></code> fills missing fields based
on today’s midnight, due to a change in <em>stringi</em>-1.8.1.</p></li>
<li><p>[BUGFIX] #13: Subtracting of objects of class <code class="docutils literal notranslate"><span class="pre">POSIXxt</span></code> resulted in an error.</p></li>
</ul>
</section>
<section id="id4">
<h2>0.2.5 (2023-05-21)<a class="headerlink" href="#id4" title="Link to this heading"></a></h2>
</section>
<section id="id5">
<h2>0.2.4 (2022-10-27)<a class="headerlink" href="#id5" title="Link to this heading"></a></h2>
<h2>0.2.5 (2023-05-21)<a class="headerlink" href="#id5" title="Link to this heading"></a></h2>
</section>
<section id="id6">
<h2>0.2.3 (2022-10-13)<a class="headerlink" href="#id6" title="Link to this heading"></a></h2>
<h2>0.2.4 (2022-10-27)<a class="headerlink" href="#id6" title="Link to this heading"></a></h2>
</section>
<section id="id7">
<h2>0.2.3 (2022-10-13)<a class="headerlink" href="#id7" title="Link to this heading"></a></h2>
<ul class="simple">
<li><p>[BUGFIX] Fixed failing checks/tests due to some updates in R.</p></li>
</ul>
</section>
<section id="id7">
<h2>0.2.2 (2021-09-03)<a class="headerlink" href="#id7" title="Link to this heading"></a></h2>
<section id="id8">
<h2>0.2.2 (2021-09-03)<a class="headerlink" href="#id8" title="Link to this heading"></a></h2>
<ul class="simple">
<li><p>[DOCUMENTATION] ICU Project site has been moved to <a class="reference external" href="https://icu.unicode.org/">https://icu.unicode.org/</a>.</p></li>
</ul>
</section>
<section id="id8">
<h2>0.2.1 (2021-08-27)<a class="headerlink" href="#id8" title="Link to this heading"></a></h2>
<section id="id9">
<h2>0.2.1 (2021-08-27)<a class="headerlink" href="#id9" title="Link to this heading"></a></h2>
<ul class="simple">
<li><p>[BACKWARD INCOMPATIBILITY, BUGFIX] #7: Dates without times are now always
treated as being at midnight in the local (default) time zone.</p></li>
Expand All @@ -359,21 +368,21 @@ <h2>0.2.1 (2021-08-27)<a class="headerlink" href="#id8" title="Link to this head
<code class="docutils literal notranslate"><span class="pre">c.POSIXxt</span></code>, <code class="docutils literal notranslate"><span class="pre">rep.POSIXxt</span></code>, <code class="docutils literal notranslate"><span class="pre">seq.POSIXxt</span></code>.</p></li>
</ul>
</section>
<section id="id9">
<h2>0.1.3 (2021-08-05)<a class="headerlink" href="#id9" title="Link to this heading"></a></h2>
<section id="id10">
<h2>0.1.3 (2021-08-05)<a class="headerlink" href="#id10" title="Link to this heading"></a></h2>
<ul class="simple">
<li><p>[BUGFIX] #4: Fixed failing check with ICU 55.</p></li>
<li><p>[BUGFIX] #5: Fixed failing check under POSIX/C locale.</p></li>
</ul>
</section>
<section id="id10">
<h2>0.1.2 (2021-07-27)<a class="headerlink" href="#id10" title="Link to this heading"></a></h2>
<section id="id11">
<h2>0.1.2 (2021-07-27)<a class="headerlink" href="#id11" title="Link to this heading"></a></h2>
<ul class="simple">
<li><p>First <a class="reference external" href="https://cran.r-project.org/package=stringx">CRAN</a> release.</p></li>
</ul>
</section>
<section id="id11">
<h2>0.1.1 (2021-07-15)<a class="headerlink" href="#id11" title="Link to this heading"></a></h2>
<section id="id12">
<h2>0.1.1 (2021-07-15)<a class="headerlink" href="#id12" title="Link to this heading"></a></h2>
<ul class="simple">
<li><p>[GENERAL] <a class="reference external" href="https://stringx.gagolewski.com/">On-line manual</a> is now available.</p></li>
<li><p>[GENERAL] Using <a class="reference external" href="https://realtest.gagolewski.com/"><em>realtest</em></a>
Expand Down Expand Up @@ -415,8 +424,8 @@ <h2>0.1.1 (2021-07-15)<a class="headerlink" href="#id11" title="Link to this hea
<code class="docutils literal notranslate"><span class="pre">regexec</span></code>, <code class="docutils literal notranslate"><span class="pre">gregexec</span></code>.</p></li>
</ul>
</section>
<section id="id12">
<h2>0.0.0 (2021-05-07)<a class="headerlink" href="#id12" title="Link to this heading"></a></h2>
<section id="id13">
<h2>0.0.0 (2021-05-07)<a class="headerlink" href="#id13" title="Link to this heading"></a></h2>
<ul class="simple">
<li><p>The <em>stringx</em> project has been started.</p></li>
</ul>
Expand Down Expand Up @@ -450,7 +459,7 @@ <h2>0.0.0 (2021-05-07)<a class="headerlink" href="#id12" title="Link to this hea
Some rights reserved. Licensed under <a href='https://creativecommons.org/licenses/by-nc-nd/4.0/'>CC BY-NC-ND 4.0</a>.
Built with <a href="https://sphinx-doc.org/">Sphinx</a>
and a customised <a href="https://github.com/pradyunsg/furo">Furo</a> theme.
Last updated on 2024-07-11T12:25:50+0200.
Last updated on 2025-01-11T17:25:22+0100.
This site will never display any ads: it is a non-profit project.
It does not collect any data.
</div>
Expand All @@ -472,18 +481,19 @@ <h2>0.0.0 (2021-05-07)<a class="headerlink" href="#id12" title="Link to this hea
<div class="toc-tree">
<ul>
<li><a class="reference internal" href="#">Changelog</a><ul>
<li><a class="reference internal" href="#id1">0.2.8 (2024-04-09)</a></li>
<li><a class="reference internal" href="#id2">0.2.7 (2024-04-05)</a></li>
<li><a class="reference internal" href="#id3">0.2.6 (2023-11-30)</a></li>
<li><a class="reference internal" href="#id4">0.2.5 (2023-05-21)</a></li>
<li><a class="reference internal" href="#id5">0.2.4 (2022-10-27)</a></li>
<li><a class="reference internal" href="#id6">0.2.3 (2022-10-13)</a></li>
<li><a class="reference internal" href="#id7">0.2.2 (2021-09-03)</a></li>
<li><a class="reference internal" href="#id8">0.2.1 (2021-08-27)</a></li>
<li><a class="reference internal" href="#id9">0.1.3 (2021-08-05)</a></li>
<li><a class="reference internal" href="#id10">0.1.2 (2021-07-27)</a></li>
<li><a class="reference internal" href="#id11">0.1.1 (2021-07-15)</a></li>
<li><a class="reference internal" href="#id12">0.0.0 (2021-05-07)</a></li>
<li><a class="reference internal" href="#id1">0.2.9 (2025-01-11)</a></li>
<li><a class="reference internal" href="#id2">0.2.8 (2024-04-09)</a></li>
<li><a class="reference internal" href="#id3">0.2.7 (2024-04-05)</a></li>
<li><a class="reference internal" href="#id4">0.2.6 (2023-11-30)</a></li>
<li><a class="reference internal" href="#id5">0.2.5 (2023-05-21)</a></li>
<li><a class="reference internal" href="#id6">0.2.4 (2022-10-27)</a></li>
<li><a class="reference internal" href="#id7">0.2.3 (2022-10-13)</a></li>
<li><a class="reference internal" href="#id8">0.2.2 (2021-09-03)</a></li>
<li><a class="reference internal" href="#id9">0.2.1 (2021-08-27)</a></li>
<li><a class="reference internal" href="#id10">0.1.3 (2021-08-05)</a></li>
<li><a class="reference internal" href="#id11">0.1.2 (2021-07-27)</a></li>
<li><a class="reference internal" href="#id12">0.1.1 (2021-07-15)</a></li>
<li><a class="reference internal" href="#id13">0.0.0 (2021-05-07)</a></li>
</ul>
</li>
</ul>
Expand All @@ -495,7 +505,7 @@ <h2>0.0.0 (2021-05-07)<a class="headerlink" href="#id12" title="Link to this hea

</aside>
</div>
</div><script src="_static/documentation_options.js?v=b01fafc3"></script>
</div><script src="_static/documentation_options.js?v=14672bda"></script>
<script src="_static/doctools.js?v=9a2dae69"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="_static/scripts/furo.js?v=4e2eecee"></script>
Expand Down
8 changes: 4 additions & 4 deletions .devel/sphinx/_build/html/rapi.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=80d5e7a1" />
<link rel="stylesheet" type="text/css" href="_static/styles/furo.css?v=387cc868" />
<link rel="stylesheet" type="text/css" href="_static/styles/furo-extensions.css?v=36a5483c" />
<link rel="stylesheet" type="text/css" href="_static/css/custom.css?v=5282ffc2" />
<link rel="stylesheet" type="text/css" href="_static/css/custom.css?v=1981fb80" />



Expand Down Expand Up @@ -220,7 +220,7 @@
<a class="sidebar-brand" href="index.html">stringx</a>
</span>
<div class="sidebar-brand">
0.2.8
0.2.9
</div>
<form class="sidebar-search-container" method="get" action="search.html" role="search">
<input class="sidebar-search" placeholder="Search" name="q" aria-label="Search">
Expand Down Expand Up @@ -348,7 +348,7 @@ <h1>R Package <em>stringx</em> Reference<a class="headerlink" href="#r-package-s
Some rights reserved. Licensed under <a href='https://creativecommons.org/licenses/by-nc-nd/4.0/'>CC BY-NC-ND 4.0</a>.
Built with <a href="https://sphinx-doc.org/">Sphinx</a>
and a customised <a href="https://github.com/pradyunsg/furo">Furo</a> theme.
Last updated on 2024-07-11T12:25:50+0200.
Last updated on 2025-01-11T17:25:22+0100.
This site will never display any ads: it is a non-profit project.
It does not collect any data.
</div>
Expand All @@ -363,7 +363,7 @@ <h1>R Package <em>stringx</em> Reference<a class="headerlink" href="#r-package-s

</aside>
</div>
</div><script src="_static/documentation_options.js?v=b01fafc3"></script>
</div><script src="_static/documentation_options.js?v=14672bda"></script>
<script src="_static/doctools.js?v=9a2dae69"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="_static/scripts/furo.js?v=4e2eecee"></script>
Expand Down
8 changes: 4 additions & 4 deletions .devel/sphinx/_build/html/rapi/ISOdatetime.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=80d5e7a1" />
<link rel="stylesheet" type="text/css" href="../_static/styles/furo.css?v=387cc868" />
<link rel="stylesheet" type="text/css" href="../_static/styles/furo-extensions.css?v=36a5483c" />
<link rel="stylesheet" type="text/css" href="../_static/css/custom.css?v=5282ffc2" />
<link rel="stylesheet" type="text/css" href="../_static/css/custom.css?v=1981fb80" />



Expand Down Expand Up @@ -220,7 +220,7 @@
<a class="sidebar-brand" href="../index.html">stringx</a>
</span>
<div class="sidebar-brand">
0.2.8
0.2.9
</div>
<form class="sidebar-search-container" method="get" action="../search.html" role="search">
<input class="sidebar-search" placeholder="Search" name="q" aria-label="Search">
Expand Down Expand Up @@ -432,7 +432,7 @@ <h2>Examples<a class="headerlink" href="#examples" title="Link to this heading">
Some rights reserved. Licensed under <a href='https://creativecommons.org/licenses/by-nc-nd/4.0/'>CC BY-NC-ND 4.0</a>.
Built with <a href="https://sphinx-doc.org/">Sphinx</a>
and a customised <a href="https://github.com/pradyunsg/furo">Furo</a> theme.
Last updated on 2024-07-11T12:25:50+0200.
Last updated on 2025-01-11T17:25:22+0100.
This site will never display any ads: it is a non-profit project.
It does not collect any data.
</div>
Expand Down Expand Up @@ -473,7 +473,7 @@ <h2>Examples<a class="headerlink" href="#examples" title="Link to this heading">

</aside>
</div>
</div><script src="../_static/documentation_options.js?v=b01fafc3"></script>
</div><script src="../_static/documentation_options.js?v=14672bda"></script>
<script src="../_static/doctools.js?v=9a2dae69"></script>
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../_static/scripts/furo.js?v=4e2eecee"></script>
Expand Down
Loading

0 comments on commit ee156ce

Please sign in to comment.