Package: syrup
Title: Measure Memory and CPU Usage for Parallel R Code
Version: 0.1.0
Authors@R: c(
      person("Simon", "Couch", , "simon.couch@posit.co", role = c("aut", "cre"),
             comment = c(ORCID = "0000-0001-5676-5107")),
      person(given = "Posit Software, PBC", role = c("cph", "fnd"))        
    )
Description: Measures memory and CPU usage of R code by regularly taking 
    snapshots of calls to the system command 'ps'. The package provides an entry 
    point (albeit coarse) to profile usage of system resources by R code run 
    in parallel.
License: MIT + file LICENSE
Suggests: testthat (>= 3.0.0)
Config/testthat/edition: 3
Encoding: UTF-8
RoxygenNote: 7.3.1
Depends: bench
Imports: callr, dplyr, ps, purrr, rlang, tibble, vctrs, withr
Config/Needs/website: rmarkdown
URL: https://github.com/simonpcouch/syrup,
        https://simonpcouch.github.io/syrup/
BugReports: https://github.com/simonpcouch/syrup/issues
NeedsCompilation: no
Packaged: 2024-07-08 17:11:18 UTC; simoncouch
Author: Simon Couch [aut, cre] (<https://orcid.org/0000-0001-5676-5107>),
  Posit Software, PBC [cph, fnd]
Maintainer: Simon Couch <simon.couch@posit.co>
Repository: CRAN
Date/Publication: 2024-07-09 15:50:02 UTC
