Package: profile
Title: Read, Manipulate, and Write Profiler Data
Version: 1.0.2
Date: 2020-05-10
Authors@R: 
    c(
      person("Kirill", "Müller", role = c("aut", "cre"), email = "krlmlr+r@mailbox.org"),
      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://github.com/r-prof/profile,
        https://r-prof.github.io/profile
BugReports: https://github.com/r-prof/profile/issues
Imports: methods, rlang, tibble, withr
Suggests: dm, DiagrammeR, DiagrammeRsvg, RProtoBuf, testthat
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.0
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'
NeedsCompilation: no
Packaged: 2020-05-11 03:33:01 UTC; kirill
Author: Kirill Müller [aut, cre],
  R Consortium [fnd]
Maintainer: Kirill Müller <krlmlr+r@mailbox.org>
Repository: CRAN
Date/Publication: 2020-05-11 10:50:03 UTC
Built: R 4.0.5; ; 2022-04-21 10:00:59 UTC; windows
