-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathDESCRIPTION
More file actions
55 lines (55 loc) · 1.58 KB
/
DESCRIPTION
File metadata and controls
55 lines (55 loc) · 1.58 KB
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
Package: proffer
Title: Profile R Code and Visualize with 'Pprof'
Version: 0.2.2.9000
Encoding: UTF-8
Language: en-US
License: MIT + file LICENSE
URL: https://github.com/r-prof/proffer,
https://r-prof.github.io/proffer/
BugReports: https://github.com/r-prof/proffer/issues
Authors@R: c(
person(
given = c("William", "Michael"),
family = "Landau",
role = c("aut", "cre"),
email = "will.landau.oss@gmail.com",
comment = c(ORCID = "0000-0003-1878-3253")
),
person(
family = "Eli Lilly and Company",
role = "cph"
))
Description: Like similar profiling tools,
the 'proffer' package automatically detects
sources of slowness in R code.
The distinguishing feature of 'proffer' is its utilization of
'pprof', which supplies interactive visualizations
that are efficient and easy to interpret.
Behind the scenes, the 'profile' package converts
native Rprof() data to a protocol buffer
that 'pprof' understands.
For the documentation of 'proffer',
visit <https://r-prof.github.io/proffer/>.
To learn about the implementations and methodologies of
'pprof', 'profile', and protocol buffers,
visit <https://github.com/google/pprof>.
<https://protobuf.dev>,
and <https://github.com/r-prof/profile>, respectively.
Depends:
R (>= 3.3.0)
Imports:
cli (>= 2.0.0),
parallelly (>= 1.26.0),
pingr (>= 2.0.1),
processx (>= 3.4.0),
profile (>= 1.0),
R.utils,
RProtoBuf (>= 0.4.14),
utils,
withr (>= 2.1.2)
Suggests:
testthat (>= 2.1.0)
SystemRequirements:
pprof (https://github.com/google/pprof)
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2