Skip to content

Commit 2cef5d2

Browse files
authored
watcher 0.1.3 (#21)
* Add cran-comments.md * watcher 0.1.3
1 parent 964e253 commit 2cef5d2

File tree

4 files changed

+7
-2
lines changed

4 files changed

+7
-2
lines changed

.Rbuildignore

+1
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@
77
^docs$
88
^pkgdown$
99
^codecov\.yml$
10+
^cran-comments\.md$

DESCRIPTION

+1-1
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.1.2.9000
4+
Version: 0.1.3
55
Authors@R:
66
c(person(given = "Charlie",
77
family = "Gao",

NEWS.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
# watcher (development version)
1+
# watcher 0.1.3
22

33
* `watcher()` now accepts a vector for the `path` argument to monitor multiple files or directories (#16).
4+
45
* Fixes Windows bi-arch source builds for R <= 4.1 using rtools40 and earlier (#19).
56

67
# watcher 0.1.2

cran-comments.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## R CMD check results
2+
3+
0 errors | 0 warnings | 0 notes

0 commit comments

Comments
 (0)