R Packages
By Nicola Rennie in Packages
I have developed R packages for generative art, data analysis, data visualisation; and outlier detection. The documentation for all of my publicly available R packages can be found on nrennie.github.io.
CRAN Packages

ggflowchart
{ggflowchart} is an R package for creating flowchart diagrams using {ggplot2}.

PrettyCols
{PrettyCols} is an R package containing aesthetically pleasing colour palettes. The structure of the package is based on code from the {PNWColors}, {wesanderson}, and {MetBrewer} packages.
GitHub Packages

aRt
{aRt} is an R package to create generative art, using {ggplot2} graphics.

aRtData
{aRtData} is an R package containing data used in the {aRt} package. Data generating functions are available, and the data included in the package use the default values from the functions in {aRt}.

funcnetout
{funcnetout} is an R package for detecting functional outliers in a network setting, with options for online or offline detection.

ggalttext
{ggalttext} is an R package which generates alt text for plots created in {ggplot2}.

LondonMarathon
{LondonMarathon} is an R package containing two data sets about London Marathon scraped from Wikipedia.

simnetdemand
{simnetdemand} is an R package used to simulate demand patterns for different types of transport network.

usefunc
{usefunc} is an R package containing some additional useful functions.

WBLifeExpectancy
{WBLifeExpectancy} is an R package for analysing and visualising World Bank life expectancy data. It was created and used for the analysis in the Significance article We’re not getting any younger! Or should that be “older”?