Skip to content

Commit 0f9c9e0

Browse files
committed
Add Posit ROR and use tidy description
1 parent c9260a4 commit 0f9c9e0

File tree

1 file changed

+19
-18
lines changed

1 file changed

+19
-18
lines changed

DESCRIPTION

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,20 @@
1-
Package: watcher
21
Type: Package
2+
Package: watcher
33
Title: Watch the File System for Changes
44
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.
1615
License: MIT + file LICENSE
17-
BugReports: https://github.com/r-lib/watcher/issues
1816
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
2118
Depends:
2219
R (>= 3.5)
2320
Imports:
@@ -26,8 +23,12 @@ Imports:
2623
rlang
2724
Suggests:
2825
testthat (>= 3.0.0)
29-
RoxygenNote: 7.3.2
30-
Roxygen: list(markdown = TRUE)
3126
Biarch: true
32-
Config/testthat/edition: 3
3327
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

Comments
 (0)