-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
33 lines (33 loc) · 1015 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
Package: syrup
Title: Measure Memory and CPU Usage for Parallel R Code
Version: 0.1.1.9000
Authors@R: c(
person("Simon", "Couch", , "[email protected]", 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
Roxygen: list(markdown = TRUE)
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