r-cran-rquantlib не устанавливается в R 3.6.1 и Debian 9 - PullRequest
0 голосов
/ 25 сентября 2019

У меня были проблемы с компиляцией Quantlib для Debian 9 и я пытался установить r-cran-rquantlib через apt из https://cloud.r-project.org/bin/linux/debian stretch-cran35/

Я получаю следующую ошибку, которую не понимаю, так как у меня оба Rcppи зоопарк уже установлен.

$ 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.

Это проблема несовпадения версий?r-cran-rquantlib отлично устанавливается в Debian 10

...