Published June 8, 2019
| Version v3.1.3
Software
Open
rorynolan/filesstrings: filesstrings 3.1.3
Description
filesstrings
3.1.3
BUG FIXES
- Demand bug-fixed
strex
v1.0.3.
filesstrings
3.1.2
BUG FIXES
all_equal()
was dealing inconsistently with attributes.
filesstrings
3.1.1
BUG FIXES
- Inherit bug fixes in
strex
1.0.1.
filesstrings
3.1.0
BREAKING CHANGES
str_get_currency()
andstr_get_currencies()
are gone. They are replaced bystr_extract_currencies()
andstr_nth_currency()
,str_first_currency()
andstr_last_currency()
.str_nth_instance_indices()
has been renamed tostr_locate_nth()
andstr_first_instance_indices()
andstr_last_instance_indices()
have been renamed tostr_locate_first()
andstr_locate_last()
. The aliaseslocate_nth()
,locate_first()
andlocate_last()
have been added.
str_elems()
for extracting several single elements from a string.
- All string manipulation functions are now optionally prepended by
str_
, for examplestr_before_last_dot()
is a new alias forbefore_last_dot()
andstr_extract_numbers()
is a new alias forextract_numbers()
. nice_nums()
now has the aliasesstr_nice_nums()
,str_alphord_nums()
andalphord_nums()
.
filesstrings
3.0.1
BUG FIXES
- Depend on latest, least buggy
strex
.
filesstrings
3.0.0
DEFUNCT
str_with_patterns()
is defunct in light ofstringr::str_subset()
.count_matches()
is defunct in light ofstringr::str_count()
.
- Depend on a version of
strex
which is reliable on mac.
filesstrings
2.7.1
BUG FIXES
- Insist on
strex
v0.1.1; v0.1.0 didn't pass on mac on CRAN.
filesstrings
2.7.0
NEW FEATURES
- All of the
stringr
-style string manipulation is now done by thestrex
package, whichfilesstrings
now depends upon. That was the main functionality offilesstrings
, sofilesstrings
is going to be more dormant from now on.
filesstrings
2.6.0
NEW FEATURES
- Added functions
nth_number_before_mth()
and friends (there are 8 friends).
- Improvements to documentation.
filesstrings
2.5.0
NEW FEATURES
- Improvement to
all_equal()
and its documentation.
- Fix to message of
file.move()
.
Files
rorynolan/filesstrings-v3.1.3.zip
Files
(8.4 MB)
Name | Size | Download all |
---|---|---|
md5:6d8b259a8a33d326020944cf79d5742a
|
8.4 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/rorynolan/filesstrings/tree/v3.1.3 (URL)