# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 PortSystem 1.0 PortGroup R 1.0 R.setup github r-lib ps 1.7.7 v revision 0 categories-append sysutils maintainers {@barracuda156 gmail.com:vital.had} openmaintainer license MIT description R package to query, list and manipulate system processes long_description ps implements an API to query and manipulate system processes. \ Most of its code is based on the psutil Python package. homepage https://ps.r-lib.org checksums rmd160 b573682b7770099aa335c6deaba65f133cd1bd6e \ sha256 acbc68887f0db137bdec29badb3fcc2a4c8a183141dc007e70f522813d82aa88 \ size 133007 github.tarball_from archive configure.env-append \ RBIN=${r.cmd} depends_test-append port:R-callr \ port:R-covr \ port:R-curl \ port:R-pillar \ port:R-pingr \ port:R-processx \ port:R-R6 \ port:R-rlang \ port:R-testthat \ port:R-webfakes # FIXME: some tests fail on older macOS: https://github.com/r-lib/ps/issues/137 test.run yes