Skip to content

Commit a86cbe9

Browse files
authored
watcher 0.1.5
1 parent b175f9b commit a86cbe9

File tree

4 files changed

+6
-17
lines changed

4 files changed

+6
-17
lines changed

DESCRIPTION

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Type: Package
22
Package: watcher
33
Title: Watch the File System for Changes
4-
Version: 0.1.4.9000
4+
Version: 0.1.5
55
Authors@R: c(
66
person("Charlie", "Gao", , "[email protected]", role = c("aut", "cre"),
77
comment = c(ORCID = "0000-0002-0750-061X")),
@@ -10,8 +10,8 @@ Authors@R: c(
1010
)
1111
Description: R binding for 'libfswatch', a file system monitoring library.
1212
Watch files, or directories recursively, for changes in the
13-
background. Log activity, or run an R function every time a change
14-
event occurs.
13+
background. Log activity, or call an R function, upon every change
14+
event.
1515
License: MIT + file LICENSE
1616
URL: https://watcher.r-lib.org, https://github.com/r-lib/watcher
1717
BugReports: https://github.com/r-lib/watcher/issues

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# watcher (development version)
1+
# watcher 0.1.5
22

33
* Fixed issue on Windows where watching with a `latency` < 1 caused high CPU usage (#32, thanks @RichardHooijmaijers).
44

cran-comments.md

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,3 @@
11
## R CMD check results
22

3-
0 errors | 0 warnings | 1 note
4-
5-
Note on CRAN incoming feasibility: change of maintainer email address.
6-
I've already emailed cran-submissions about this.
7-
8-
## revdepcheck results
9-
10-
We checked 1 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.
11-
12-
* We saw 0 new problems
13-
* We failed to check 0 packages
14-
3+
0 errors | 0 warnings | 0 notes

man/watcher-package.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)