{"id":32207544,"url":"https://github.com/doccstat/abseil-r","last_synced_at":"2026-07-13T06:31:27.791Z","repository":{"id":193803957,"uuid":"689512609","full_name":"doccstat/abseil-r","owner":"doccstat","description":"Abseil C++ Header Files For R","archived":false,"fork":false,"pushed_at":"2026-07-12T00:59:28.000Z","size":9270,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-07-12T02:17:29.906Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://abseil.xingchi.li/","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/doccstat.png","metadata":{"files":{"readme":"README.Rmd","changelog":"NEWS.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-09-10T03:32:35.000Z","updated_at":"2026-06-20T21:35:23.000Z","dependencies_parsed_at":"2024-03-25T18:00:12.709Z","dependency_job_id":null,"html_url":"https://github.com/doccstat/abseil-r","commit_stats":null,"previous_names":["doccstat/abseil-r"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/doccstat/abseil-r","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doccstat%2Fabseil-r","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doccstat%2Fabseil-r/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doccstat%2Fabseil-r/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doccstat%2Fabseil-r/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/doccstat","download_url":"https://codeload.github.com/doccstat/abseil-r/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doccstat%2Fabseil-r/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35413537,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-13T02:00:06.543Z","response_time":119,"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":[],"created_at":"2025-10-22T05:54:39.219Z","updated_at":"2026-07-13T06:31:27.785Z","avatar_url":"https://github.com/doccstat.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"---\noutput: github_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)\noptions(cli.hyperlink = FALSE, eval = TRUE)\n```\n\n# abseil: Abseil Headers for R \u003ca href=\"https://abseil.xingchi.li\"\u003e\u003cimg src=\"man/figures/logo.svg\" align=\"right\" height=\"138\" /\u003e\u003c/a\u003e\n\n[![CRAN status](https://www.r-pkg.org/badges/version-last-release/abseil)](https://cran.r-project.org/package=abseil)\n[![Downloads](https://cranlogs.r-pkg.org/badges/grand-total/abseil)](https://cran.r-project.org/package=abseil)\n[![R-CMD-check](https://github.com/doccstat/abseil-r/workflows/R-CMD-check/badge.svg)](https://github.com/doccstat/abseil-r/actions)\n[![Last Commit](https://img.shields.io/github/last-commit/doccstat/abseil-r)](https://github.com/doccstat/abseil-r)\n[![r-universe](https://doccstat.r-universe.dev/badges/abseil)](https://doccstat.r-universe.dev)\n\n## Synopsis\n\nThis package provides [R](https://www.r-project.org) with access to\n[Abseil](https://abseil.io) header files.\n\nThis package is a direct import of [Abseil](https://abseil.io) libraries.\n\nIt can be used via the `LinkingTo:` field in the `DESCRIPTION` field of an R\npackage --- and the R package infrastructure tools will then know how to set\ninclude flags correctly on all architectures supported by R.\n\n## Installation\n\n```{r eval = FALSE}\n# Install from CRAN\ninstall.packages(\"abseil\")\n```\n\n\u003cdetails close\u003e\n\n\u003csummary\u003eDevelopment version\u003c/summary\u003e\n\n```{r eval = FALSE}\n# Development version from r-universe with CRAN version as a fallback\ninstall.packages(\n  \"abseil\",\n  repos = c(\"https://doccstat.r-universe.dev\", \"https://cloud.r-project.org\")\n)\n\n## install.packages(\"pak\")\npak::pak(\"doccstat/abseil-r\")\n\n## install.packages(\"devtools\")\ndevtools::install_github(\"doccstat/abseil-r\")\n```\n\n\u003c/details\u003e\n\n## Example\n\n\u003cdetails open\u003e\n\n\u003csummary\u003eDirectly usage in R\u003c/summary\u003e\n\n```{r}\nRcpp::cppFunction(r\"{\n  #include \"absl/strings/str_join.h\"\n  std::string joinString() {\n    std::vector\u003cstd::string\u003e v = {\"foo\",\"bar\",\"baz\"};\n    return absl::StrJoin(v, \"-\");\n  }\n}\", depends = \"abseil\")\n\njoinString()\n```\n\n\u003c/details\u003e\n\n\u003cdetails close\u003e\n\n\u003csummary\u003eUsage in Rcpp package\u003c/summary\u003e\n\n``` cpp\n#include \u003cRcpp.h\u003e\n#include \"absl/strings/str_join.h\"\n\n//' @export\n// [[Rcpp::export]]\nstd::string joinString() {\n  std::vector\u003cstd::string\u003e v = {\"foo\",\"bar\",\"baz\"};\n  return absl::StrJoin(v, \"-\");\n}\n```\n\nBare minimum R package using the `abseil` package can be found at\n[doccstat/abseil-r-example](https://github.com/doccstat/abseil-r-example).\n\n\u003c/details\u003e\n\n## Authors\n\nAbseil Team, Xingchi Li\n\n## Contact us\n\nFor bugs related to Abseil logistics, please report the issue to the official\n[Abseil GitHub Repo](https://github.com/abseil/abseil-cpp).\n\n1.  File a ticket at\n    [GitHub Issues](https://github.com/doccstat/abseil-r/issues).\n2.  Contact the authors specified in\n    [DESCRIPTION](https://github.com/doccstat/abseil-r/blob/main/DESCRIPTION#L5-L9).\n\n## Stargazers over time\n[![Stargazers over time](https://starchart.cc/doccstat/abseil-r.svg)](https://starchart.cc/doccstat/abseil-r)\n\n## License\n\nThis package is provided under the same license as Abseil itself, the\nApache-2.0 license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdoccstat%2Fabseil-r","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdoccstat%2Fabseil-r","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdoccstat%2Fabseil-r/lists"}