Recent Releases of filesstrings
filesstrings - filesstrings 3.2.1
filesstrings 3.2.1
BUG FIXES
- R version 3.5 or greater is needed for
strex>= 1.4.
filesstrings 3.2.0
BUG FIXES
- Insist on
strex>= 1.4 which has improved argument matching.
Scientific Software - Peer-reviewed
- R
Published by rorynolan about 5 years ago
filesstrings - filesstrings 3.1.7
BUG FIXES
- Post
strexv1.3.0 release adjustments.
Scientific Software - Peer-reviewed
- R
Published by rorynolan over 5 years ago
filesstrings - filesstrings 3.1.5
BUG FIXES
- Fix
trim_anything()docs. - Insist on latest
strex(v1.1.1).
Scientific Software - Peer-reviewed
- R
Published by rorynolan over 6 years ago
filesstrings - filesstrings 3.1.4
BUG FIXES
- Be ready not to break for
strexv1.1.0.
Scientific Software - Peer-reviewed
- R
Published by rorynolan over 6 years ago
filesstrings - filesstrings 3.1.3
filesstrings 3.1.3
BUG FIXES
- Demand bug-fixed
strexv1.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
strex1.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.
NEW FUNCTIONS
str_elems()for extracting several single elements from a string.
NEW FUNCTION ALIASES
- 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().
BUG FIXES
- Depend on a version of
strexwhich is reliable on mac.
filesstrings 2.7.1
BUG FIXES
- Insist on
strexv0.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 thestrexpackage, whichfilesstringsnow depends upon. That was the main functionality offilesstrings, sofilesstringsis 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).
MINOR IMPROVEMENTS
- Improvements to documentation.
filesstrings 2.5.0
NEW FEATURES
- Improvement to
all_equal()and its documentation.
BUG FIXES
- Fix to message of
file.move().
Scientific Software - Peer-reviewed
- R
Published by rorynolan over 6 years ago
filesstrings - `match_arg()` and `nth_number_after_mth()`
2.4.0
NEW FEATURES
- Added
nth_number_after_mth()and friends (there are 8 friends).
DEFUNCT
- Defunct functions are now gone completely (as opposed to triggering a
.Defunct()call).
2.3.0
MINOR IMPROVEMENTS
- Add an
overwriteargument tofile.move()with default valueFALSEto ensure that files are not accidentally overwritten.
2.2.0
MINOR IMPROVEMENTS
- Speed up
extract_numbers().
BUG FIXES
- Fix some bad typing in C++ code.
remove_dirs()was claiming to have deleted directories that weren't there.
2.1.0
NEW FEATURES
- There is a new function
match_arg()for argument matching which is inspired byRSAGA::match.arg.ext(). Its behaviour is almost identical butRSAGAis a heavy package to depend upon sofilesstrings::match_arg()might be handy for package developers.
Scientific Software - Peer-reviewed
- R
Published by rorynolan over 7 years ago
filesstrings - Minor fix to `extract_numbers`.
There was a problem when integerish numbers were outside the 32-bit integer range.
Scientific Software - Peer-reviewed
- R
Published by rorynolan almost 8 years ago
filesstrings - Minor fix to `filesstrings::all_equal()`
Scientific Software - Peer-reviewed
- R
Published by rorynolan almost 8 years ago
filesstrings - Full move to tidyverse style
Other style functions are now defunct rather than deprecated.
Scientific Software - Peer-reviewed
- R
Published by rorynolan about 8 years ago
filesstrings - tidyverse style
All functions have been renamed to comply with the tidyverse style guide. Old names are deprecated.
Scientific Software - Peer-reviewed
- R
Published by rorynolan over 8 years ago
filesstrings - JOSS paper.
The package is now peer-reviewed.
Scientific Software - Peer-reviewed
- R
Published by rorynolan over 8 years ago
filesstrings - Stable release to CRAN.
No immediate further development is planned, however whenever I spot something that would be good, I'll add it, and I'd love to hear suggestions, or even better get pull requests.
Scientific Software - Peer-reviewed
- R
Published by rorynolan over 8 years ago