I have had problems compiling Quantlib
for Debian 9 and tried to install r-cran-rquantlib
via apt
from https://cloud.r-project.org/bin/linux/debian stretch-cran35/
I get the following error which I do not understand since I have both Rcpp and zoo already installed.
$ sudo apt install r-cran-rquantlib
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
r-cran-rquantlib : Depends: r-cran-rcpp (>= 0.11.0) but it is not going to be installed
Depends: r-cran-zoo but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
Is this a version mismatch problem? r-cran-rquantlib
installs fine in Debian 10