-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
35 lines (35 loc) · 1.07 KB
/
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
Package: Rcollectl
Title: Help use collectl with R in Linux, to measure resource consumption in R processes
Version: 0.99.11
Date: 2023-03-08
Authors@R:
c(person(given = "Vincent",
family = "Carey",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-4046-0063")),
person(given = "Yubo",
family = "Cheng",
role = c("aut"),
email="[email protected]"))
Description: Provide functions to obtain instrumentation data on
processes in a unix environment. Parse output of a collectl
run. Vizualize aspects of system usage.
Imports: utils, ggplot2, lubridate, processx
License: Artistic-2.0
URL: https://github.com/vjcitn/Rcollectl
BugReports: https://support.bioconductor.org/t/Rcollectl
biocViews: Software, Infrastructure
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
SystemRequirements: collectl
Suggests:
knitr,
BiocStyle,
knitcitations,
sessioninfo,
rmarkdown,
testthat,
covr
VignetteBuilder: knitr