Path to this page:
./
textproc/R-stringi,
Character string processing facilities
Branch: CURRENT,
Version: 1.8.4nb1,
Package name: R-stringi-1.8.4nb1,
Maintainer: pkgsrc-usersstringi (pronounced "stringy") is the R package for fast, correct,
consistent and convenient string/text processing in each locale and
any native character encoding. The use of the ICU library gives R
users a platform-independent set of functions known to Java, Perl,
Python, PHP, and Ruby programmers.
Required to run:[
textproc/icu] [
math/R]
Master sites: (Expand)
Version history: (Expand)
- (2025-04-23) Updated to version: R-stringi-1.8.4nb1
- (2025-01-04) Updated to version: R-stringi-1.8.4
- (2024-11-15) Updated to version: R-stringi-1.8.3nb4
- (2024-11-01) Updated to version: R-stringi-1.8.3nb3
- (2024-11-01) Updated to version: R-stringi-1.8.3nb2
- (2024-05-29) Updated to version: R-stringi-1.8.3nb1
CVS history: (Expand)
2025-04-17 23:53:13 by Thomas Klausner | Files touched by this commit (2449) |
Log message:
*: recursive bump for icu 77 and libxml2 2.14
|
2025-01-04 01:33:27 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
(..textproc/R-stringi) Updated 1.8.3 to 1.8.4
## 1.8.4 (2024-05-06)
* [BUILD TIME] [BUGFIX] #508: Fixed build errors on Windows
(thanks to @jeoren and @kalibera).
|
2024-11-14 23:22:33 by Thomas Klausner | Files touched by this commit (2428) |
Log message:
*: recursive bump for icu 76 shlib major version bump
|
2024-11-01 13:55:19 by Thomas Klausner | Files touched by this commit (2425) |
Log message:
*: revbump for icu downgrade
|
2024-11-01 01:54:33 by Thomas Klausner | Files touched by this commit (2426) |
Log message:
*: recursive bump for icu 76.1 shlib bump
|
2024-05-29 18:35:19 by Adam Ciarcinski | Files touched by this commit (1928) |  |
Log message:
revbump after icu and protobuf updates
|
2024-01-20 13:43:54 by Makoto Fujiwara | Files touched by this commit (2) |  |
Log message:
(textproc/R-stringi) Updated 1.7.12 to 1.8.3, make test does not pass
## 1.8.3 (2023-12-10)
## [BUILD TIME] [BUGFIX] Fixed the *format string is not a string literal
(potentially insecure)* warnings.
## 1.8.2 (2023-11-22)
* [BUILD TIME] [BUGFIX] #501: Fixed failing build on 32-bit Windows
(Windows API `ResolveLocaleName` function not available).
* [BUILD TIME] [BUGFIX] #502: `PKG_CPPFLAGS` are now considered
before other `CPPFLAGS` (the same with other flag types) in
the `configure` script to make it compatible with what happens in `Makevars`.
* [BUILD TIME] [BUGFIX] Support for ICU's `double` conversion on Loongarch
has been restored (see #463).
## 1.8.1 (2023-11-09)
* [GENERAL] ICU bundle updated to version 74.1 (Unicode 15.1, CLDR 44).
* [BACKWARD INCOMPATIBILITY] [BUILD TIME] Support for Solaris has now been
dropped. The package is no longer shipped with the very outdated ICU55 bundle.
A compiler supporting at least C++11 as well as ICU >= 61 are now required.
* [BACKWARD INCOMPATIBILITY] #469: Missing date-time fields in
`stri_datetime_parse` and `stri_datetime_create` now default to today's
midnight local time.
* [BACKWARD INCOMPATIBILITY] Removed the long-deprecated and defunct
`fallback_encoding` parameter of `stri_read_lines` and the ellipsis
parameter of `stri_opts_collator`, `stri_opts_regex`, `stri_opts_fixed`,
`stri_opts_brkiter`, and `stri_opts_regex`.
* [BUILD TIME] As per the suggestion of Prof. Brian Ripley, `icudt74l`
(ICU data - little endian) is now included in the source tarball (compressed
with xz to save space). This allows for building **`stringi`** on systems with
no internet access.
* [NEW FEATURE] #476: In break iterator-, date-time-, and collator-based
operations (e.g., `stri_sort`), a warning is emitted when the *root* ICU
resource bundle is returned when using an *explicitly* requested locale.
This might happen when we pass an 'unknown' `locale` argument to these
functions. Note that when relying on the default `locale=NULL` argument,
no warning is emitted. In such a case, checking
if the default locale as returned by `stri_enc_get` is amongst
those listed in `stri_enc_list` is recommended.
* [NEW FEATURE] The `C` locale identifier now resolves to `en_US_POSIX`.
* [BUGFIX] #469: `stri_datetime_parse` did not reset the `Calendar`
object when parsing multiple dates.
* [BUGFIX] #487: Some functions did not accept ASCII strings longer than
858993457 characters on input.
|
2023-11-08 14:21:43 by Thomas Klausner | Files touched by this commit (2376) |
Log message:
*: recursive bump for icu 74.1
|