Path to this page:
Subject: CVS commit: pkgsrc/devel/R-fs
From: Makoto Fujiwara
Date: 2022-04-19 14:46:06
Message id: 20220419124606.2AC6EFB1A@cvs.NetBSD.org
Log Message:
(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).
Files: