Description of problem: On installing RQuantLib package in R a message is printed that intra-day time support is not enabled in QuantLib. Simple fix would be to just recompile QuantLib with --enable-intraday passed to configure. This would improve the usability of RQuantLib significantly. Version-Release number of selected component (if applicable): QuantLib-1.10-1.fc26.x86_64 How reproducible: Install RQuantLib for example in R console. Steps to Reproduce: 1. Start R console 2. Run the command "install.packages('RQuantLib')" 3. Actual results: Package installs. but get message of missing intraday times support. Expected results: Additional info:
To clarify, there's no messages about intra-day support when building/installing the R package, but when you load the library in R the following is printed: > library(RQuantLib) Sufficient QuantLib version with insufficient configuration. Try configuring your build with the --enable-intraday argument.
QuantLib-1.10-3.fc26 has been submitted as an update to Fedora 26. https://bodhi.fedoraproject.org/updates/FEDORA-2017-83b85e2ef4
QuantLib-1.10-3.fc26 has been pushed to the Fedora 26 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2017-83b85e2ef4
QuantLib-1.10-3.fc26 has been pushed to the Fedora 26 stable repository. If problems still persist, please make note of it in this bug report.