-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
45 lines (45 loc) · 1.14 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
36
37
38
39
40
41
42
43
44
45
Package: profile
Title: Read, Manipulate, and Write Profiler Data
Version: 1.0.3.9019
Date: 2024-12-09
Authors@R:
c(
person("Kirill", "Müller", role = c("aut", "cre"), email = "[email protected]", comment = c(ORCID = "0000-0002-1416-3412")),
person("R Consortium", role = "fnd")
)
Description: Defines a data structure for profiler data, and methods to read and
write from the 'Rprof' and 'pprof' file formats.
License: MIT + file LICENSE
URL: https://r-prof.github.io/profile/, https://github.com/r-prof/profile
BugReports: https://github.com/r-prof/profile/issues
Imports:
methods,
rlang,
tibble (>= 3.0.0),
vctrs,
withr
Suggests:
covr,
dm,
DiagrammeR,
DiagrammeRsvg,
RProtoBuf,
testthat (>= 3.0.0)
Encoding: UTF-8
Roxygen: list(markdown = TRUE, roclets = c("rd", "namespace", "collate"))
RoxygenNote: 7.3.2.9000
Collate:
'api.R'
'compat-purrr.R'
'pprof-from-ds.R'
'rprof-read.R'
'pprof-read.R'
'pprof-to-ds.R'
'rprof-write.R'
'pprof-write.R'
'profile-package.R'
'proto.R'
'rprof-from-ds.R'
'rprof-to-ds.R'
'utils.R'
Config/testthat/edition: 3