Analyzing package dependencies and download logs from Rstudio, and a start towards building an R recommendation engine
R-bloggers 2014-07-28
Summary:
In this post, I will focus on the analysis of available R packages and the behavior of its users. In essence, this involves looking at the data in two different ways (1) relationships among available R packages in CRAN and (2) tracking the behavior of R users through download logs on CRAN mirrors. I will […]