Skip to content

Commit

Permalink
v0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
gagolews committed May 14, 2023
1 parent 675a229 commit abc09e5
Show file tree
Hide file tree
Showing 97 changed files with 431 additions and 372 deletions.
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/.buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 8e0d1aa2a0a6a9b0ac2264bebe635278
config: e6a499ce8bf68f8728eaf2ab05257ce9
tags: 645f666f9bcd5a90fca523b33c5a78b7
9 changes: 7 additions & 2 deletions .devel/sphinx/_build/html/_sources/news.md.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# What Is New in *stringx*
# Changelog

> Note that the date-time processing functions in *stringx* are a work
> in progress. Feature requests/comments/remarks are welcome,
> see https://github.com/gagolews/stringx/issues.
> see <https://github.com/gagolews/stringx/issues>.


## 0.2.5 (2023-05-15)

* [BUGFIX] Fixed failing checks/tests due to some updates in R-devel.


## 0.2.4 (2022-10-27)
Expand Down
24 changes: 12 additions & 12 deletions .devel/sphinx/_build/html/_sources/rapi/strptime.md.txt
Original file line number Diff line number Diff line change
Expand Up @@ -135,26 +135,26 @@ Related function(s): [`sprintf`](sprintf.md), [`ISOdatetime`](ISOdatetime.md)

```r
strftime(Sys.time()) # default format - ISO 8601
## [1] "2023-05-12T12:19:38+1000"
## [1] "2023-05-15T09:51:39+1000"
f <- c("date_full", "%Y-%m-%d", "date_relative_short", "datetime_full")
strftime(Sys.time(), f) # current default locale
## [1] "Friday, May 12, 2023"
## [2] "2023-05-12"
## [3] "today"
## [4] "Friday, May 12, 2023 at 12:19:38 PM Australian Eastern Standard Time"
## [1] "Monday, 15 May 2023"
## [2] "2023-05-15"
## [3] "today"
## [4] "Monday, 15 May 2023 at 9:51:39 am Australian Eastern Standard Time"
strftime(Sys.time(), f, locale="de_DE")
## [1] "Freitag, 12. Mai 2023"
## [2] "2023-05-12"
## [3] "heute"
## [4] "Freitag, 12. Mai 2023 um 12:19:38 Ostaustralische Normalzeit"
## [1] "Montag, 15. Mai 2023"
## [2] "2023-05-15"
## [3] "heute"
## [4] "Montag, 15. Mai 2023 um 09:51:39 Ostaustralische Normalzeit"
strftime(Sys.time(), "date_short", locale="en_IL@calendar=hebrew")
## [1] "21 Iyar 5783"
## [1] "24 Iyar 5783"
strptime("1970-01-01 00:00:00", "%Y-%m-%d %H:%M:%S", tz="GMT")
## [1] "1970-01-01T00:00:00+0000"
strptime("1970-01-01", "%Y-%m-%d") # missing time info replaced with current
## [1] "1970-01-01T12:19:38+1000"
## [1] "1970-01-01T09:51:39+1000"
strptime("14 Nisan 5703", "date_short", locale="en_IL@calendar=hebrew")
## [1] "1943-04-19T12:19:38+1000"
## [1] "1943-04-19T09:51:39+1000"
as.POSIXxt("1970-01-01")
## [1] "1970-01-01T00:00:00+1000"
as.POSIXxt("1970/01/01 12:00")
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,6 +1,6 @@
var DOCUMENTATION_OPTIONS = {
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
VERSION: '0.2.4',
VERSION: '0.2.5',
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 @@ -66,7 +66,7 @@


<div class="version">
0.2.4
0.2.5
</div>


Expand Down Expand Up @@ -127,7 +127,7 @@
<ul>
<li class="toctree-l1"><a class="reference external" href="https://deepr.gagolewski.com">Deep R Programming</a></li>
<li class="toctree-l1"><a class="reference external" href="https://stringi.gagolewski.com/">stringi</a></li>
<li class="toctree-l1"><a class="reference internal" href="news.html">What Is New in <em>stringx</em></a></li>
<li class="toctree-l1"><a class="reference internal" href="news.html">Changelog</a></li>
</ul>


Expand Down Expand Up @@ -180,8 +180,8 @@ <h1 id="index">Index</h1>
<hr/>

<div role="contentinfo">
<p>&#169; Copyright 2021-2022, Marek Gagolewski.
<span class="lastupdated">Last updated on 2023-05-12T12:19:41+1000.
<p>&#169; Copyright 2021-2023, Marek Gagolewski.
<span class="lastupdated">Last updated on 2023-05-15T09:51:41+1000.
</span></p>
</div>

Expand Down
10 changes: 5 additions & 5 deletions .devel/sphinx/_build/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@


<div class="version">
0.2.4
0.2.5
</div>


Expand Down Expand Up @@ -129,7 +129,7 @@
<ul>
<li class="toctree-l1"><a class="reference external" href="https://deepr.gagolewski.com">Deep R Programming</a></li>
<li class="toctree-l1"><a class="reference external" href="https://stringi.gagolewski.com/">stringi</a></li>
<li class="toctree-l1"><a class="reference internal" href="news.html">What Is New in <em>stringx</em></a></li>
<li class="toctree-l1"><a class="reference internal" href="news.html">Changelog</a></li>
</ul>


Expand Down Expand Up @@ -502,7 +502,7 @@ <h1>stringx: Drop-in replacements for base R string functions powered by stringi
<ul>
<li class="toctree-l1"><a class="reference external" href="https://deepr.gagolewski.com">Deep R Programming</a></li>
<li class="toctree-l1"><a class="reference external" href="https://stringi.gagolewski.com/">stringi</a></li>
<li class="toctree-l1"><a class="reference internal" href="news.html">What Is New in <em>stringx</em></a></li>
<li class="toctree-l1"><a class="reference internal" href="news.html">Changelog</a></li>
</ul>
</div>
</section>
Expand All @@ -518,8 +518,8 @@ <h1>stringx: Drop-in replacements for base R string functions powered by stringi
<hr/>

<div role="contentinfo">
<p>&#169; Copyright 2021-2022, Marek Gagolewski.
<span class="lastupdated">Last updated on 2023-05-12T12:19:41+1000.
<p>&#169; Copyright 2021-2023, Marek Gagolewski.
<span class="lastupdated">Last updated on 2023-05-15T09:51:41+1000.
</span></p>
</div>

Expand Down
67 changes: 37 additions & 30 deletions .devel/sphinx/_build/html/news.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0" />

<title>What Is New in stringx &mdash; stringx</title>
<title>Changelog &mdash; stringx</title>



Expand Down Expand Up @@ -68,7 +68,7 @@


<div class="version">
0.2.4
0.2.5
</div>


Expand Down Expand Up @@ -129,15 +129,16 @@
<ul class="current">
<li class="toctree-l1"><a class="reference external" href="https://deepr.gagolewski.com">Deep R Programming</a></li>
<li class="toctree-l1"><a class="reference external" href="https://stringi.gagolewski.com/">stringi</a></li>
<li class="toctree-l1 current"><a class="current reference internal" href="#">What Is New in <em>stringx</em></a><ul>
<li class="toctree-l2"><a class="reference internal" href="#id1">0.2.4 (2022-10-27)</a></li>
<li class="toctree-l2"><a class="reference internal" href="#id2">0.2.3 (2022-10-13)</a></li>
<li class="toctree-l2"><a class="reference internal" href="#id3">0.2.2 (2021-09-03)</a></li>
<li class="toctree-l2"><a class="reference internal" href="#id4">0.2.1 (2021-08-27)</a></li>
<li class="toctree-l2"><a class="reference internal" href="#id5">0.1.3 (2021-08-05)</a></li>
<li class="toctree-l2"><a class="reference internal" href="#id6">0.1.2 (2021-07-27)</a></li>
<li class="toctree-l2"><a class="reference internal" href="#id7">0.1.1 (2021-07-15)</a></li>
<li class="toctree-l2"><a class="reference internal" href="#id8">0.0.0 (2021-05-07)</a></li>
<li class="toctree-l1 current"><a class="current reference internal" href="#">Changelog</a><ul>
<li class="toctree-l2"><a class="reference internal" href="#id1">0.2.5 (2023-05-15)</a></li>
<li class="toctree-l2"><a class="reference internal" href="#id2">0.2.4 (2022-10-27)</a></li>
<li class="toctree-l2"><a class="reference internal" href="#id3">0.2.3 (2022-10-13)</a></li>
<li class="toctree-l2"><a class="reference internal" href="#id4">0.2.2 (2021-09-03)</a></li>
<li class="toctree-l2"><a class="reference internal" href="#id5">0.2.1 (2021-08-27)</a></li>
<li class="toctree-l2"><a class="reference internal" href="#id6">0.1.3 (2021-08-05)</a></li>
<li class="toctree-l2"><a class="reference internal" href="#id7">0.1.2 (2021-07-27)</a></li>
<li class="toctree-l2"><a class="reference internal" href="#id8">0.1.1 (2021-07-15)</a></li>
<li class="toctree-l2"><a class="reference internal" href="#id9">0.0.0 (2021-05-07)</a></li>
</ul>
</li>
</ul>
Expand Down Expand Up @@ -167,7 +168,7 @@
<div role="navigation" aria-label="Page navigation">
<ul class="wy-breadcrumbs">
<li><a href="index.html" class="icon icon-home" aria-label="Home"></a></li>
<li class="breadcrumb-item active">What Is New in <em>stringx</em></li>
<li class="breadcrumb-item active">Changelog</li>
<li class="wy-breadcrumbs-aside">
</li>
</ul><div class="rst-breadcrumbs-buttons" role="navigation" aria-label="Sequential page navigation">
Expand All @@ -178,33 +179,39 @@
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
<div itemprop="articleBody">

<section id="what-is-new-in-stringx">
<h1>What Is New in <em>stringx</em><a class="headerlink" href="#what-is-new-in-stringx" title="Permalink to this heading"></a></h1>
<section id="changelog">
<h1>Changelog<a class="headerlink" href="#changelog" title="Permalink to this heading"></a></h1>
<blockquote>
<div><p>Note that the date-time processing functions in <em>stringx</em> are a work
in progress. Feature requests/comments/remarks are welcome,
see https://github.com/gagolews/stringx/issues.</p>
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.4 (2022-10-27)<a class="headerlink" href="#id1" title="Permalink to this heading"></a></h2>
<h2>0.2.5 (2023-05-15)<a class="headerlink" href="#id1" title="Permalink to this heading"></a></h2>
<ul class="simple">
<li><p>[BUGFIX] Fixed failing checks/tests due to some updates in R-devel.</p></li>
</ul>
</section>
<section id="id2">
<h2>0.2.3 (2022-10-13)<a class="headerlink" href="#id2" title="Permalink to this heading"></a></h2>
<h2>0.2.4 (2022-10-27)<a class="headerlink" href="#id2" title="Permalink to this heading"></a></h2>
<ul class="simple">
<li><p>[BUGFIX] Fixed failing checks/tests due to some updates in R-devel.</p></li>
</ul>
</section>
<section id="id3">
<h2>0.2.2 (2021-09-03)<a class="headerlink" href="#id3" title="Permalink to this heading"></a></h2>
<h2>0.2.3 (2022-10-13)<a class="headerlink" href="#id3" title="Permalink 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>
<li><p>[BUGFIX] Fixed failing checks/tests due to some updates in R-devel.</p></li>
</ul>
</section>
<section id="id4">
<h2>0.2.1 (2021-08-27)<a class="headerlink" href="#id4" title="Permalink to this heading"></a></h2>
<h2>0.2.2 (2021-09-03)<a class="headerlink" href="#id4" title="Permalink 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="id5">
<h2>0.2.1 (2021-08-27)<a class="headerlink" href="#id5" title="Permalink 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 @@ -218,21 +225,21 @@ <h2>0.2.1 (2021-08-27)<a class="headerlink" href="#id4" title="Permalink to this
<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="id5">
<h2>0.1.3 (2021-08-05)<a class="headerlink" href="#id5" title="Permalink to this heading"></a></h2>
<section id="id6">
<h2>0.1.3 (2021-08-05)<a class="headerlink" href="#id6" title="Permalink 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="id6">
<h2>0.1.2 (2021-07-27)<a class="headerlink" href="#id6" title="Permalink to this heading"></a></h2>
<section id="id7">
<h2>0.1.2 (2021-07-27)<a class="headerlink" href="#id7" title="Permalink 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="id7">
<h2>0.1.1 (2021-07-15)<a class="headerlink" href="#id7" title="Permalink to this heading"></a></h2>
<section id="id8">
<h2>0.1.1 (2021-07-15)<a class="headerlink" href="#id8" title="Permalink 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 @@ -274,8 +281,8 @@ <h2>0.1.1 (2021-07-15)<a class="headerlink" href="#id7" title="Permalink to this
<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="id8">
<h2>0.0.0 (2021-05-07)<a class="headerlink" href="#id8" title="Permalink to this heading"></a></h2>
<section id="id9">
<h2>0.0.0 (2021-05-07)<a class="headerlink" href="#id9" title="Permalink to this heading"></a></h2>
<ul class="simple">
<li><p>The <em>stringx</em> project has been started.</p></li>
</ul>
Expand All @@ -293,8 +300,8 @@ <h2>0.0.0 (2021-05-07)<a class="headerlink" href="#id8" title="Permalink to this
<hr/>

<div role="contentinfo">
<p>&#169; Copyright 2021-2022, Marek Gagolewski.
<span class="lastupdated">Last updated on 2023-05-12T12:19:41+1000.
<p>&#169; Copyright 2021-2023, Marek Gagolewski.
<span class="lastupdated">Last updated on 2023-05-15T09:51:41+1000.
</span></p>
</div>

Expand Down
Binary file modified .devel/sphinx/_build/html/objects.inv
Binary file not shown.
8 changes: 4 additions & 4 deletions .devel/sphinx/_build/html/rapi.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@


<div class="version">
0.2.4
0.2.5
</div>


Expand Down Expand Up @@ -128,7 +128,7 @@
<ul>
<li class="toctree-l1"><a class="reference external" href="https://deepr.gagolewski.com">Deep R Programming</a></li>
<li class="toctree-l1"><a class="reference external" href="https://stringi.gagolewski.com/">stringi</a></li>
<li class="toctree-l1"><a class="reference internal" href="news.html">What Is New in <em>stringx</em></a></li>
<li class="toctree-l1"><a class="reference internal" href="news.html">Changelog</a></li>
</ul>


Expand Down Expand Up @@ -203,8 +203,8 @@ <h1>R Package <em>stringx</em> Reference<a class="headerlink" href="#r-package-s
<hr/>

<div role="contentinfo">
<p>&#169; Copyright 2021-2022, Marek Gagolewski.
<span class="lastupdated">Last updated on 2023-05-12T12:19:41+1000.
<p>&#169; Copyright 2021-2023, Marek Gagolewski.
<span class="lastupdated">Last updated on 2023-05-15T09:51:41+1000.
</span></p>
</div>

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 @@ -69,7 +69,7 @@


<div class="version">
0.2.4
0.2.5
</div>


Expand Down Expand Up @@ -140,7 +140,7 @@
<ul>
<li class="toctree-l1"><a class="reference external" href="https://deepr.gagolewski.com">Deep R Programming</a></li>
<li class="toctree-l1"><a class="reference external" href="https://stringi.gagolewski.com/">stringi</a></li>
<li class="toctree-l1"><a class="reference internal" href="../news.html">What Is New in <em>stringx</em></a></li>
<li class="toctree-l1"><a class="reference internal" href="../news.html">Changelog</a></li>
</ul>


Expand Down Expand Up @@ -285,8 +285,8 @@ <h2>Examples<a class="headerlink" href="#examples" title="Permalink to this head
<hr/>

<div role="contentinfo">
<p>&#169; Copyright 2021-2022, Marek Gagolewski.
<span class="lastupdated">Last updated on 2023-05-12T12:19:41+1000.
<p>&#169; Copyright 2021-2023, Marek Gagolewski.
<span class="lastupdated">Last updated on 2023-05-15T09:51:41+1000.
</span></p>
</div>

Expand Down
8 changes: 4 additions & 4 deletions .devel/sphinx/_build/html/rapi/about_stringx.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@


<div class="version">
0.2.4
0.2.5
</div>


Expand Down Expand Up @@ -136,7 +136,7 @@
<ul>
<li class="toctree-l1"><a class="reference external" href="https://deepr.gagolewski.com">Deep R Programming</a></li>
<li class="toctree-l1"><a class="reference external" href="https://stringi.gagolewski.com/">stringi</a></li>
<li class="toctree-l1"><a class="reference internal" href="../news.html">What Is New in <em>stringx</em></a></li>
<li class="toctree-l1"><a class="reference internal" href="../news.html">Changelog</a></li>
</ul>


Expand Down Expand Up @@ -212,8 +212,8 @@ <h2>See Also<a class="headerlink" href="#see-also" title="Permalink to this head
<hr/>

<div role="contentinfo">
<p>&#169; Copyright 2021-2022, Marek Gagolewski.
<span class="lastupdated">Last updated on 2023-05-12T12:19:41+1000.
<p>&#169; Copyright 2021-2023, Marek Gagolewski.
<span class="lastupdated">Last updated on 2023-05-15T09:51:41+1000.
</span></p>
</div>

Expand Down
Loading

0 comments on commit abc09e5

Please sign in to comment.