November OxfordRUG Meeting

button-icon-arrow-right
button-icon-arrow-left

button-icon-arrow-leftBack

Event

November OxfordRUG meeting

5 November 2018

Oxford

Added 01-Jan-1970

Agenda:

6:00 pm: Ioannis Kosmidis (http://www.ikosmidis.com/) -- Package and collaboration networks in CRAN

7:00 pm: Pizza and wine!

###

Title: Package and collaboration networks in CRAN

Speaker: Ioannis Kosmidis (http://www.ikosmidis.com/)

Abstract:
The Comprehensive R Archive Network (CRAN) is a diverse software ecosystem that is growing fast in size, both in terms of packages and package authors. The numbers at the time of writing this abstract are that CRAN involves just above 12.5K packages from about 18.5K authors. Keeping track of the ecosystem is, at least to me, hard, particularly in terms of effectively searching packages and authors through the network, summarising it and discovering new package and author associations.

In this talk, I will introduce my cranly R package (https://github.com/ikosmidis/cranly) which streamlines and simplifies the analysis of CRAN. In particular, we will cover cranly's capabilities for cleaning up and organising the information in the CRAN package database, building package directives networks (depends, imports, suggests, enhances, linking to) and collaboration networks, and computing summaries and producing interactive visualisations from the resulting networks. I will also touch upon modelling, particularly on how directives and collaboration networks can be coerced to igraph (https://CRAN.R-project.org/package=igraph) objects for further analyses and modelling.

Top