getAnnoyVersion {RcppAnnoy} | R Documentation |
Get the version of the Annoy C++ library that RcppAnnoy was compiled with.
getAnnoyVersion(compact = FALSE)
compact |
Logical scalar indicating whether a compact
|
An integer vector containing the major, minor and patch version numbers;
or if compact=TRUE
, a package_version
object.
Aaron Lun