Skip to content

Commit

Permalink
v1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gagolews committed Nov 9, 2023
1 parent d727bce commit aa70bee
Show file tree
Hide file tree
Showing 127 changed files with 140 additions and 142 deletions.
4 changes: 2 additions & 2 deletions .devel/sphinx/rapi/stri_datetime_add.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,15 +68,15 @@ print(x)
```

```
## [1] "2024-01-09 11:24:49 AEDT"
## [1] "2024-01-09 12:12:28 AEDT"
```

```r
stri_datetime_add(x, -2, units='months')
```

```
## [1] "2023-11-09 11:24:49 AEDT"
## [1] "2023-11-09 12:12:28 AEDT"
```

```r
Expand Down
8 changes: 4 additions & 4 deletions .devel/sphinx/rapi/stri_datetime_fields.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@ stri_datetime_fields(stri_datetime_now())

```
## Year Month Day Hour Minute Second Millisecond WeekOfYear WeekOfMonth
## 1 2023 11 9 11 24 49 982 46 2
## 1 2023 11 9 12 12 28 375 46 2
## DayOfYear DayOfWeek Hour12 AmPm Era
## 1 313 5 11 1 2
## 1 313 5 0 2 2
```

```r
Expand All @@ -88,9 +88,9 @@ stri_datetime_fields(stri_datetime_now(), locale='@calendar=hebrew')

```
## Year Month Day Hour Minute Second Millisecond WeekOfYear WeekOfMonth
## 1 5784 2 25 11 24 49 986 9 4
## 1 5784 2 25 12 12 28 380 9 4
## DayOfYear DayOfWeek Hour12 AmPm Era
## 1 55 5 11 1 1
## 1 55 5 0 2 1
```

```r
Expand Down
2 changes: 1 addition & 1 deletion .devel/sphinx/rapi/stri_datetime_format.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,5 +221,5 @@ stri_datetime_format(stri_datetime_now(), 'datetime_relative_medium')
```

```
## [1] "today, 11:24:50 am"
## [1] "today, 12:12:28 pm"
```
2 changes: 1 addition & 1 deletion .devel/sphinx/rapi/stri_read_lines.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Reads a text file in ins entirety, re-encodes it, and splits it into text lines.
## Usage

``` r
stri_read_lines(con, encoding = NULL, fname = con, fallback_encoding = NULL)
stri_read_lines(con, encoding = NULL, fname = con)
```

## Arguments
Expand Down
4 changes: 2 additions & 2 deletions .devel/sphinx/rapi/stri_sprintf.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ stri_sprintf("UNIX time %1$f is %1$s.", Sys.time())
```

```
## [1] "UNIX time 1699489499.508911 is 2023-11-09 11:24:59.508911."
## [1] "UNIX time 1699492358.726822 is 2023-11-09 12:12:38.726822."
```

```r
Expand All @@ -213,7 +213,7 @@ stri_sprintf("%1$s is %1$f UNIX time.", Sys.time()) # re-coercion needed
```

```
## [1] "2023-11-09 11:24:59.510592 is 1699489499.510592 UNIX time."
## [1] "2023-11-09 12:12:38.728535 is 1699492358.728535 UNIX time."
```

```r
Expand Down
3 changes: 1 addition & 2 deletions .devel/tinytest.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ library("tinytest")
library("stringi")
library("methods")

str(stringi::stri_info())

#str(stringi::stri_info())
# options(encoding="UTF-8") # e.g., on Windows
cat(stri_info(short=TRUE), "\n")
cat(Sys.getlocale(), "\n")
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/r-icu-system.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,4 @@ jobs:
- name: Test stringi
run: |
Rscript -e 'source(".devel/tinytest.R")'
LC_ALL="C.UTF-8" Rscript -e 'source(".devel/tinytest.R")'
LC_ALL="pl_PL.UTF-8" Rscript -e 'source(".devel/tinytest.R")'
2 changes: 1 addition & 1 deletion R/files.R
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ stri_read_raw <- function(con, fname = con)
#' @family files
#' @export
stri_read_lines <- function(con, encoding = NULL,
fname = con, fallback_encoding = NULL)
fname = con)
{
if (!missing(fname) && missing(con)) { # DEPRECATED
warning("The 'fname' argument in stri_read_lines is a deprecated alias of 'con' and will be removed in a future release of 'stringi'.")
Expand Down
2 changes: 1 addition & 1 deletion docs/genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,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 2023-11-09T11:25:05+1100.
Last updated on 2023-11-09T12:07:05+1100.
This site will never display any ads: it is a non-profit project.
It does not collect any data.
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ <h1>stringi: Fast and Portable Character String Processing in R<a class="headerl
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 2023-11-09T11:25:05+1100.
Last updated on 2023-11-09T12:07:05+1100.
This site will never display any ads: it is a non-profit project.
It does not collect any data.
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/install.html
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ <h2>Getting Help<a class="headerlink" href="#getting-help" title="Link to this h
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 2023-11-09T11:25:05+1100.
Last updated on 2023-11-09T12:07:05+1100.
This site will never display any ads: it is a non-profit project.
It does not collect any data.
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/news.html
Original file line number Diff line number Diff line change
Expand Up @@ -1218,7 +1218,7 @@ <h2>0.1-1 (2013-01-05)<a class="headerlink" href="#id44" 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 2023-11-09T11:25:05+1100.
Last updated on 2023-11-09T12:07:05+1100.
This site will never display any ads: it is a non-profit project.
It does not collect any data.
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/rapi.html
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ <h1>R Package <em>stringi</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 2023-11-09T11:25:05+1100.
Last updated on 2023-11-09T12:07:05+1100.
This site will never display any ads: it is a non-profit project.
It does not collect any data.
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/rapi/about_arguments.html
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ <h2>See Also<a class="headerlink" href="#see-also" 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 2023-11-09T11:25:05+1100.
Last updated on 2023-11-09T12:07:05+1100.
This site will never display any ads: it is a non-profit project.
It does not collect any data.
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/rapi/about_encoding.html
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ <h2>See Also<a class="headerlink" href="#see-also" 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 2023-11-09T11:25:05+1100.
Last updated on 2023-11-09T12:07:05+1100.
This site will never display any ads: it is a non-profit project.
It does not collect any data.
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/rapi/about_locale.html
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ <h2>See Also<a class="headerlink" href="#see-also" 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 2023-11-09T11:25:05+1100.
Last updated on 2023-11-09T12:07:05+1100.
This site will never display any ads: it is a non-profit project.
It does not collect any data.
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/rapi/about_search.html
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ <h2>See Also<a class="headerlink" href="#see-also" 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 2023-11-09T11:25:05+1100.
Last updated on 2023-11-09T12:07:05+1100.
This site will never display any ads: it is a non-profit project.
It does not collect any data.
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/rapi/about_search_boundaries.html
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ <h2>See Also<a class="headerlink" href="#see-also" 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 2023-11-09T11:25:05+1100.
Last updated on 2023-11-09T12:07:05+1100.
This site will never display any ads: it is a non-profit project.
It does not collect any data.
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/rapi/about_search_charclass.html
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,7 @@ <h2>See Also<a class="headerlink" href="#see-also" 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 2023-11-09T11:25:05+1100.
Last updated on 2023-11-09T12:07:05+1100.
This site will never display any ads: it is a non-profit project.
It does not collect any data.
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/rapi/about_search_coll.html
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ <h2>See Also<a class="headerlink" href="#see-also" 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 2023-11-09T11:25:05+1100.
Last updated on 2023-11-09T12:07:05+1100.
This site will never display any ads: it is a non-profit project.
It does not collect any data.
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/rapi/about_search_fixed.html
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ <h2>See Also<a class="headerlink" href="#see-also" 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 2023-11-09T11:25:05+1100.
Last updated on 2023-11-09T12:07:05+1100.
This site will never display any ads: it is a non-profit project.
It does not collect any data.
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/rapi/about_search_regex.html
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@ <h2>See Also<a class="headerlink" href="#see-also" 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 2023-11-09T11:25:05+1100.
Last updated on 2023-11-09T12:07:05+1100.
This site will never display any ads: it is a non-profit project.
It does not collect any data.
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/rapi/about_stringi.html
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ <h2>See Also<a class="headerlink" href="#see-also" 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 2023-11-09T11:25:05+1100.
Last updated on 2023-11-09T12:07:05+1100.
This site will never display any ads: it is a non-profit project.
It does not collect any data.
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/rapi/operator_add.html
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,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 2023-11-09T11:25:05+1100.
Last updated on 2023-11-09T12:07:05+1100.
This site will never display any ads: it is a non-profit project.
It does not collect any data.
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/rapi/operator_compare.html
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,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 2023-11-09T11:25:05+1100.
Last updated on 2023-11-09T12:07:05+1100.
This site will never display any ads: it is a non-profit project.
It does not collect any data.
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/rapi/operator_dollar.html
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,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 2023-11-09T11:25:05+1100.
Last updated on 2023-11-09T12:07:05+1100.
This site will never display any ads: it is a non-profit project.
It does not collect any data.
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/rapi/stri_compare.html
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,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 2023-11-09T11:25:05+1100.
Last updated on 2023-11-09T12:07:05+1100.
This site will never display any ads: it is a non-profit project.
It does not collect any data.
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/rapi/stri_count.html
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,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 2023-11-09T11:25:05+1100.
Last updated on 2023-11-09T12:07:05+1100.
This site will never display any ads: it is a non-profit project.
It does not collect any data.
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/rapi/stri_count_boundaries.html
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,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 2023-11-09T11:25:05+1100.
Last updated on 2023-11-09T12:07:05+1100.
This site will never display any ads: it is a non-profit project.
It does not collect any data.
</div>
Expand Down
6 changes: 3 additions & 3 deletions docs/rapi/stri_datetime_add.html
Original file line number Diff line number Diff line change
Expand Up @@ -423,9 +423,9 @@ <h2>Examples<a class="headerlink" href="#examples" title="Link to this heading">
<div class="highlight-r notranslate"><div class="highlight"><pre><span></span><span class="n">x</span><span class="w"> </span><span class="o">&lt;-</span><span class="w"> </span><span class="nf">stri_datetime_now</span><span class="p">()</span>
<span class="nf">stri_datetime_add</span><span class="p">(</span><span class="n">x</span><span class="p">,</span><span class="w"> </span><span class="n">units</span><span class="o">=</span><span class="s">&#39;months&#39;</span><span class="p">)</span><span class="w"> </span><span class="o">&lt;-</span><span class="w"> </span><span class="m">2</span>
<span class="nf">print</span><span class="p">(</span><span class="n">x</span><span class="p">)</span>
<span></span><span class="c1">## [1] &quot;2024-01-09 11:24:49 AEDT&quot;</span>
<span></span><span class="c1">## [1] &quot;2024-01-09 12:06:49 AEDT&quot;</span>
<span></span><span class="nf">stri_datetime_add</span><span class="p">(</span><span class="n">x</span><span class="p">,</span><span class="w"> </span><span class="m">-2</span><span class="p">,</span><span class="w"> </span><span class="n">units</span><span class="o">=</span><span class="s">&#39;months&#39;</span><span class="p">)</span>
<span></span><span class="c1">## [1] &quot;2023-11-09 11:24:49 AEDT&quot;</span>
<span></span><span class="c1">## [1] &quot;2023-11-09 12:06:49 AEDT&quot;</span>
<span></span><span class="nf">stri_datetime_add</span><span class="p">(</span><span class="nf">stri_datetime_create</span><span class="p">(</span><span class="m">2014</span><span class="p">,</span><span class="w"> </span><span class="m">4</span><span class="p">,</span><span class="w"> </span><span class="m">20</span><span class="p">),</span><span class="w"> </span><span class="m">1</span><span class="p">,</span><span class="w"> </span><span class="n">units</span><span class="o">=</span><span class="s">&#39;years&#39;</span><span class="p">)</span>
<span></span><span class="c1">## [1] &quot;2015-04-20 AEST&quot;</span>
<span></span><span class="nf">stri_datetime_add</span><span class="p">(</span><span class="nf">stri_datetime_create</span><span class="p">(</span><span class="m">2014</span><span class="p">,</span><span class="w"> </span><span class="m">4</span><span class="p">,</span><span class="w"> </span><span class="m">20</span><span class="p">),</span><span class="w"> </span><span class="m">1</span><span class="p">,</span><span class="w"> </span><span class="n">units</span><span class="o">=</span><span class="s">&#39;years&#39;</span><span class="p">,</span><span class="w"> </span><span class="n">locale</span><span class="o">=</span><span class="s">&#39;@calendar=hebrew&#39;</span><span class="p">)</span>
Expand Down Expand Up @@ -472,7 +472,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 2023-11-09T11:25:05+1100.
Last updated on 2023-11-09T12:07:05+1100.
This site will never display any ads: it is a non-profit project.
It does not collect any data.
</div>
Expand Down
Loading

0 comments on commit aa70bee

Please sign in to comment.