getAnnoyVersion: Get the Annoy library version

View source: R/version.R

getAnnoyVersionR Documentation

Get the Annoy library version

Description

Get the version of the Annoy C++ library that RcppAnnoy was compiled with.

Usage

getAnnoyVersion(compact = FALSE)

Arguments

compact

Logical scalar indicating whether a compact package_version should be returned.

Value

An integer vector containing the major, minor and patch version numbers; or if compact=TRUE, a package_version object.

Author(s)

Aaron Lun


RcppAnnoy documentation built on July 9, 2023, 7:30 p.m.