Package: procmaps 0.0.5.9019
procmaps: Portable Address Space Mapping
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:
procmaps_0.0.5.9019.tar.gz
procmaps_0.0.5.9019.zip(r-4.5)procmaps_0.0.5.9019.zip(r-4.4)procmaps_0.0.5.9019.zip(r-4.3)
procmaps_0.0.5.9019.tgz(r-4.4-x86_64)procmaps_0.0.5.9019.tgz(r-4.4-arm64)procmaps_0.0.5.9019.tgz(r-4.3-x86_64)procmaps_0.0.5.9019.tgz(r-4.3-arm64)
procmaps_0.0.5.9019.tar.gz(r-4.5-noble)procmaps_0.0.5.9019.tar.gz(r-4.4-noble)
procmaps_0.0.5.9019.tgz(r-4.4-emscripten)procmaps_0.0.5.9019.tgz(r-4.3-emscripten)
procmaps.pdf |procmaps.html✨
procmaps/json (API)
NEWS
# Install 'procmaps' in R: |
install.packages('procmaps', repos = c('https://r-prof.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/r-prof/procmaps/issues
Pkgdown site:https://r-prof.github.io
Last updated 20 days agofrom:7b558329ab. Checks:9 OK. Indexed: yes.
Target | Result | Latest binary |
---|---|---|
Doc / Vignettes | OK | Jan 09 2025 |
R-4.5-win-x86_64 | OK | Jan 09 2025 |
R-4.5-linux-x86_64 | OK | Jan 09 2025 |
R-4.4-win-x86_64 | OK | Jan 09 2025 |
R-4.4-mac-x86_64 | OK | Jan 09 2025 |
R-4.4-mac-aarch64 | OK | Jan 09 2025 |
R-4.3-win-x86_64 | OK | Jan 09 2025 |
R-4.3-mac-x86_64 | OK | Jan 09 2025 |
R-4.3-mac-aarch64 | OK | Jan 09 2025 |
Exports:path_is_librprocmap_get
Dependencies:
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Does a path represent R's main library? | path_is_libr |
Get the address space map of a process | procmap_get |