Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: r-lib/watcher

watcher 0.1.3

09 Apr 22:25
2cef5d2
Compare
Choose a tag to compare
  • watcher() now accepts a vector for the path argument to monitor multiple files or directories (#16).

  • Fixes Windows bi-arch source builds for R <= 4.1 using rtools40 and earlier (#19).

watcher 0.1.2

25 Feb 08:59
b9e4d45
Compare
Choose a tag to compare
  • Adds $get_path() and $is_running() methods to the Watcher R6 class.
    • Use these rather than the fields path and running, as they have been made private.

watcher 0.1.1

10 Feb 08:18
9a2c224
Compare
Choose a tag to compare
  • Updates bundled 'libfswatch' source package to 1.19.0-dev.

watcher 0.1.0

06 Feb 14:24
7d9ec46
Compare
Choose a tag to compare
  • Initial CRAN release.