Type: Package Package: abseil Title: 'C++' Header Files and Compiled Library from 'Abseil' Version: 2026.5.26.0 Authors@R: c( person("Xingchi", "Li", , "anthony.li.stat.tamu.edu@lixingchi.com", role = c("ctb", "cre", "cph"), comment = c(ORCID = "0009-0006-2493-0853")), person("Abseil Team", role = c("aut", "cph")) ) Description: Wraps the 'Abseil' 'C++' library for use by R packages. Provides both header files and a compiled static library ('libabsl.a') so that downstream packages can link non-header-only 'Abseil' components without recompiling the library themselves. Original files are from . Patches are located at . License: Apache License (>= 2) Suggests: Rcpp SystemRequirements: C++17 NeedsCompilation: yes Encoding: UTF-8 URL: https://abseil.xingchi.li, https://github.com/doccstat/abseil-r BugReports: https://github.com/doccstat/abseil-r/issues Config/roxygen2/version: 8.0.0 Repository: https://doccstat.r-universe.dev Date/Publication: 2026-06-20 21:35:09 UTC RemoteUrl: https://github.com/doccstat/abseil-r RemoteRef: HEAD RemoteSha: bba54b06969628262be48f527da3c9713387ffd5 Packaged: 2026-07-12 05:05:01 UTC; root Author: Xingchi Li [ctb, cre, cph] (ORCID: ), Abseil Team [aut, cph] Maintainer: Xingchi Li