Type: Package Package: watcher Title: Watch the File System for Changes Version: 0.2.0.9000 Authors@R: c( person("Charlie", "Gao", , "charlie.gao@posit.co", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-0750-061X")), person("Posit Software, PBC", role = c("cph", "fnd"), comment = c(ROR = "03wc8by49")), person("Enrico M.", "Crisostomo", role = "cph", comment = "libfswatch library"), person("Alan", "Dipert", role = "cph", comment = "libfswatch library") ) Description: R binding for 'libfswatch', a file system monitoring library. Watch files, or directories recursively, for changes in the background. Log activity, or call an R function, upon every change event. License: MIT + file LICENSE URL: https://watcher.r-lib.org, https://github.com/r-lib/watcher BugReports: https://github.com/r-lib/watcher/issues Depends: R (>= 3.5) Imports: later, R6, rlang Suggests: testthat (>= 3.0.0) Biarch: true Config/Needs/website: tidyverse/tidytemplate Config/roxygen2/markdown: TRUE Config/roxygen2/version: 8.0.0 Config/testthat/edition: 3 Config/usethis/last-upkeep: 2025-04-23 Encoding: UTF-8 SystemRequirements: 'libfswatch' (optional, bundled copy compiled otherwise) Repository: https://r-lib.r-universe.dev Date/Publication: 2026-06-22 09:36:38 UTC RemoteUrl: https://github.com/r-lib/watcher RemoteRef: HEAD RemoteSha: 1fe51c6352fb0a694b1f6d1cb4c23efe9d45dcb7 NeedsCompilation: yes Packaged: 2026-07-01 18:05:36 UTC; root Author: Charlie Gao [aut, cre] (ORCID: ), Posit Software, PBC [cph, fnd] (ROR: ), Enrico M. Crisostomo [cph] (libfswatch library), Alan Dipert [cph] (libfswatch library) Maintainer: Charlie Gao