Skip to content

Commit 47eb5c7

Browse files
committed
v1.8.5
1 parent 2ef5f97 commit 47eb5c7

File tree

270 files changed

+2069
-2020
lines changed

Some content is hidden

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

270 files changed

+2069
-2020
lines changed
Binary file not shown.

.devel/sphinx/news.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# Changelog
22

33

4-
## 1.8.4.9xxx (under development)
4+
## 1.8.5 (2025-03-25)
5+
6+
* [BUGFIX] Fixed build warnings.
57

68
* [BUGFIX] #512: Fixed PROTECT stack imbalance in `stri_encode_from_marked`.
79

.devel/sphinx/rapi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ rapi/about_search_coll
1313
rapi/about_search_fixed
1414
rapi/about_search_regex
1515
rapi/about_search
16-
rapi/about_stringi
1716
rapi/operator_add
1817
rapi/operator_compare
1918
rapi/operator_dollar
@@ -106,4 +105,5 @@ rapi/stri_unique
106105
rapi/stri_width
107106
rapi/stri_wrap
108107
rapi/stri_write_lines
108+
rapi/stringi-package
109109
```

.devel/sphinx/rapi/about_arguments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ The official online manual of <span class="pkg">stringi</span> at <https://strin
4242

4343
Gagolewski M., <span class="pkg">stringi</span>: Fast and portable character string processing in R, *Journal of Statistical Software* 103(2), 2022, 1-59, [doi:10.18637/jss.v103.i02](https://doi.org/10.18637/jss.v103.i02)
4444

45-
Other stringi_general_topics: [`about_encoding`](about_encoding.md), [`about_locale`](about_locale.md), [`about_search`](about_search.md), [`about_search_boundaries`](about_search_boundaries.md), [`about_search_charclass`](about_search_charclass.md), [`about_search_coll`](about_search_coll.md), [`about_search_fixed`](about_search_fixed.md), [`about_search_regex`](about_search_regex.md), [`about_stringi`](about_stringi.md)
45+
Other stringi_general_topics: [`about_encoding`](about_encoding.md), [`about_locale`](about_locale.md), [`about_search`](about_search.md), [`about_search_boundaries`](about_search_boundaries.md), [`about_search_charclass`](about_search_charclass.md), [`about_search_coll`](about_search_coll.md), [`about_search_fixed`](about_search_fixed.md), [`about_search_regex`](about_search_regex.md), [`stringi-package`](stringi-package.md)

.devel/sphinx/rapi/about_encoding.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ The official online manual of <span class="pkg">stringi</span> at <https://strin
9898

9999
Gagolewski M., <span class="pkg">stringi</span>: Fast and portable character string processing in R, *Journal of Statistical Software* 103(2), 2022, 1-59, [doi:10.18637/jss.v103.i02](https://doi.org/10.18637/jss.v103.i02)
100100

101-
Other stringi_general_topics: [`about_arguments`](about_arguments.md), [`about_locale`](about_locale.md), [`about_search`](about_search.md), [`about_search_boundaries`](about_search_boundaries.md), [`about_search_charclass`](about_search_charclass.md), [`about_search_coll`](about_search_coll.md), [`about_search_fixed`](about_search_fixed.md), [`about_search_regex`](about_search_regex.md), [`about_stringi`](about_stringi.md)
101+
Other stringi_general_topics: [`about_arguments`](about_arguments.md), [`about_locale`](about_locale.md), [`about_search`](about_search.md), [`about_search_boundaries`](about_search_boundaries.md), [`about_search_charclass`](about_search_charclass.md), [`about_search_coll`](about_search_coll.md), [`about_search_fixed`](about_search_fixed.md), [`about_search_regex`](about_search_regex.md), [`stringi-package`](stringi-package.md)
102102

103103
Other encoding_management: [`stri_enc_info()`](stri_enc_info.md), [`stri_enc_list()`](stri_enc_list.md), [`stri_enc_mark()`](stri_enc_mark.md), [`stri_enc_set()`](stri_enc_set.md)
104104

.devel/sphinx/rapi/about_locale.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@ Other locale_management: [`stri_locale_info()`](stri_locale_info.md), [`stri_loc
6060

6161
Other locale_sensitive: [`%s<%()`](+25s+3C+25.md), [`about_search_boundaries`](about_search_boundaries.md), [`about_search_coll`](about_search_coll.md), [`stri_compare()`](stri_compare.md), [`stri_count_boundaries()`](stri_count_boundaries.md), [`stri_duplicated()`](stri_duplicated.md), [`stri_enc_detect2()`](stri_enc_detect2.md), [`stri_extract_all_boundaries()`](stri_extract_boundaries.md), [`stri_locate_all_boundaries()`](stri_locate_boundaries.md), [`stri_opts_collator()`](stri_opts_collator.md), [`stri_order()`](stri_order.md), [`stri_rank()`](stri_rank.md), [`stri_sort()`](stri_sort.md), [`stri_sort_key()`](stri_sort_key.md), [`stri_split_boundaries()`](stri_split_boundaries.md), [`stri_trans_tolower()`](stri_trans_casemap.md), [`stri_unique()`](stri_unique.md), [`stri_wrap()`](stri_wrap.md)
6262

63-
Other stringi_general_topics: [`about_arguments`](about_arguments.md), [`about_encoding`](about_encoding.md), [`about_search`](about_search.md), [`about_search_boundaries`](about_search_boundaries.md), [`about_search_charclass`](about_search_charclass.md), [`about_search_coll`](about_search_coll.md), [`about_search_fixed`](about_search_fixed.md), [`about_search_regex`](about_search_regex.md), [`about_stringi`](about_stringi.md)
63+
Other stringi_general_topics: [`about_arguments`](about_arguments.md), [`about_encoding`](about_encoding.md), [`about_search`](about_search.md), [`about_search_boundaries`](about_search_boundaries.md), [`about_search_charclass`](about_search_charclass.md), [`about_search_coll`](about_search_coll.md), [`about_search_fixed`](about_search_fixed.md), [`about_search_regex`](about_search_regex.md), [`stringi-package`](stringi-package.md)

.devel/sphinx/rapi/about_search.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,4 @@ Other search_subset: [`stri_subset()`](stri_subset.md)
7070

7171
Other search_extract: [`stri_extract_all()`](stri_extract.md), [`stri_extract_all_boundaries()`](stri_extract_boundaries.md), [`stri_match_all()`](stri_match.md)
7272

73-
Other stringi_general_topics: [`about_arguments`](about_arguments.md), [`about_encoding`](about_encoding.md), [`about_locale`](about_locale.md), [`about_search_boundaries`](about_search_boundaries.md), [`about_search_charclass`](about_search_charclass.md), [`about_search_coll`](about_search_coll.md), [`about_search_fixed`](about_search_fixed.md), [`about_search_regex`](about_search_regex.md), [`about_stringi`](about_stringi.md)
73+
Other stringi_general_topics: [`about_arguments`](about_arguments.md), [`about_encoding`](about_encoding.md), [`about_locale`](about_locale.md), [`about_search_boundaries`](about_search_boundaries.md), [`about_search_charclass`](about_search_charclass.md), [`about_search_coll`](about_search_coll.md), [`about_search_fixed`](about_search_fixed.md), [`about_search_regex`](about_search_regex.md), [`stringi-package`](stringi-package.md)

.devel/sphinx/rapi/about_search_boundaries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ Other locale_sensitive: [`%s<%()`](+25s+3C+25.md), [`about_locale`](about_locale
5050

5151
Other text_boundaries: [`about_search`](about_search.md), [`stri_count_boundaries()`](stri_count_boundaries.md), [`stri_extract_all_boundaries()`](stri_extract_boundaries.md), [`stri_locate_all_boundaries()`](stri_locate_boundaries.md), [`stri_opts_brkiter()`](stri_opts_brkiter.md), [`stri_split_boundaries()`](stri_split_boundaries.md), [`stri_split_lines()`](stri_split_lines.md), [`stri_trans_tolower()`](stri_trans_casemap.md), [`stri_wrap()`](stri_wrap.md)
5252

53-
Other stringi_general_topics: [`about_arguments`](about_arguments.md), [`about_encoding`](about_encoding.md), [`about_locale`](about_locale.md), [`about_search`](about_search.md), [`about_search_charclass`](about_search_charclass.md), [`about_search_coll`](about_search_coll.md), [`about_search_fixed`](about_search_fixed.md), [`about_search_regex`](about_search_regex.md), [`about_stringi`](about_stringi.md)
53+
Other stringi_general_topics: [`about_arguments`](about_arguments.md), [`about_encoding`](about_encoding.md), [`about_locale`](about_locale.md), [`about_search`](about_search.md), [`about_search_charclass`](about_search_charclass.md), [`about_search_coll`](about_search_coll.md), [`about_search_fixed`](about_search_fixed.md), [`about_search_regex`](about_search_regex.md), [`stringi-package`](stringi-package.md)

.devel/sphinx/rapi/about_search_charclass.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,4 +450,4 @@ Gagolewski M., <span class="pkg">stringi</span>: Fast and portable character str
450450

451451
Other search_charclass: [`about_search`](about_search.md), [`stri_trim_both()`](stri_trim.md)
452452

453-
Other stringi_general_topics: [`about_arguments`](about_arguments.md), [`about_encoding`](about_encoding.md), [`about_locale`](about_locale.md), [`about_search`](about_search.md), [`about_search_boundaries`](about_search_boundaries.md), [`about_search_coll`](about_search_coll.md), [`about_search_fixed`](about_search_fixed.md), [`about_search_regex`](about_search_regex.md), [`about_stringi`](about_stringi.md)
453+
Other stringi_general_topics: [`about_arguments`](about_arguments.md), [`about_encoding`](about_encoding.md), [`about_locale`](about_locale.md), [`about_search`](about_search.md), [`about_search_boundaries`](about_search_boundaries.md), [`about_search_coll`](about_search_coll.md), [`about_search_fixed`](about_search_fixed.md), [`about_search_regex`](about_search_regex.md), [`stringi-package`](stringi-package.md)

.devel/sphinx/rapi/about_search_coll.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ Other search_coll: [`about_search`](about_search.md), [`stri_opts_collator()`](s
3434

3535
Other locale_sensitive: [`%s<%()`](+25s+3C+25.md), [`about_locale`](about_locale.md), [`about_search_boundaries`](about_search_boundaries.md), [`stri_compare()`](stri_compare.md), [`stri_count_boundaries()`](stri_count_boundaries.md), [`stri_duplicated()`](stri_duplicated.md), [`stri_enc_detect2()`](stri_enc_detect2.md), [`stri_extract_all_boundaries()`](stri_extract_boundaries.md), [`stri_locate_all_boundaries()`](stri_locate_boundaries.md), [`stri_opts_collator()`](stri_opts_collator.md), [`stri_order()`](stri_order.md), [`stri_rank()`](stri_rank.md), [`stri_sort()`](stri_sort.md), [`stri_sort_key()`](stri_sort_key.md), [`stri_split_boundaries()`](stri_split_boundaries.md), [`stri_trans_tolower()`](stri_trans_casemap.md), [`stri_unique()`](stri_unique.md), [`stri_wrap()`](stri_wrap.md)
3636

37-
Other stringi_general_topics: [`about_arguments`](about_arguments.md), [`about_encoding`](about_encoding.md), [`about_locale`](about_locale.md), [`about_search`](about_search.md), [`about_search_boundaries`](about_search_boundaries.md), [`about_search_charclass`](about_search_charclass.md), [`about_search_fixed`](about_search_fixed.md), [`about_search_regex`](about_search_regex.md), [`about_stringi`](about_stringi.md)
37+
Other stringi_general_topics: [`about_arguments`](about_arguments.md), [`about_encoding`](about_encoding.md), [`about_locale`](about_locale.md), [`about_search`](about_search.md), [`about_search_boundaries`](about_search_boundaries.md), [`about_search_charclass`](about_search_charclass.md), [`about_search_fixed`](about_search_fixed.md), [`about_search_regex`](about_search_regex.md), [`stringi-package`](stringi-package.md)

.devel/sphinx/rapi/about_search_fixed.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ Gagolewski M., <span class="pkg">stringi</span>: Fast and portable character str
3434

3535
Other search_fixed: [`about_search`](about_search.md), [`stri_opts_fixed()`](stri_opts_fixed.md)
3636

37-
Other stringi_general_topics: [`about_arguments`](about_arguments.md), [`about_encoding`](about_encoding.md), [`about_locale`](about_locale.md), [`about_search`](about_search.md), [`about_search_boundaries`](about_search_boundaries.md), [`about_search_charclass`](about_search_charclass.md), [`about_search_coll`](about_search_coll.md), [`about_search_regex`](about_search_regex.md), [`about_stringi`](about_stringi.md)
37+
Other stringi_general_topics: [`about_arguments`](about_arguments.md), [`about_encoding`](about_encoding.md), [`about_locale`](about_locale.md), [`about_search`](about_search.md), [`about_search_boundaries`](about_search_boundaries.md), [`about_search_charclass`](about_search_charclass.md), [`about_search_coll`](about_search_coll.md), [`about_search_regex`](about_search_regex.md), [`stringi-package`](stringi-package.md)

.devel/sphinx/rapi/about_search_regex.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,4 +368,4 @@ Gagolewski M., <span class="pkg">stringi</span>: Fast and portable character str
368368

369369
Other search_regex: [`about_search`](about_search.md), [`stri_opts_regex()`](stri_opts_regex.md)
370370

371-
Other stringi_general_topics: [`about_arguments`](about_arguments.md), [`about_encoding`](about_encoding.md), [`about_locale`](about_locale.md), [`about_search`](about_search.md), [`about_search_boundaries`](about_search_boundaries.md), [`about_search_charclass`](about_search_charclass.md), [`about_search_coll`](about_search_coll.md), [`about_search_fixed`](about_search_fixed.md), [`about_stringi`](about_stringi.md)
371+
Other stringi_general_topics: [`about_arguments`](about_arguments.md), [`about_encoding`](about_encoding.md), [`about_locale`](about_locale.md), [`about_search`](about_search.md), [`about_search_boundaries`](about_search_boundaries.md), [`about_search_charclass`](about_search_charclass.md), [`about_search_coll`](about_search_coll.md), [`about_search_fixed`](about_search_fixed.md), [`stringi-package`](stringi-package.md)

.devel/sphinx/rapi/stri_datetime_add.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,15 +68,15 @@ print(x)
6868
```
6969

7070
```
71-
## [1] "2025-04-02 16:08:51 CEST"
71+
## [1] "2025-05-25 14:37:04 CEST"
7272
```
7373

7474
``` r
7575
stri_datetime_add(x, -2, units='months')
7676
```
7777

7878
```
79-
## [1] "2025-02-02 16:08:51 CET"
79+
## [1] "2025-03-25 14:37:04 CET"
8080
```
8181

8282
``` r

.devel/sphinx/rapi/stri_datetime_create.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,5 +96,5 @@ stri_datetime_create(hour=15, minute=59)
9696
```
9797

9898
```
99-
## [1] "2025-02-02 15:59:00 CET"
99+
## [1] "2025-03-25 15:59:00 CET"
100100
```

.devel/sphinx/rapi/stri_datetime_fields.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ stri_datetime_fields(stri_datetime_now())
7777

7878
```
7979
## Year Month Day Hour Minute Second Millisecond WeekOfYear WeekOfMonth
80-
## 1 2025 2 2 16 8 51 667 5 1
80+
## 1 2025 3 25 14 37 5 346 13 5
8181
## DayOfYear DayOfWeek Hour12 AmPm Era
82-
## 1 33 1 4 2 2
82+
## 1 84 3 2 2 2
8383
```
8484

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

8989
```
9090
## Year Month Day Hour Minute Second Millisecond WeekOfYear WeekOfMonth
91-
## 1 5785 5 4 16 8 51 672 18 1
91+
## 1 5785 7 25 14 37 5 351 26 5
9292
## DayOfYear DayOfWeek Hour12 AmPm Era
93-
## 1 123 1 4 2 1
93+
## 1 174 3 2 2 1
9494
```
9595

9696
``` r
@@ -100,5 +100,5 @@ stri_datetime_symbols(locale='@calendar=hebrew')$Month[
100100
```
101101

102102
```
103-
## [1] "Shevat"
103+
## [1] "Adar"
104104
```

.devel/sphinx/rapi/stri_datetime_format.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,5 +221,5 @@ stri_datetime_format(stri_datetime_now(), 'datetime_relative_medium')
221221
```
222222

223223
```
224-
## [1] "today, 4:08:51 pm"
224+
## [1] "today, 2:37:05 pm"
225225
```

.devel/sphinx/rapi/stri_encode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ However, if `from` is given explicitly, the internal encoding declarations are a
3333

3434
For `to_raw=FALSE`, the output strings always have the encodings marked according to the target converter used (as specified by `to`) and the current default Encoding (`ASCII`, `latin1`, `UTF-8`, `native`, or `bytes` in all other cases).
3535

36-
Note that some issues might occur if `to` indicates, e.g, UTF-16 or UTF-32, as the output strings may have embedded NULs. In such cases, please use `to_raw=TRUE` and consider specifying a byte order marker (BOM) for portability reasons (e.g., set `UTF-16` or `UTF-32` which automatically adds the BOMs).
36+
Note that some issues might occur if `to` indicates, e.g., UTF-16 or UTF-32, as the output strings may have embedded NULs. In such cases, please use `to_raw=TRUE` and consider specifying a byte order marker (BOM) for portability reasons (e.g., set `UTF-16` or `UTF-32` which automatically adds the BOMs).
3737

3838
Note that `stri_encode(as.raw(data), 'encodingname')` is a clever substitute for [`rawToChar`](https://stat.ethz.ch/R-manual/R-devel/library/base/html/rawConversion.html).
3939

.devel/sphinx/rapi/stri_locale_set.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ oldloc <- stri_locale_set('pt_BR')
5353
```
5454

5555
```
56-
## You are now working with stringi_1.8.4.9002 (pt_BR.UTF-8; ICU4C 74.1 [bundle]; Unicode 15.1)
56+
## You are now working with stringi_1.8.5 (pt_BR.UTF-8; ICU4C 74.1 [bundle]; Unicode 15.1)
5757
```
5858

5959
``` r
@@ -65,7 +65,7 @@ stri_locale_set(oldloc) # restore the previous default locale
6565
```
6666

6767
```
68-
## You are now working with stringi_1.8.4.9002 (en_AU.UTF-8; ICU4C 74.1 [bundle]; Unicode 15.1)
68+
## You are now working with stringi_1.8.5 (en_AU.UTF-8; ICU4C 74.1 [bundle]; Unicode 15.1)
6969
```
7070

7171
``` r

.devel/sphinx/rapi/stri_sprintf.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ stri_sprintf("UNIX time %1$f is %1$s.", Sys.time())
188188
```
189189

190190
```
191-
## [1] "UNIX time 1738508942.671492 is 2025-02-02 16:09:02.671492."
191+
## [1] "UNIX time 1742909836.276454 is 2025-03-25 14:37:16.276454."
192192
```
193193

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

215215
```
216-
## [1] "2025-02-02 16:09:02.673298 is 1738508942.673298 UNIX time."
216+
## [1] "2025-03-25 14:37:16.277822 is 1742909836.277822 UNIX time."
217217
```
218218

219219
``` r

.devel/sphinx/rapi/about_stringi.md renamed to .devel/sphinx/rapi/stringi-package.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# about_stringi: Fast and Portable Character String Processing in R
1+
# stringi-package: Fast and Portable Character String Processing in R
22

33
## Description
44

@@ -86,4 +86,14 @@ The official online manual of <span class="pkg">stringi</span> at <https://strin
8686

8787
Gagolewski M., <span class="pkg">stringi</span>: Fast and portable character string processing in R, *Journal of Statistical Software* 103(2), 2022, 1-59, [doi:10.18637/jss.v103.i02](https://doi.org/10.18637/jss.v103.i02)
8888

89+
Useful links:
90+
91+
- <https://stringi.gagolewski.com/>
92+
93+
- <https://github.com/gagolews/stringi>
94+
95+
- <https://icu.unicode.org/>
96+
97+
- Report bugs at <https://github.com/gagolews/stringi/issues>
98+
8999
Other stringi_general_topics: [`about_arguments`](about_arguments.md), [`about_encoding`](about_encoding.md), [`about_locale`](about_locale.md), [`about_search`](about_search.md), [`about_search_boundaries`](about_search_boundaries.md), [`about_search_charclass`](about_search_charclass.md), [`about_search_coll`](about_search_coll.md), [`about_search_fixed`](about_search_fixed.md), [`about_search_regex`](about_search_regex.md)

.github/workflows/r-check-other.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ jobs:
5555
- name: Test
5656
run: |
5757
install.packages("tinytest")
58-
source(".devel/tinytest.R")
58+
setwd("tests")
59+
source("testthat.R")
5960
shell: Rscript {0}
6061

6162
- name: Check

CODE_OF_CONDUCT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Code of Conduct
22
===============
33

4-
This is a project conveyed in the authors' free time. It is their little
4+
This is a project conveyed in its authors' free time. It is their little
55
act of charity to make this world an (even) better place.
66
It will most likely pass unnoticed, but if you happen to find it useful,
77
informative, amusing, or stimulating, we're happy for you.

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: stringi
2-
Version: 1.8.4.9003
3-
Date: 2025-02-03
2+
Version: 1.8.5
3+
Date: 2025-03-25
44
Title: Fast and Portable Character String Processing Facilities
55
Description: A collection of character string/text/natural language
66
processing tools for pattern searching (e.g., with 'Java'-like regular

NEWS

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# Changelog
22

33

4-
## 1.8.4.9xxx (under development)
4+
## 1.8.5 (2025-03-25)
5+
6+
* [BUGFIX] Fixed build warnings.
57

68
* [BUGFIX] #512: Fixed PROTECT stack imbalance in `stri_encode_from_marked`.
79

R/encoding_conversion.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
#' or \code{bytes} in all other cases).
6767
#'
6868
#'
69-
#' Note that some issues might occur if \code{to} indicates, e.g,
69+
#' Note that some issues might occur if \code{to} indicates, e.g.,
7070
#' UTF-16 or UTF-32, as the output strings may have embedded NULs.
7171
#' In such cases, please use \code{to_raw=TRUE} and consider
7272
#' specifying a byte order marker (BOM) for portability reasons

R/stringi-package.R renamed to R/stringi_package.R

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -140,10 +140,6 @@
140140
#' Note that each man page provides many further links to other
141141
#' interesting facilities and topics.
142142
#'
143-
#' @name about_stringi
144-
#' @rdname about_stringi
145-
#' @aliases about_stringi stringi stringi-package
146-
#'
147143
#' @docType package
148144
#' @author Marek Gagolewski,
149145
#' with contributions from Bartek Tartanus and many others.
@@ -177,4 +173,4 @@
177173
#' @importFrom utils unzip
178174
#' @importFrom stats runif
179175
#' @importFrom stats rnorm
180-
invisible(NULL)
176+
"_PACKAGE"

R/todo_split.R

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,13 @@ invisible(NULL) # TO DO
4040

4141
# #' Split the elements of a character vector by position
4242
# #'
43-
# #'
4443
# #' @param str character vector to split
4544
# #' @param split character element
4645
# #' @param from integer vector
4746
# #' @param to integer vector
4847
# #' @return A list of the same length as the longest of vectors:
4948
# #' str, split and omitempty. Shorter vectors are recycled. The i-th element
50-
# #' of list contains splitted str[i] character vectors
49+
# #' of the list contains split str[i] character vectors
5150
# #'
5251
# #' @examples
5352
# #' s <- 'Lorem ipsum dolor sit amet, consectetur adipisicing elit.'

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
# (minimal requirement since stringi-1.8.1)
1414
# 2021-04-07 ICU 69.1 (bundled with stringi 1.6.1)
1515
# 2023-10-31 ICU 74.1 (bundled with stringi 1.8.1,
16-
# together with icudata; compressed with xz and included in the package
17-
# source tarball as suggested by BR)
16+
# together with icudata; compressed with xz and included
17+
# in the package source tarball as suggested by BR)
1818
# 2024-04-xx ICU 75 will require C++17 (!)
1919

2020

docs/_static/documentation_options.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const DOCUMENTATION_OPTIONS = {
2-
VERSION: '1.8.4.9002',
2+
VERSION: '1.8.5',
33
LANGUAGE: 'en',
44
COLLAPSE_INDEX: false,
55
BUILDER: 'html',

0 commit comments

Comments
 (0)