Skip to contents

Compile time options for libgit2.

Usage

libgit2_features()

Value

A list with threads, https and ssh set to TRUE/FALSE.

Examples

libgit2_features()
#> $threads
#> [1] TRUE
#> 
#> $https
#> [1] TRUE
#> 
#> $ssh
#> [1] TRUE
#>