pkgsrc/devel/R-fs
mef 4393b1c5ba (devel/R-fs) Updated 1.5.0 to 1.5.2
# fs 1.5.2
* `file_create()` and `dir_create()` now return the correct path when
  `...` arguments are used (@davidchall, #333).

* `dir_create(recurse = FALSE)` now correctly handles `...` arguments
  (@davidchall, #333).

* `file_exists()` now expands `~` again (#325).

* `dir_copy()` works when `path` has length >1 (#360).

# fs 1.5.1
* Gábor Csárdi is now the maintainer.

* fs is now licensed as MIT (#301).

* `dir_create()` now restores the previous umask (#293)

* `file_exists()` is now much faster (#295)

* `options(fs.fs_path.shorten)` can now be used to control how paths
  are shortened in tibbles.  The default value is "front", valid
  alternatives are "back", "middle" and "abbreviate". (#335)

* `options(fs.use_tibble = FALSE)` can now be used to disable use of
  tibbles (#295).

* `path_tidy()` now works with non-UTF8 encoded paths (@shrektan, #321).
2022-04-19 12:46:05 +00:00
..
patches (devel/R-fs) Updated 1.5.0 to 1.5.2 2022-04-19 12:46:05 +00:00
DESCR
distinfo (devel/R-fs) Updated 1.5.0 to 1.5.2 2022-04-19 12:46:05 +00:00
Makefile (devel/R-fs) Updated 1.5.0 to 1.5.2 2022-04-19 12:46:05 +00:00