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


eddelbuettel/rcppannoy documentation built on Feb. 27, 2024, 4:34 a.m.