forked from r-lib/ps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
37 lines (37 loc) · 951 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.7.5.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("RStudio", 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#readme,
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
Biarch: true
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
Config/testthat/edition: 3
Config/Needs/website: tidyverse/tidytemplate