> install.packages("C:/Users/alok/Downloads/ApigeeInsights_2.2.0.tar.gz", repos = NULL, type = "source") Installing package into ‘C:/Users/alok/Documents/R/win-library/3.1’ (as ‘lib’ is unspecified) * installing *source* package 'ApigeeInsights' ... ** R ** inst ** preparing package for lazy loading Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) : there is no package called 'digest' Error : package 'pander' could not be loaded ERROR: lazy loading failed for package 'ApigeeInsights' * removing 'C:/Users/alok/Documents/R/win-library/3.1/ApigeeInsights' Warning in install.packages : running command '"C:/PROGRA~1/R/R-31~1.3/bin/x64/R" CMD INSTALL -l "C:\Users\alok\Documents\R\win-library\3.1" "C:/Users/alok/Downloads/ApigeeInsights_2.2.0.tar.gz"' had status 1 Warning in install.packages : installation of package ‘C:/Users/alok/Downloads/ApigeeInsights_2.2.0.tar.gz’ had non-zero exit status
Answer by gnanasekaran · Apr 10, 2015 at 02:21 AM
I think you need to install the prereqs before installing ApigeeInsights,
can you try to install these first,
>> install.packages(c("RCurl","pander","RJSONIO"))
You could refer here for more information - http://apigee.com/docs/insights/content/recommendations-tutorial
Thanks,
Answer by Alok · Apr 10, 2015 at 02:29 AM
Thank you for the quick Response. Yes I had run that command earlier to install prereqs earlier.
I tried running that command again and now ApigeeInsights installed successfully.