We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 964e253 commit 2cef5d2Copy full SHA for 2cef5d2
.Rbuildignore
@@ -7,3 +7,4 @@
7
^docs$
8
^pkgdown$
9
^codecov\.yml$
10
+^cran-comments\.md$
DESCRIPTION
@@ -1,7 +1,7 @@
1
Package: watcher
2
Type: Package
3
Title: Watch the File System for Changes
4
-Version: 0.1.2.9000
+Version: 0.1.3
5
Authors@R:
6
c(person(given = "Charlie",
family = "Gao",
NEWS.md
@@ -1,6 +1,7 @@
-# watcher (development version)
+# watcher 0.1.3
* `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
cran-comments.md
@@ -0,0 +1,3 @@
+## R CMD check results
+0 errors | 0 warnings | 0 notes
0 commit comments