-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
32 lines (32 loc) · 1.04 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Package: watcher
Type: Package
Title: Watch the File System for Changes
Version: 0.1.2.9000
Authors@R:
c(person(given = "Charlie",
family = "Gao",
role = c("aut", "cre"),
email = "charlie.gao@shikokuchuo.net",
comment = c(ORCID = "0000-0002-0750-061X")),
person(given = "Posit Software, PBC",
role = "cph"))
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
BugReports: https://github.com/r-lib/watcher/issues
URL: https://watcher.r-lib.org, https://github.com/r-lib/watcher
Encoding: UTF-8
SystemRequirements: 'libfswatch', or 'cmake' to compile from package sources
Depends:
R (>= 3.5)
Imports:
later,
R6,
rlang
Suggests:
testthat (>= 3.0.0)
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
Config/testthat/edition: 3
Config/Needs/website: tidyverse/tidytemplate