Package 'abseil'

Title: 'C++' Header Files and Compiled Library from 'Abseil'
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>.
Authors: Xingchi Li [ctb, cre, cph] (ORCID: <https://orcid.org/0009-0006-2493-0853>), Abseil Team [aut, cph]
Maintainer: Xingchi Li <[email protected]>
License: Apache License (>= 2)
Version: 2026.5.26.0
Built: 2026-06-24 12:51:00 UTC
Source: https://github.com/doccstat/abseil-r

Help Index


Path to the abseil static library

Description

Returns the absolute path to ‘libabsl.a’ installed with this package. Use this in a downstream package's ‘configure’ script to link against the pre-compiled abseil library without recompiling it.

Usage

abseil_lib()

Value

A single character string: the path to ‘libabsl.a’.

Examples

abseil_lib()