survivoR
Data from all Seasons of Survivor (US) TV Series in Tidy Format
A Survivor data package that keeps turning a TV show into a relational database
◆Recent moves
- 2mo ago
US50 and AU12 land, castaway scores split into three tiers
Completes US50 and AU12 and adds advantage_timeline as a long-format companion to advantage_movement. The castaway_scores rework is the structural piece: standardised residual, probabilistic and combined scores are now named and separated rather than delivered as one opaque column set.
View source ↗ - 7mo ago
US49 data completed and season 50 cast added
A straightforward broadcast-following release: US49 filled in once the season finished, plus cast details for the then-upcoming season 50. No schema movement, which is the norm between the larger restructuring releases.
View source ↗ - 11mo ago
Survivor Australia vs. The World added
Adds a crossover series to the franchise coverage. Small in content but consistent with the package's stated scope of covering every version rather than the US show alone.
View source ↗ - 1y ago
boot_order table added and castaways deduplicated
Adds boot_order as a dedicated table, overhauls castaway_scores, and removes people booted more than once from repeated rows in castaways. The season_name deprecation outside season_summary is the kind of normalisation that breaks existing scripts but stops the same label being maintained in six places.
View source ↗ - 2y ago
Complete AU09 data reaches CRAN
A single-season data drop with no accompanying structural change. Routine for this package, and the shortest release note in the recent history.
View source ↗ - 2y ago
Challenge tables rebuilt around a shared linking key
The largest structural release in the visible history: challenge_description and challenge_results were refreshed around a common challenge_id, gaining characteristic flags, challenge types and result notes, while castaways picked up finalist, winner and jury logicals and episodes gained episode_label. This is what made challenge-level analysis joinable, and the smaller normalisations since follow its lead.
View source ↗