Skip to content

Commit

Permalink
v1.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
gagolews committed May 6, 2024
1 parent 963e6cb commit f5a91d1
Show file tree
Hide file tree
Showing 128 changed files with 528 additions and 526 deletions.
5 changes: 3 additions & 2 deletions .devel/sphinx/news.md
@@ -1,9 +1,10 @@
# Changelog


## 1.8.3.9xxx (under development)
## 1.8.4 (2024-05-06)

* ...
* [BUILD TIME] [BUGFIX] #508: Fixed build errors on Windows
(thanks to @jeoren and @kalibera).

This comment has been minimized.

Copy link
@eitsupi

eitsupi May 6, 2024

Maybe typo?

This comment has been minimized.

Copy link
@gagolews

gagolews May 7, 2024

Author Owner

Thanks for spotting this!



## 1.8.3 (2023-12-10)
Expand Down
4 changes: 2 additions & 2 deletions .devel/sphinx/rapi/stri_datetime_add.md
Expand Up @@ -68,15 +68,15 @@ print(x)
```

```
## [1] "2024-07-06 11:01:45 CEST"
## [1] "2024-07-06 14:48:12 CEST"
```

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

```
## [1] "2024-05-06 11:01:45 CEST"
## [1] "2024-05-06 14:48:12 CEST"
```

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

```
## Year Month Day Hour Minute Second Millisecond WeekOfYear WeekOfMonth
## 1 2024 5 6 11 1 46 92 19 2
## 1 2024 5 6 14 48 12 810 19 2
## DayOfYear DayOfWeek Hour12 AmPm Era
## 1 127 2 11 1 2
## 1 127 2 2 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 8 28 11 1 46 97 35 5
## 1 5784 8 28 14 48 12 814 35 5
## DayOfYear DayOfWeek Hour12 AmPm Era
## 1 234 2 11 1 1
## 1 234 2 2 2 1
```

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

```
## [1] "today, 11:01:46 am"
## [1] "today, 2:48:12 pm"
```
4 changes: 2 additions & 2 deletions .devel/sphinx/rapi/stri_locale_set.md
Expand Up @@ -53,7 +53,7 @@ oldloc <- stri_locale_set('pt_BR')
```

```
## You are now working with stringi_1.8.3.9001 (pt_BR.UTF-8; ICU4C 74.1 [bundle]; Unicode 15.1)
## You are now working with stringi_1.8.4 (pt_BR.UTF-8; ICU4C 74.1 [bundle]; Unicode 15.1)
```

```r
Expand All @@ -65,7 +65,7 @@ stri_locale_set(oldloc) # restore the previous default locale
```

```
## You are now working with stringi_1.8.3.9001 (en_AU.UTF-8; ICU4C 74.1 [bundle]; Unicode 15.1)
## You are now working with stringi_1.8.4 (en_AU.UTF-8; ICU4C 74.1 [bundle]; Unicode 15.1)
```

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

```
## [1] "UNIX time 1714986115.773750 is 2024-05-06 11:01:55.77375."
## [1] "UNIX time 1714999701.996432 is 2024-05-06 14:48:21.996432."
```

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

```
## [1] "2024-05-06 11:01:55.77546 is 1714986115.775460 UNIX time."
## [1] "2024-05-06 14:48:21.998135 is 1714999701.998135 UNIX time."
```

```r
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/r-check-other.yml
Expand Up @@ -17,13 +17,12 @@ jobs:
fail-fast: false
matrix:
config:
- {os: macOS-latest, r: 'release'}
- {os: macOS-latest, r: 'oldrel-4'}
- {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'}
- {os: ubuntu-latest, r: 'oldrel-4'}
- {os: windows-latest, r: 'devel'}
- {os: windows-latest, r: 'release'}
- {os: windows-latest, r: 'oldrel-3'}
- {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'}
- {os: ubuntu-latest, r: 'oldrel-4'}
- {os: macOS-latest, r: 'release'}

env:
R_REMOTES_NO_ERRORS_FROM_WARNINGS: true
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
@@ -1,5 +1,5 @@
Package: stringi
Version: 1.8.3.9001
Version: 1.8.4
Date: 2024-05-06
Title: Fast and Portable Character String Processing Facilities
Description: A collection of character string/text/natural language
Expand Down
5 changes: 3 additions & 2 deletions NEWS
@@ -1,9 +1,10 @@
# Changelog


## 1.8.3.9xxx (under development)
## 1.8.4 (2024-05-06)

* ...
* [BUILD TIME] [BUGFIX] #508: Fixed build errors on Windows
(thanks to @jeoren and @kalibera).


## 1.8.3 (2023-12-10)
Expand Down
2 changes: 1 addition & 1 deletion docs/_static/documentation_options.js
@@ -1,5 +1,5 @@
const DOCUMENTATION_OPTIONS = {
VERSION: '1.8.3.9001',
VERSION: '1.8.4',
LANGUAGE: 'en',
COLLAPSE_INDEX: false,
BUILDER: 'html',
Expand Down
6 changes: 3 additions & 3 deletions docs/genindex.html
Expand Up @@ -158,7 +158,7 @@
<a class="sidebar-brand" href="index.html">stringi</a>
</span>
<div class="sidebar-brand">
1.8.3.9001
1.8.4
</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 @@ -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 2024-05-06T11:02:01+0200.
Last updated on 2024-05-06T14:48:28+0200.
This site will never display any ads: it is a non-profit project.
It does not collect any data.
</div>
Expand All @@ -372,7 +372,7 @@ <h1 id="index">Index</h1>

</aside>
</div>
</div><script src="_static/documentation_options.js?v=66d781fe"></script>
</div><script src="_static/documentation_options.js?v=496f73d5"></script>
<script src="_static/doctools.js?v=888ff710"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="_static/scripts/furo.js?v=32e29ea5"></script>
Expand Down
6 changes: 3 additions & 3 deletions docs/index.html
Expand Up @@ -160,7 +160,7 @@
<a class="sidebar-brand" href="#">stringi</a>
</span>
<div class="sidebar-brand">
1.8.3.9001
1.8.4
</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 @@ -473,7 +473,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 2024-05-06T11:02:01+0200.
Last updated on 2024-05-06T14:48:28+0200.
This site will never display any ads: it is a non-profit project.
It does not collect any data.
</div>
Expand Down Expand Up @@ -506,7 +506,7 @@ <h1>stringi: Fast and Portable Character String Processing in R<a class="headerl

</aside>
</div>
</div><script src="_static/documentation_options.js?v=66d781fe"></script>
</div><script src="_static/documentation_options.js?v=496f73d5"></script>
<script src="_static/doctools.js?v=888ff710"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="_static/scripts/furo.js?v=32e29ea5"></script>
Expand Down
6 changes: 3 additions & 3 deletions docs/install.html
Expand Up @@ -160,7 +160,7 @@
<a class="sidebar-brand" href="index.html">stringi</a>
</span>
<div class="sidebar-brand">
1.8.3.9001
1.8.4
</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 @@ -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 2024-05-06T11:02:01+0200.
Last updated on 2024-05-06T14:48:28+0200.
This site will never display any ads: it is a non-profit project.
It does not collect any data.
</div>
Expand Down Expand Up @@ -506,7 +506,7 @@ <h2>Getting Help<a class="headerlink" href="#getting-help" title="Link to this h

</aside>
</div>
</div><script src="_static/documentation_options.js?v=66d781fe"></script>
</div><script src="_static/documentation_options.js?v=496f73d5"></script>
<script src="_static/doctools.js?v=888ff710"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="_static/scripts/furo.js?v=32e29ea5"></script>
Expand Down

0 comments on commit f5a91d1

Please sign in to comment.