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 <https://github.com/abseil/abseil-cpp>.
    Patches are located at
    <https://github.com/doccstat/abseil-r/tree/main/local/patches>.
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
Packaged: 2026-06-20 21:35:35 UTC; ubuntu
Author: Xingchi Li [ctb, cre, cph] (ORCID:
    <https://orcid.org/0009-0006-2493-0853>),
  Abseil Team [aut, cph]
Maintainer: Xingchi Li <anthony.li.stat.tamu.edu@lixingchi.com>
Repository: CRAN
Date/Publication: 2026-06-21 10:40:07 UTC
Built: R 4.5.3; x86_64-w64-mingw32; 2026-06-21 23:55:50 UTC; windows
Archs: x64
