Package: procmaps Title: Portable Address Space Mapping Version: 0.0.5.9028 Date: 2026-05-24 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 Roxygen: list(markdown = TRUE) Config/roxygen2/version: 8.0.0.9000 Repository: https://cynkra.r-universe.dev Date/Publication: 2026-05-24 04:50:03 UTC RemoteUrl: https://github.com/r-prof/procmaps RemoteRef: HEAD RemoteSha: 8094cc1185fe93e50022ad09746d74c00b8748de NeedsCompilation: yes Packaged: 2026-06-23 20:46:28 UTC; root Author: Kirill Müller [aut, cre] (ORCID: ), 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