Type: Package
Package: watcher
Title: Watch the File System for Changes
Version: 0.1.4
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"))
  )
Description: R binding for 'libfswatch', a file system monitoring library.
    Watch files, or directories recursively, for changes in the
    background. Log activity, or run an R function every time a change
    event occurs.
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/testthat/edition: 3
Config/usethis/last-upkeep: 2025-04-23
Encoding: UTF-8
RoxygenNote: 7.3.2
SystemRequirements: 'libfswatch', or 'cmake' to compile from package
        sources
NeedsCompilation: yes
Packaged: 2025-07-16 07:06:25 UTC; shikokuchuo
Author: Charlie Gao [aut, cre] (ORCID: <https://orcid.org/0000-0002-0750-061X>),
  Posit Software, PBC [cph, fnd] (ROR: <https://ror.org/03wc8by49>)
Maintainer: Charlie Gao <charlie.gao@posit.co>
Repository: CRAN
Date/Publication: 2025-07-16 09:30:02 UTC
Built: R 4.5.2; x86_64-w64-mingw32; 2025-11-08 02:59:46 UTC; windows
Archs: x64
