diff --git a/.devel/sphinx/news.md b/.devel/sphinx/news.md index 246b4665..fb9f3af8 100644 --- a/.devel/sphinx/news.md +++ b/.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). ## 1.8.3 (2023-12-10) diff --git a/.devel/sphinx/rapi/stri_datetime_add.md b/.devel/sphinx/rapi/stri_datetime_add.md index 91c05067..f75c4cad 100644 --- a/.devel/sphinx/rapi/stri_datetime_add.md +++ b/.devel/sphinx/rapi/stri_datetime_add.md @@ -68,7 +68,7 @@ print(x) ``` ``` -## [1] "2024-07-06 11:01:45 CEST" +## [1] "2024-07-06 14:48:12 CEST" ``` ```r @@ -76,7 +76,7 @@ stri_datetime_add(x, -2, units='months') ``` ``` -## [1] "2024-05-06 11:01:45 CEST" +## [1] "2024-05-06 14:48:12 CEST" ``` ```r diff --git a/.devel/sphinx/rapi/stri_datetime_fields.md b/.devel/sphinx/rapi/stri_datetime_fields.md index b600de9c..bd373568 100644 --- a/.devel/sphinx/rapi/stri_datetime_fields.md +++ b/.devel/sphinx/rapi/stri_datetime_fields.md @@ -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 @@ -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 diff --git a/.devel/sphinx/rapi/stri_datetime_format.md b/.devel/sphinx/rapi/stri_datetime_format.md index 2ae447f0..a9741f49 100644 --- a/.devel/sphinx/rapi/stri_datetime_format.md +++ b/.devel/sphinx/rapi/stri_datetime_format.md @@ -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" ``` diff --git a/.devel/sphinx/rapi/stri_locale_set.md b/.devel/sphinx/rapi/stri_locale_set.md index 5a13c826..eedad153 100644 --- a/.devel/sphinx/rapi/stri_locale_set.md +++ b/.devel/sphinx/rapi/stri_locale_set.md @@ -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 @@ -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 diff --git a/.devel/sphinx/rapi/stri_sprintf.md b/.devel/sphinx/rapi/stri_sprintf.md index 73f1a94b..efe08652 100644 --- a/.devel/sphinx/rapi/stri_sprintf.md +++ b/.devel/sphinx/rapi/stri_sprintf.md @@ -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 @@ -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 diff --git a/.github/workflows/r-check-other.yml b/.github/workflows/r-check-other.yml index ead7d136..592d08d7 100644 --- a/.github/workflows/r-check-other.yml +++ b/.github/workflows/r-check-other.yml @@ -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 diff --git a/DESCRIPTION b/DESCRIPTION index 750f093c..7fa0d3a1 100644 --- a/DESCRIPTION +++ b/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 diff --git a/NEWS b/NEWS index 246b4665..fb9f3af8 100644 --- a/NEWS +++ b/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) diff --git a/docs/_static/documentation_options.js b/docs/_static/documentation_options.js index 33ff8606..a5db821d 100644 --- a/docs/_static/documentation_options.js +++ b/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', diff --git a/docs/genindex.html b/docs/genindex.html index ad43f57a..ad521b17 100644 --- a/docs/genindex.html +++ b/docs/genindex.html @@ -158,7 +158,7 @@ stringi