Skip to Main Content

Data Science & Machine Learning

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ERROR: dependencies while installing R Packages on Database Server

User_0TFEVMar 5 2019 — edited Mar 11 2019

Hi All,

I am trying to install below Packages on Database server for Oracle R

xgboost, text2vec, tm

But getting dependencies error.

[oracle@walvdevmpoc2901 EM_R_Pkgs]$ ORE CMD INSTALL xgboost_0.81.0.1.tar.gz

* installing to library ‘/a01/app/oracle/product/12.2.0.1/db01/R/library’

ERROR: dependencies ‘data.table’, ‘magrittr’, ‘stringi’ are not available for package ‘xgboost’

* removing ‘/a01/app/oracle/product/12.2.0.1/db01/R/library/xgboost’

[oracle@walvdevmpoc2901 EM_R_Pkgs]$ ORE CMD INSTALL text2vec_0.5.1.tar.gz

* installing to library ‘/a01/app/oracle/product/12.2.0.1/db01/R/library’

ERROR: dependencies ‘Rcpp’, ‘RcppParallel’, ‘digest’, ‘foreach’, ‘data.table’, ‘irlba’, ‘R6’, ‘futile.logger’, ‘stringi’, ‘mlapi’, ‘sparsepp’ are not available for package ‘text2vec’

* removing ‘/a01/app/oracle/product/12.2.0.1/db01/R/library/text2vec’

[oracle@walvdevmpoc2901 EM_R_Pkgs]$ ORE CMD INSTALL tm_0.7-6.tar.gz

* installing to library ‘/a01/app/oracle/product/12.2.0.1/db01/R/library’

ERROR: dependencies ‘NLP’, ‘Rcpp’, ‘slam’, ‘xml2’, ‘BH’ are not available for package ‘tm’

* removing ‘/a01/app/oracle/product/12.2.0.1/db01/R/library/tm’

Please help.

-Thanks,

Krishna

Comments
Post Details
Added on Mar 5 2019
1 comment
13,745 views