Skip to content

Commit 7d9ec46

Browse files
committed
watcher 0.1.0
1 parent 429bf93 commit 7d9ec46

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

DESCRIPTION

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: watcher
22
Type: Package
33
Title: Watch the File System for Changes
4-
Version: 0.0.1.9000
4+
Version: 0.1.0
55
Authors@R:
66
c(person(given = "Charlie",
77
family = "Gao",
@@ -12,7 +12,7 @@ Authors@R:
1212
role = "cph"))
1313
Description: R binding for 'libfswatch', a file system monitoring library. Watch
1414
files, or directories recursively, for changes in the background. Log
15-
activity, or trigger an R function to run every time an event occurs.
15+
activity, or run an R function every time a change event occurs.
1616
License: MIT + file LICENSE
1717
BugReports: https://github.com/r-lib/watcher/issues
1818
URL: https://r-lib.github.io/watcher/, https://github.com/r-lib/watcher/

NEWS.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# watcher 0.0.1.9000 (development)
1+
# watcher 0.1.0
22

3-
# watcher 0.0.1
4-
5-
* Initial open source version.
3+
* Initial CRAN release.

man/watcher-package.Rd

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)