-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathDESCRIPTION
37 lines (37 loc) · 963 Bytes
/
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
33
34
35
36
37
Package: ps
Title: List, Query, Manipulate System Processes
Version: 1.9.0.9000
Authors@R: c(
person("Jay", "Loden", role = "aut"),
person("Dave", "Daeschler", role = "aut"),
person("Giampaolo", "Rodola'", role = "aut"),
person("Gábor", "Csárdi", , "[email protected]", role = c("aut", "cre")),
person("Posit Software, PBC", role = c("cph", "fnd"))
)
Description: List, query and manipulate all system processes, on
'Windows', 'Linux' and 'macOS'.
License: MIT + file LICENSE
URL: https://github.com/r-lib/ps, https://ps.r-lib.org/
BugReports: https://github.com/r-lib/ps/issues
Depends:
R (>= 3.4)
Imports:
utils
Suggests:
callr,
covr,
curl,
pillar,
pingr,
processx (>= 3.1.0),
R6,
rlang,
testthat (>= 3.0.0),
webfakes,
withr
Biarch: true
Config/Needs/website: tidyverse/tidytemplate
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2