Package: procmaps
Title: Portable Address Space Mapping
Version: 0.0.5
Date: 2023-01-19
Authors@R: 
    c(person(given = "Kirill",
             family = "M\u00fcller",
             role = c("aut", "cre"),
             email = "kirill@cynkra.com",
             comment = c(ORCID = "0000-0002-1416-3412")),
      person(given = "R Consortium",
             role = "fnd"),
      person(given = "Kostya",
             family = "Serebryany",
             role = "ctb",
             comment = "Bundled gperftools library"),
      person(given = "Sanjay",
             family = "Ghemawat",
             role = "ctb",
             comment = "Bundled gperftools library"),
      person(given = "Craig",
             family = "Silverstein",
             role = "ctb",
             comment = "Bundled gperftools library"),
      person(family = "Google Inc.",
             role = "cph",
             comment = "Bundled gperftools library"))
Description: Portable '/proc/self/maps' as a data frame.
    Determine which library or other region is mapped to a specific
    address of a process. --
    R packages can contain native code, compiled to shared libraries at build or
    installation time.
    When loaded, each shared library occupies a portion of the address space of
    the main process.
    When only a machine instruction pointer is available (e.g. from a backtrace
    during error inspection or profiling), the address space map determines
    which library this instruction pointer corresponds to.
License: GPL-3
URL: https://r-prof.github.io/procmaps/,
        https://github.com/r-prof/procmaps
BugReports: https://github.com/r-prof/procmaps/issues
Suggests: covr, testthat, tibble
Encoding: UTF-8
RoxygenNote: 7.2.3
NeedsCompilation: yes
Packaged: 2023-01-19 20:11:56 UTC; kirill
Author: Kirill Müller [aut, cre] (<https://orcid.org/0000-0002-1416-3412>),
  R Consortium [fnd],
  Kostya Serebryany [ctb] (Bundled gperftools library),
  Sanjay Ghemawat [ctb] (Bundled gperftools library),
  Craig Silverstein [ctb] (Bundled gperftools library),
  Google Inc. [cph] (Bundled gperftools library)
Maintainer: Kirill Müller <kirill@cynkra.com>
Repository: CRAN
Date/Publication: 2023-01-20 17:10:02 UTC
Built: R 4.3.0; x86_64-apple-darwin20; 2023-04-12 04:08:19 UTC; unix
Archs: procmaps.so.dSYM
