Package: profile
Title: Read, Manipulate, and Write Profiler Data
Version: 1.0.3.9006
Date: 2023-10-31
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", "pkgapi::api_roclet"))
RoxygenNote: 7.2.3
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
