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: a04a46d4be3e3104df04c0fd21bc4ec4a2401c85 Packaged: 2026-06-24 12:49:46 UTC; root Author: Xingchi Li [ctb, cre, cph] (ORCID: ), Abseil Team [aut, cph] Maintainer: Xingchi Li