It is a fork of windrose R package that is able to create rose plots from wind data /~https://github.com/tomhopper/windrose. Thomas Hopper initially have based his work on code provided by Andy Clifton(http://stackoverflow.com/a/17266781/393354) and hosted on his github's repository /~https://github.com/tomhopper. Some bugs related to ggplot2 were fixed following some suggestions in stackoverflow (https://stackoverflow.com/questions/17266780/wind-rose-with-ggplot-r)
Install with
library(devtools)
install_github("alfcrisci/rWindrose")