Releases: rorynolan/strex
Releases · rorynolan/strex
v2.0.0
v1.6.0
strex
1.6.0
MINOR IMPROVEMENTS
- Remove usage of
magrittr
's%<>%
operator. - Now using the new
rlang::abort()
error message formatting.
strex
1.5.1
BUG FIXES
purrr
should not have been inImports
. It is now inSuggests
.- Some lines in
stringi-imports.h
needed to be uncommented.
strex
1.5.0
NEW FEATURES
str_detect_all()
andstr_detect_any()
.
strex 1.4.4
BUG FIXES
- Fix for dev version of
stringr
.
strex 1.4.3
BUG FIXES
- Insist on latest, bug-fixed
stringi
v1.7.8.
strex 1.4.2
BUG FIXES
- Remove
LazyData
fromDESCRIPTION
(was causing CRAN note).
strex 1.4.1
strex
1.4.1
BUG FIXES
- R version 3.5 or greater is needed because
INTEGER_GET_REGION
is used, which was introduced with R'sALTREP
stuff.
strex
1.4.0
MINOR IMPROVEMENTS
str_trim_anything()
got a speedup.str_match_arg()
now has better error messaging.
BUG FIXES
utils
was wrongly imported.
strex 1.3.1
strex
1.3.1
BUG FIXES
- Fix a garbage collection issue.
strex
1.3.0
MINOR IMPROVEMENTS
- Move from
Rcpp
toC
.
strex 1.2.0
MINOR IMPROVEMENTS
- Include more examples to cover all common functionality.
strex 1.1.1
BUG FIXES
- Insist on necessary versions of
stringr
andprocessx
. - Fix a C++ sanitizer warning.
strex 1.1.0
MINOR IMPROVEMENTS
- The
pattern
argument ofstr_trim_anything()
now supports regular expression.
BUG FIXES
- The new
configure
step opens up the package to people with GCC < 4.9; previously installation failed for them.