diff --git a/DESCRIPTION b/DESCRIPTION index 5a5ee2e..6254423 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Type: Package Package: watcher Title: Watch the File System for Changes -Version: 0.1.6.9000 +Version: 0.2.0 Authors@R: c( person("Charlie", "Gao", , "charlie.gao@posit.co", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-0750-061X")), diff --git a/NEWS.md b/NEWS.md index 9db5967..7a28c9f 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,7 +1,7 @@ -# watcher (development version) +# watcher 0.2.0 * Building the bundled 'libfswatch' from source no longer requires 'cmake', now directly using the R C/C++ toolchain. - A system 'libfswatch' is still used when one is available. + A system 'libfswatch' is still used when available. # watcher 0.1.6 diff --git a/cran-comments.md b/cran-comments.md index 0037a2f..0e9e93d 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,3 +1,10 @@ ## R CMD check results 0 errors | 0 warnings | 0 notes + +## revdepcheck results + +We checked 1 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package. + + * We saw 0 new problems + * We failed to check 0 packages