NEW FEATURES

  • Add github.io website to DESCRIPTION.

NEW FEATURES

  • Code is now robust to changes to the strex package.

BUG FIXES

  • Insist on bug-fixed strex v1.6.0.

BUG FIXES

  • Insist on bug-fixed stringi v1.7.8 and strex v1.4.3.

BUG FIXES

  • Remove LazyData from DESCRIPTION (was causing CRAN note).

BUG FIXES

  • R version 3.5 or greater is needed for strex >= 1.4.

BUG FIXES

  • Insist on strex >= 1.4 which has improved argument matching.

BUG FIXES

  • Post strex v1.3.0 release adjustments.

BUG FIXES

  • Ready the package not to break on next release of strex (v1.3.0).

BUG FIXES

BUG FIXES

  • Be ready not to break for strex v1.1.0.

BUG FIXES

  • Demand bug-fixed strex v1.0.3.

BUG FIXES

  • all_equal() was dealing inconsistently with attributes.

BUG FIXES

  • Inherit bug fixes in strex v1.0.1.

BREAKING CHANGES

NEW FUNCTIONS

  • str_elems() for extracting several single elements from a string.

NEW FUNCTION ALIASES

BUG FIXES

  • Depend on latest, least buggy strex.

DEFUNCT

BUG FIXES

  • Depend on a version of strex which is reliable on mac.

BUG FIXES

  • Insist on strex v0.1.1; v0.1.0 didn’t pass on mac on CRAN.

NEW FEATURES

  • All of the stringr-style string manipulation is now done by the strex package, which filesstrings now depends upon. That was the main functionality of filesstrings, so filesstrings is going to be more dormant from now on.

NEW FEATURES

MINOR IMPROVEMENTS

  • Improvements to documentation.

NEW FEATURES

BUG FIXES

NEW FEATURES

DEFUNCT

  • Defunct functions are now gone completely (as opposed to triggering a .Defunct() call).

MINOR IMPROVEMENTS

  • Add an overwrite argument to file.move() with default value FALSE to ensure that files are not accidentally overwritten.

MINOR IMPROVEMENTS

BUG FIXES

  • Fix some bad typing in C++ code.
  • remove_dirs() was claiming to have deleted directories that weren’t there.

NEW FEATURES

  • There is a new function match_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.

BUG FIXES

  • Fix bug in extract_numbers() which arose when integerish numbers outside the 32-bit integer range reared their heads.

BUG FIXES

BUG FIXES

BUG FIXES

  • The new R doesn’t like it when the working directory is changed by running examples. This required a fix which this patch provides.

NEW FEATURES

  • Functions which were previously deprecated are now defunct. This brings the package completely in line with the tidyverse style.

MINOR IMPROVEMENTS

  • count_matches() and str_nth_instance_indices() are much faster.
  • merge_tables_on_disk() and paste_different_lengths() are gone. They didn’t belong.

BUG FIXES

  • before_last_dot() now works in the case where the input has no dots, returning the input.

NEW FEATURES

  • Added first and last companions for nth functions.

MINOR IMPROVEMENTS

  • Minor documentation improvements.

NEW FEATURES

  • Everything has been redone to conform with the tidyverse style guide.

NEW FEATURES

  • The package is now peer-reviewed and has an accompanying paper in the journal of open-source software, which can be cited. See citation("filesstrings").

NEW FEATURES

DEFUNCT

  • PutFilesInDir() is gone.

MINOR IMPROVEMENTS

  • The functionality that PutFilesInDir() had is now default for MoveFiles().
  • The README and vignettes are improved.

BUG FIXES

  • Minor fix to AllEqual().

BUG FIXES

  • Fix bug in AllEqual() and improve its documentation.
  • Improve NA handling of ExtractNumerics() and its documentation.

MINOR IMPROVEMENTS

  • Improve README and vignette.

BUG FIXES

  • A fix to make the package compatible with the new version of ‘readr’ courtesy of Jim Hester.

MINOR IMPROVEMENTS

  • Minor documentation improvements.

DEFUNCT

BUG FIXES

  • The first edition that I think may be CRAN-worthy.