1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/RcppExports.R
\name{getQuantLibVersion}
\alias{getQuantLibVersion}
\title{Return the QuantLib version number}
\usage{
getQuantLibVersion()
}
\value{
A character variable
}
\description{
This function returns the QuantLib version string as encoded in the header
file \code{config.hpp} and determined at compilation time of the QuantLib library.
}
\examples{
getQuantLibVersion()
}
\references{
\url{https://www.quantlib.org} for details on \code{QuantLib}.
}
\author{
Dirk Eddelbuettel
}
|