Skip to content

fs 1.3.0

Compare
Choose a tag to compare
@jimhester jimhester released this 03 May 18:30
· 152 commits to master since this release

Breaking changes

  • dir_ls(), dir_map(), dir_walk(), dir_info() and dir_tree() gain a
    recurse argument, which can be either a TRUE or FALSE (as was supported
    previously) or a number of levels to recurse. The previous argument
    recursive has been deprecated.

New features

  • dir_copy() gains a overwrite argument, to overwrite a given directory
    (@pasipasi123, #193)

Minor improvements and fixes

  • dir_create() now throws a more accurate error message when you try to
    create a directory in a non-writeable location (#196).

  • fs_path objects now always show 10 characters by default when printed in
    tibbles (#191).

  • path_file(), path_dir() and path_ext() now return normal character
    vectors rather than tidy paths (#194).

  • path_package() now works with paths in development packages automatically
    (#175).

  • tests now pass successfully when run in strict Latin-1 locale