# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "procmaps" in publications use:' type: software license: GPL-3.0-only title: 'procmaps: Portable Address Space Mapping' version: 0.0.5.9007 doi: 10.32614/CRAN.package.procmaps abstract: 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. authors: - family-names: Müller given-names: Kirill email: kirill@cynkra.com orcid: https://orcid.org/0000-0002-1416-3412 repository: https://r-prof.r-universe.dev repository-code: https://github.com/r-prof/procmaps commit: d81b1cd6c53a74fa09e1fa993bcd7807a404cfb6 url: https://r-prof.github.io/procmaps/ date-released: '2024-09-15' contact: - family-names: Müller given-names: Kirill email: kirill@cynkra.com orcid: https://orcid.org/0000-0002-1416-3412