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", , "csardi.gabor@gmail.com", 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
