Package: procmaps
Title: Portable Address Space Mapping
Version: 0.0.4
Date: 2021-10-01
Authors@R: 
    c(person(given = "Kirill",
             family = "M\u00fcller",
             role = c("aut", "cre"),
             email = "krlmlr+r@mailbox.org",
             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.1.1.9000
NeedsCompilation: yes
Packaged: 2021-10-01 18:55:58 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 <krlmlr+r@mailbox.org>
Repository: CRAN
Date/Publication: 2021-10-02 13:40:02 UTC
Built: R 4.0.2; x86_64-apple-darwin17.0; 2021-10-03 10:25:40 UTC; unix
Archs: procmaps.so.dSYM
