Skip to content

fs v1.2.6

Choose a tag to compare

@jimhester jimhester released this 23 Aug 19:33
· 225 commits to master since this release
  • This is a small bugfix only release.

  • file_move() now fall back to copying, then removing files when moving files
    between devices (which would otherwise fail) (#131, r-lib/usethis#438).

  • Fix for a double free when using warn = TRUE (#132)