RQuantLib (version 0.4.7)

getQuantLibVersion: Return the QuantLib version number

Description

This function returns the QuantLib version string as encoded in the header file config.hpp and determined at compilation time of the QuantLib library.

Usage

getQuantLibVersion()

Arguments

Value

A character variable

References

http://quantlib.org for details on QuantLib.

Examples

Run this code
# NOT RUN {
  getQuantLibVersion()
# }

Run the code above in your browser using DataCamp Workspace