Rforecastio Package Update (1.1.0)

I’ve bumped up the version number of `Rforecastio` ([github](https://github.com/hrbrmstr/Rforecastio)) to `1.1.0`. The new features are: – removing the SSL certificate bypass check (it doesn’t need it anymore) – using `plyr` for easier conversion of JSON-\>data frame – adding in a new `daily` forecast data frame – roxygen2 inline documentation library(Rforecastio) library(ggplot2) library(plyr)   # NEVER… Continue reading