NEWS.md
filesstrings
3.1.52019-06-27trim_anything()
docs.strex
(v1.1.1).filesstrings
3.1.22019-05-29all_equal()
was dealing inconsistently with attributes.filesstrings
3.1.02019-05-07str_get_currency()
and str_get_currencies()
are gone. They are replaced by str_extract_currencies()
and str_nth_currency()
, str_first_currency()
and str_last_currency()
.str_nth_instance_indices()
has been renamed to str_locate_nth()
and str_first_instance_indices()
and str_last_instance_indices()
have been renamed to str_locate_first()
and str_locate_last()
. The aliases locate_nth()
, locate_first()
and locate_last()
have been added.str_elems()
for extracting several single elements from a string.str_
, for example str_before_last_dot()
is a new alias for before_last_dot()
and str_extract_numbers()
is a new alias for extract_numbers()
.nice_nums()
now has the aliases str_nice_nums()
, str_alphord_nums()
and alphord_nums()
.filesstrings
3.0.02018-10-30str_with_patterns()
is defunct in light of stringr::str_subset()
.count_matches()
is defunct in light of stringr::str_count()
.filesstrings
2.6.02018-08-15nth_number_before_mth()
and friends (there are 8 friends).filesstrings
2.5.02018-06-29all_equal()
and its documentation.file.move()
.filesstrings
2.4.02018-05-18nth_number_after_mth()
and friends (there are 8 friends)..Defunct()
call).filesstrings
2.3.0overwrite
argument to file.move()
with default value FALSE
to ensure that files are not accidentally overwritten.filesstrings
2.2.02018-04-18extract_numbers()
.filesstrings
2.1.02018-03-10match_arg()
for argument matching which is inspired by RSAGA::match.arg.ext()
. Its behaviour is almost identical but RSAGA
is a heavy package to depend upon so filesstrings::match_arg()
might be handy for package developers.filesstrings
2.0.42018-02-09extract_numbers()
which arose when integerish numbers outside the 32-bit integer range reared their heads.filesstrings
2.0.3remove_filename_spaces()
.filesstrings
2.0.22018-01-05all_equal()
for dealing with arrays.filesstrings
2.0.02017-12-01count_matches()
and str_nth_instance_indices()
are much faster.merge_tables_on_disk()
and paste_different_lengths()
are gone. They didn’t belong.before_last_dot()
now works in the case where the input has no dots, returning the input.filesstrings
0.4.2file.move()
and dir.delete()
to conform with the base
naming pattern of such functions.filesstrings
0.4.02017-04-11filesstrings
0.3.22017-03-18StrReverse()
is removed. Use stringi::stri_reverse()
instead.filesstrings
0.3.12017-02-23Found no calls to: ‘R_registerRoutines’, ‘R_useDynamicSymbols’
by following Giorgio Spedicato’s answer at http://stackoverflow.com/questions/42313373/r-cmd-check-note-found-no-calls-to-r-registerroutines-r-usedynamicsymbols