Learn R Programming

RcppAnnoy (version 0.0.22)

getAnnoyVersion: Get the Annoy library version

Description

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

Usage

getAnnoyVersion(compact = FALSE)

Value

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

Arguments

compact

Logical scalar indicating whether a compact package_version should be returned.

Author

Aaron Lun