A bare minimum example for using abseil headers in R package.
## install.packages("pak")
pak::pak("doccstat/abseil-r-example")
## install.packages("devtools")
devtools::install_github("doccstat/abseil-r-example")
abseilExample:::joinString()
#> [1] "foo-bar-baz"
Encountered a bug or unintended behavior?
- File a ticket at GitHub Issues.
- Contact the authors specified in DESCRIPTION.