fs 1.3.0
Breaking changes
dir_ls()
,dir_map()
,dir_walk()
,dir_info()
anddir_tree()
gain a
recurse
argument, which can be either aTRUE
orFALSE
(as was supported
previously) or a number of levels to recurse. The previous argument
recursive
has been deprecated.
New features
dir_copy()
gains aoverwrite
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()
andpath_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