Skip to contents

Returns information about the Vamp API and SDK versions used by ReVAMP.

Usage

vampInfo()

Value

A list with two elements:

API version

Integer indicating the Vamp API version (typically 2)

SDK version

Character string indicating the Vamp SDK version (e.g., "2.10")

Examples

if (FALSE) { # \dontrun{
# Get version information
vampInfo()
} # }