Skip to content

v2.3.4

Latest
Compare
Choose a tag to compare
@doehm doehm released this 29 Jun 08:23
· 22 commits to master since this release

survivoR v2.3.4 is now on CRAN

It includes a bunch more stuff:

  • New key sog_id (stage of game ID) to boot_mapping, challenge_results, and vote_history. This makes it easier to join those tables and reference a particular stage of the game. The stage of the game is determined by a change in players/tribe setup e.g. whenever someone is voted out, medically evacuated, switches tribes, or simply starting a new episode the sog_id increases by 1.
  • n_boots is now on boot_mapping.
  • Adding complete seasons
    • US46
  • New datasets added
    • episode_summary - the summary of the episode from Wikipedia
    • challenge_summary - a summarised version of challenge_results for easy analysis
  • New fields added
    • team on challenge_results - identifying the team that the castaways were on during the challenge

I've also added 120 tests to ensure the consistency between datasets and that the records meet appropriate logic e.g. the player who won individual immunity has immunity at Tribal Council and no one voted for them (however there are exceptions which are managed).