Skip to content

Commit 668136b

Browse files
committed
Fix #13
1 parent ff985ee commit 668136b

Some content is hidden

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

67 files changed

+188
-149
lines changed
2.85 KB
Binary file not shown.
-6 Bytes
Binary file not shown.
510 Bytes
Binary file not shown.
742 Bytes
Binary file not shown.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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-16T10:39:44+1100.
267+
Last updated on 2023-11-30T09:13:19+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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ <h1>stringx: Replacements for base R string functions powered by stringi<a class
283283
<p>To learn more about R, check out Marek’s open-access (free!) textbook
284284
<a class="reference external" href="https://deepr.gagolewski.com/">Deep R Programming</a>.</p>
285285
</div>
286-
<p><strong>stringx brings R string processing abilities into the 21st century.</strong>
286+
<p><strong>stringx brings R string processing abilities to the 21st century.</strong>
287287
It replaces functions like <strong class="command">paste</strong>, <strong class="command">grep</strong>,
288288
<strong class="command">tolower</strong>, <strong class="command">strptime</strong>, and <strong class="command">sprintf</strong>
289289
with ones that:</p>
@@ -391,7 +391,7 @@ <h1>stringx: Replacements for base R string functions powered by stringi<a class
391391
Some rights reserved. Licensed under <a href='https://creativecommons.org/licenses/by-nc-nd/4.0/'>CC BY-NC-ND 4.0</a>.
392392
Built with <a href="https://sphinx-doc.org/">Sphinx</a>
393393
and a customised <a href="https://github.com/pradyunsg/furo">Furo</a> theme.
394-
Last updated on 2023-11-16T10:39:44+1100.
394+
Last updated on 2023-11-30T09:13:19+1100.
395395
This site will never display any ads: it is a non-profit project.
396396
It does not collect any data.
397397
</div>

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

Lines changed: 32 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -259,39 +259,40 @@ <h1>Changelog<a class="headerlink" href="#changelog" title="Link to this heading
259259
in progress. Feature requests/comments/remarks are welcome,
260260
see <a class="reference external" href="https://github.com/gagolews/stringx/issues">https://github.com/gagolews/stringx/issues</a>.</p>
261261
</div></blockquote>
262-
<section id="in-progress">
263-
<h2>0.2.6 (in progress)<a class="headerlink" href="#in-progress" title="Link to this heading">#</a></h2>
262+
<section id="id1">
263+
<h2>0.2.6 (2023-11-30)<a class="headerlink" href="#id1" title="Link to this heading">#</a></h2>
264264
<ul class="simple">
265265
<li><p>[BACKWARD INCOMPATIBILITY] <code class="docutils literal notranslate"><span class="pre">strptime</span></code> fills missing fields based
266266
on today’s midnight, due to a change in <em>stringi</em>-1.8.1.</p></li>
267+
<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>
267268
</ul>
268269
</section>
269-
<section id="id1">
270-
<h2>0.2.5 (2023-05-21)<a class="headerlink" href="#id1" title="Link to this heading">#</a></h2>
270+
<section id="id2">
271+
<h2>0.2.5 (2023-05-21)<a class="headerlink" href="#id2" title="Link to this heading">#</a></h2>
271272
<ul class="simple">
272273
<li><p>[BUGFIX] Fixed failing checks/tests due to some updates in R.</p></li>
273274
</ul>
274275
</section>
275-
<section id="id2">
276-
<h2>0.2.4 (2022-10-27)<a class="headerlink" href="#id2" title="Link to this heading">#</a></h2>
276+
<section id="id3">
277+
<h2>0.2.4 (2022-10-27)<a class="headerlink" href="#id3" title="Link to this heading">#</a></h2>
277278
<ul class="simple">
278279
<li><p>[BUGFIX] Fixed failing checks/tests due to some updates in R.</p></li>
279280
</ul>
280281
</section>
281-
<section id="id3">
282-
<h2>0.2.3 (2022-10-13)<a class="headerlink" href="#id3" title="Link to this heading">#</a></h2>
282+
<section id="id4">
283+
<h2>0.2.3 (2022-10-13)<a class="headerlink" href="#id4" title="Link to this heading">#</a></h2>
283284
<ul class="simple">
284285
<li><p>[BUGFIX] Fixed failing checks/tests due to some updates in R.</p></li>
285286
</ul>
286287
</section>
287-
<section id="id4">
288-
<h2>0.2.2 (2021-09-03)<a class="headerlink" href="#id4" title="Link to this heading">#</a></h2>
288+
<section id="id5">
289+
<h2>0.2.2 (2021-09-03)<a class="headerlink" href="#id5" title="Link to this heading">#</a></h2>
289290
<ul class="simple">
290291
<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>
291292
</ul>
292293
</section>
293-
<section id="id5">
294-
<h2>0.2.1 (2021-08-27)<a class="headerlink" href="#id5" title="Link to this heading">#</a></h2>
294+
<section id="id6">
295+
<h2>0.2.1 (2021-08-27)<a class="headerlink" href="#id6" title="Link to this heading">#</a></h2>
295296
<ul class="simple">
296297
<li><p>[BACKWARD INCOMPATIBILITY, BUGFIX] #7: Dates without times are now always
297298
treated as being at midnight in the local (default) time zone.</p></li>
@@ -305,21 +306,21 @@ <h2>0.2.1 (2021-08-27)<a class="headerlink" href="#id5" title="Link to this head
305306
<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>
306307
</ul>
307308
</section>
308-
<section id="id6">
309-
<h2>0.1.3 (2021-08-05)<a class="headerlink" href="#id6" title="Link to this heading">#</a></h2>
309+
<section id="id7">
310+
<h2>0.1.3 (2021-08-05)<a class="headerlink" href="#id7" title="Link to this heading">#</a></h2>
310311
<ul class="simple">
311312
<li><p>[BUGFIX] #4: Fixed failing check with ICU 55.</p></li>
312313
<li><p>[BUGFIX] #5: Fixed failing check under POSIX/C locale.</p></li>
313314
</ul>
314315
</section>
315-
<section id="id7">
316-
<h2>0.1.2 (2021-07-27)<a class="headerlink" href="#id7" title="Link to this heading">#</a></h2>
316+
<section id="id8">
317+
<h2>0.1.2 (2021-07-27)<a class="headerlink" href="#id8" title="Link to this heading">#</a></h2>
317318
<ul class="simple">
318319
<li><p>First <a class="reference external" href="https://cran.r-project.org/package=stringx">CRAN</a> release.</p></li>
319320
</ul>
320321
</section>
321-
<section id="id8">
322-
<h2>0.1.1 (2021-07-15)<a class="headerlink" href="#id8" title="Link to this heading">#</a></h2>
322+
<section id="id9">
323+
<h2>0.1.1 (2021-07-15)<a class="headerlink" href="#id9" title="Link to this heading">#</a></h2>
323324
<ul class="simple">
324325
<li><p>[GENERAL] <a class="reference external" href="https://stringx.gagolewski.com/">On-line manual</a> is now available.</p></li>
325326
<li><p>[GENERAL] Using <a class="reference external" href="https://realtest.gagolewski.com/"><em>realtest</em></a>
@@ -361,8 +362,8 @@ <h2>0.1.1 (2021-07-15)<a class="headerlink" href="#id8" title="Link to this head
361362
<code class="docutils literal notranslate"><span class="pre">regexec</span></code>, <code class="docutils literal notranslate"><span class="pre">gregexec</span></code>.</p></li>
362363
</ul>
363364
</section>
364-
<section id="id9">
365-
<h2>0.0.0 (2021-05-07)<a class="headerlink" href="#id9" title="Link to this heading">#</a></h2>
365+
<section id="id10">
366+
<h2>0.0.0 (2021-05-07)<a class="headerlink" href="#id10" title="Link to this heading">#</a></h2>
366367
<ul class="simple">
367368
<li><p>The <em>stringx</em> project has been started.</p></li>
368369
</ul>
@@ -396,7 +397,7 @@ <h2>0.0.0 (2021-05-07)<a class="headerlink" href="#id9" title="Link to this head
396397
Some rights reserved. Licensed under <a href='https://creativecommons.org/licenses/by-nc-nd/4.0/'>CC BY-NC-ND 4.0</a>.
397398
Built with <a href="https://sphinx-doc.org/">Sphinx</a>
398399
and a customised <a href="https://github.com/pradyunsg/furo">Furo</a> theme.
399-
Last updated on 2023-11-16T10:39:44+1100.
400+
Last updated on 2023-11-30T09:13:19+1100.
400401
This site will never display any ads: it is a non-profit project.
401402
It does not collect any data.
402403
</div>
@@ -418,16 +419,16 @@ <h2>0.0.0 (2021-05-07)<a class="headerlink" href="#id9" title="Link to this head
418419
<div class="toc-tree">
419420
<ul>
420421
<li><a class="reference internal" href="#">Changelog</a><ul>
421-
<li><a class="reference internal" href="#in-progress">0.2.6 (in progress)</a></li>
422-
<li><a class="reference internal" href="#id1">0.2.5 (2023-05-21)</a></li>
423-
<li><a class="reference internal" href="#id2">0.2.4 (2022-10-27)</a></li>
424-
<li><a class="reference internal" href="#id3">0.2.3 (2022-10-13)</a></li>
425-
<li><a class="reference internal" href="#id4">0.2.2 (2021-09-03)</a></li>
426-
<li><a class="reference internal" href="#id5">0.2.1 (2021-08-27)</a></li>
427-
<li><a class="reference internal" href="#id6">0.1.3 (2021-08-05)</a></li>
428-
<li><a class="reference internal" href="#id7">0.1.2 (2021-07-27)</a></li>
429-
<li><a class="reference internal" href="#id8">0.1.1 (2021-07-15)</a></li>
430-
<li><a class="reference internal" href="#id9">0.0.0 (2021-05-07)</a></li>
422+
<li><a class="reference internal" href="#id1">0.2.6 (2023-11-30)</a></li>
423+
<li><a class="reference internal" href="#id2">0.2.5 (2023-05-21)</a></li>
424+
<li><a class="reference internal" href="#id3">0.2.4 (2022-10-27)</a></li>
425+
<li><a class="reference internal" href="#id4">0.2.3 (2022-10-13)</a></li>
426+
<li><a class="reference internal" href="#id5">0.2.2 (2021-09-03)</a></li>
427+
<li><a class="reference internal" href="#id6">0.2.1 (2021-08-27)</a></li>
428+
<li><a class="reference internal" href="#id7">0.1.3 (2021-08-05)</a></li>
429+
<li><a class="reference internal" href="#id8">0.1.2 (2021-07-27)</a></li>
430+
<li><a class="reference internal" href="#id9">0.1.1 (2021-07-15)</a></li>
431+
<li><a class="reference internal" href="#id10">0.0.0 (2021-05-07)</a></li>
431432
</ul>
432433
</li>
433434
</ul>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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-16T10:39:44+1100.
301+
Last updated on 2023-11-30T09:13:19+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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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-16T10:39:44+1100.
385+
Last updated on 2023-11-30T09:13:19+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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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-16T10:39:44+1100.
314+
Last updated on 2023-11-30T09:13:19+1100.
315315
This site will never display any ads: it is a non-profit project.
316316
It does not collect any data.
317317
</div>

0 commit comments

Comments
 (0)