getQuantLibVersion {RQuantLib} | R Documentation |
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()
Value
A character variable
Author(s)
Dirk Eddelbuettel
References
https://www.quantlib.org for details on QuantLib
.
Examples
getQuantLibVersion()
[Package RQuantLib version 0.4.23 Index]