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

Rforecastio Update

Thanks to a comment, I tweaked the data retrieval to ignore SSL cert errors. You can change that tweak back if you go through the pain of updating the SSL libraries on your Windows boxes (it doesn’t seem to be an issue on OS X/Linux). I also changed the date routines to use as.POSIXlt instead… Continue reading