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 Sept. 16, 2024, 10:41 a.m.