{"id":14068426,"url":"https://github.com/r-prof/procmaps","last_synced_at":"2025-10-22T05:55:18.926Z","repository":{"id":46625273,"uuid":"289857578","full_name":"r-prof/procmaps","owner":"r-prof","description":"Portable Address Space Mapping in R","archived":false,"fork":false,"pushed_at":"2025-05-03T05:45:40.000Z","size":1532,"stargazers_count":3,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-31T04:19:12.609Z","etag":null,"topics":["r","system-utility"],"latest_commit_sha":null,"homepage":"https://r-prof.github.io/procmaps/","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/r-prof.png","metadata":{"files":{"readme":"README.Rmd","changelog":"NEWS.md","contributing":null,"funding":null,"license":null,"code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-08-24T07:25:22.000Z","updated_at":"2025-05-03T05:43:26.000Z","dependencies_parsed_at":"2024-01-13T07:02:13.528Z","dependency_job_id":"74b31e70-84da-4ae7-b9bb-80965458319a","html_url":"https://github.com/r-prof/procmaps","commit_stats":{"total_commits":299,"total_committers":6,"mean_commits":"49.833333333333336","dds":0.4046822742474916,"last_synced_commit":"d9f4cd2207e83ba6e3516e7929f34b1318359369"},"previous_names":[],"tags_count":36,"template":false,"template_full_name":null,"purl":"pkg:github/r-prof/procmaps","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r-prof%2Fprocmaps","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r-prof%2Fprocmaps/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r-prof%2Fprocmaps/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r-prof%2Fprocmaps/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/r-prof","download_url":"https://codeload.github.com/r-prof/procmaps/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r-prof%2Fprocmaps/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267809431,"owners_count":24147455,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-30T02:00:09.044Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["r","system-utility"],"created_at":"2024-08-13T07:06:10.084Z","updated_at":"2025-10-22T05:55:18.854Z","avatar_url":"https://github.com/r-prof.png","language":"R","funding_links":[],"categories":["R"],"sub_categories":[],"readme":"---\noutput: downlit::readme_document\n---\n\n\u003c!-- README.md is generated from README.Rmd. Please edit that file --\u003e\n\n```{r, include = FALSE}\nknitr::opts_chunk$set(\n  collapse = TRUE,\n  comment = \"#\u003e\",\n  fig.path = \"man/figures/README-\",\n  out.width = \"100%\"\n)\npkgload::load_all()\n```\n\n# procmaps\n\n\u003c!-- badges: start --\u003e\n[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html)\n[![R build status](https://github.com/r-prof/procmaps/workflows/rcc/badge.svg)](https://github.com/r-prof/procmaps/actions)\n[![Codecov test coverage](https://codecov.io/gh/r-prof/procmaps/branch/main/graph/badge.svg)](https://app.codecov.io/gh/r-prof/procmaps?branch=main)\n[![CRAN status](https://www.r-pkg.org/badges/version/procmaps)](https://CRAN.R-project.org/package=procmaps)\n\u003c!-- badges: end --\u003e\n\nThe goal of procmaps is to help determine which library or other region is mapped to a specific address of a process.\nIt is the equivalent of `/proc/self/maps` as a data frame, and is designed to work on all major platforms.\n\n\n## Installation\n\nYou can install the released version of procmaps from [CRAN](https://CRAN.R-project.org) with:\n\n``` r\ninstall.packages(\"procmaps\")\n```\n\n## Example\n\nThis is what `/proc/self/maps` looks like (on Linux) when this document is rendered:\n\n```{bash}\ncat /proc/self/maps\n```\n\nOther operating systems make this information available in other form.\nThis package provides the equivalent as a data frame, regardless of operating system:\n\n```{r}\nlibrary(procmaps)\nprocmap_get()\n```\n\n---\n\n## Code of Conduct\n\nPlease note that the procmaps project is released with a [Contributor Code of Conduct](https://contributor-covenant.org/version/2/0/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fr-prof%2Fprocmaps","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fr-prof%2Fprocmaps","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fr-prof%2Fprocmaps/lists"}