survivoR now on CRAN!
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
I am pleased to announce survivoR 0.9.2 is now on CRAN. The survivoR data package is a collection of datasets detailing events and the cast across all 40 seasons of the US Survivor, including castaway information, vote history, immunity and reward challenge winners, jury votes, and viewers. It also includes season and tribe colour palettes, and ggplot2 scale functions.
To install, simply enter
install.packages("survivoR")
Or from Github with the following
devtools::install_github("doehm/survivoR")
For more details on the content of the package please follow the link below or visit the Github page.
I intend to update the data after each episode airs (by that I mean within a few days after the episode airs and probably on the weekend – just to manage expectations). There is plenty of data here, but there is also plenty of room for expansion. I will be adding new features, such as details on exiled castaways across the seasons, challenge details, and when hidden immunity idols were found, played, and for who over time. If you have a request for specific data let me know in the comments and I’ll see what I can do. Also, if you’d like to contribute by adding to existing datasets or contribute a new dataset, please contact me directly on the contacts page.
Showcase
Just to jazz up the post a little, here are a few plots I’ve produced recently using the data.
Sole Survivors
Fire represents your life
The Survivor base
The post survivoR now on CRAN! appeared first on Daniel Oehm | Gradient Descending.
R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.