1
- Package: watcher
2
1
Type: Package
2
+ Package: watcher
3
3
Title: Watch the File System for Changes
4
4
Version: 0.1.3.9000
5
- Authors@R:
6
- c(person(given = "Charlie",
7
- family = "Gao",
8
- role = c("aut", "cre"),
9
- email = "charlie.gao@shikokuchuo.net",
10
- comment = c(ORCID = "0000-0002-0750-061X")),
11
- person(given = "Posit Software, PBC",
12
- role = "cph"))
13
- Description: R binding for 'libfswatch', a file system monitoring library. Watch
14
- files, or directories recursively, for changes in the background. Log
15
- activity, or run an R function every time a change event occurs.
5
+ Authors@R: c(
6
+ person("Charlie", "Gao", , "charlie.gao@shikokuchuo.net", role = c("aut", "cre"),
7
+ comment = c(ORCID = "0000-0002-0750-061X")),
8
+ person("Posit Software, PBC", role = c("cph", "fnd"),
9
+ comment = c(ROR = "03wc8by49"))
10
+ )
11
+ Description: R binding for 'libfswatch', a file system monitoring library.
12
+ Watch files, or directories recursively, for changes in the
13
+ background. Log activity, or run an R function every time a change
14
+ event occurs.
16
15
License: MIT + file LICENSE
17
- BugReports: https://github.com/r-lib/watcher/issues
18
16
URL: https://watcher.r-lib.org, https://github.com/r-lib/watcher
19
- Encoding: UTF-8
20
- SystemRequirements: 'libfswatch', or 'cmake' to compile from package sources
17
+ BugReports: https://github.com/r-lib/watcher/issues
21
18
Depends:
22
19
R (>= 3.5)
23
20
Imports:
@@ -26,8 +23,12 @@ Imports:
26
23
rlang
27
24
Suggests:
28
25
testthat (>= 3.0.0)
29
- RoxygenNote: 7.3.2
30
- Roxygen: list(markdown = TRUE)
31
26
Biarch: true
32
- Config/testthat/edition: 3
33
27
Config/Needs/website: tidyverse/tidytemplate
28
+ Config/testthat/edition: 3
29
+ Config/usethis/last-upkeep: 2025-04-23
30
+ Encoding: UTF-8
31
+ Roxygen: list(markdown = TRUE)
32
+ RoxygenNote: 7.3.2
33
+ SystemRequirements: 'libfswatch', or 'cmake' to compile from package
34
+ sources
0 commit comments