From 33f547d5edc7be48b36eb8f0003b1ea78b53befc Mon Sep 17 00:00:00 2001 From: shikokuchuo <53399081+shikokuchuo@users.noreply.github.com> Date: Wed, 9 Apr 2025 22:34:36 +0100 Subject: [PATCH 1/2] Add cran-comments.md --- .Rbuildignore | 1 + cran-comments.md | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 cran-comments.md diff --git a/.Rbuildignore b/.Rbuildignore index 4fc52aa..78fe73e 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -7,3 +7,4 @@ ^docs$ ^pkgdown$ ^codecov\.yml$ +^cran-comments\.md$ diff --git a/cran-comments.md b/cran-comments.md new file mode 100644 index 0000000..0037a2f --- /dev/null +++ b/cran-comments.md @@ -0,0 +1,3 @@ +## R CMD check results + +0 errors | 0 warnings | 0 notes From c104cc9a420b58c21c33fb35d0e86b07599e2cf7 Mon Sep 17 00:00:00 2001 From: shikokuchuo <53399081+shikokuchuo@users.noreply.github.com> Date: Wed, 9 Apr 2025 22:38:35 +0100 Subject: [PATCH 2/2] watcher 0.1.3 --- DESCRIPTION | 2 +- NEWS.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index d632969..218e480 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: watcher Type: Package Title: Watch the File System for Changes -Version: 0.1.2.9000 +Version: 0.1.3 Authors@R: c(person(given = "Charlie", family = "Gao", diff --git a/NEWS.md b/NEWS.md index bd67191..44946f7 100644 --- a/NEWS.md +++ b/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