libffiVersion: Get information about the version of libffi used in this...

libffiVersionR Documentation

Get information about the version of libffi used in this package

Description

This provides information about the installation-time version of the libffi code.

Usage

libffiVersion(asIs = FALSE)      

Arguments

asIs

a logical value. If TRUE, returns the string giving the simple version identifier. If FALSE (the default), the function attempts to separate the components into major, minor and patch version values

Value

If asIs is TRUE, a string. If asIs is FALSE, an integer vector. This separates the values in the version string based on the separator . and converts them to integers. This may lead to NA values if there are non-integer values.

Author(s)

Duncan Temple Lang

References

See libffi at https://sourceware.org/libffi/.

Examples

 libffiVersion()
 libffiVersion(asIs = TRUE)

omegahat/Rffi documentation built on Nov. 29, 2023, 12:48 a.m.