Using Rperform with popular R packages to analyze their performance

Rperform is a first-of-its-kind package for detailed performance analysis of R packages. In general, Rperform aims to be a standard tool for performance testing R packages and their code. Rperform can be used to plot the performance metrics of a R package.  In this post, I have explained how to use Rperform with different R … Continue reading Using Rperform with popular R packages to analyze their performance

An introduction to R package development and unit testing: Community Bonding Period(GSoC’ 2017)

First of all, this post assumes that you are a linux user and an open source supporter! 😉 This post aims to cover the basics of R package development and testing in R(as the title screams!). The initial step regarding R and its installation is given here . You can visit the same, if required. … Continue reading An introduction to R package development and unit testing: Community Bonding Period(GSoC’ 2017)