Package: profile Title: Read, Manipulate, and Write Profiler Data Version: 1.0.4.9010 Date: 2026-05-24 Authors@R: c( person("Kirill", "Müller", role = c("aut", "cre"), email = "kirill@cynkra.com", 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")) 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 Config/gha/extra-packages: RProtoBuf=?ignore-before-r=4.3.0 Config/roxygen2/version: 8.0.0.9000 Repository: https://cynkra.r-universe.dev Date/Publication: 2026-05-24 04:50:50 UTC RemoteUrl: https://github.com/r-prof/profile RemoteRef: HEAD RemoteSha: f86afda4dfe84341220c4d4308cbb1fdfc7132a1 NeedsCompilation: no Packaged: 2026-06-21 06:10:56 UTC; root Author: Kirill Müller [aut, cre] (ORCID: ), R Consortium [fnd] Maintainer: Kirill Müller