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