diff --git a/NEWS.md b/NEWS.md index ce5e826..ebaaa55 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,10 @@ +# survivoR 2.3.4 + +* Adding a 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` increase by 1. This is now available but still being developed and running a bunch of tests, so please let me know if there are inconsistencies. +* `n_boots` is now on `boot_mapping`. +* Minor updates to data across all data sets + + # survivoR 2.3.3 * Adding complete seasons @@ -34,7 +41,7 @@ * Description * Reward description * Challenge characteristics - * Refreshed cahllenge_id + * Refreshed challenge_id * Refreshed challenge_results. Includes: * New challenge_id to link with challenge_description * New challenge_types e.g. Team / Individual when there are multiple winning conditions diff --git a/README.Rmd b/README.Rmd index 275ce34..daafcd1 100644 --- a/README.Rmd +++ b/README.Rmd @@ -380,7 +380,7 @@ confessionals |> ## Screen time [EXPERIMENTAL] -This dataset contains the estimated screen time for each castaway during an episode. Please note that this is still in the early days of development. There is likely to be misclassifcation and other sources of error. The model will be refined over time. +This dataset contains the estimated screen time for each castaway during an episode. Please note that this is still in the early days of development. There is likely to be misclassification and other sources of error. The model will be refined over time. An individuals' screen time is calculated, at a high-level, via the following process: diff --git a/README.md b/README.md index 51c0f84..1170aa0 100644 --- a/README.md +++ b/README.md @@ -132,7 +132,7 @@ season_summary #> 1 US US01 Survivor: … 1 Pulau T… Malays… Two tribes… 16 #> 2 US US02 Survivor: … 2 Herbert… Austra… Two tribes… 16 #> 3 US US03 Survivor: … 3 Shaba N… Kenya Two tribes… 16 -#> 4 US US04 Survivor: … 4 Nuku Hi… Polyne… Two tribes… 16 +#> 4 US US04 Survivor: … 4 Nuku Hi… French… Two tribes… 16 #> 5 US US05 Survivor: … 5 Ko Taru… Thaila… Two tribes… 16 #> 6 US US06 Survivor: … 6 Rio Neg… Brazil Two tribes… 16 #> 7 US US07 Survivor: … 7 Pearl I… Panama Two tribes… 16 @@ -716,8 +716,8 @@ confessionals |> This dataset contains the estimated screen time for each castaway during an episode. Please note that this is still in the early days of -development. There is likely to be misclassifcation and other sources of -error. The model will be refined over time. +development. There is likely to be misclassification and other sources +of error. The model will be refined over time. An individuals’ screen time is calculated, at a high-level, via the following process: diff --git a/cran-comments.md b/cran-comments.md index 0768407..5436b0b 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -6,6 +6,5 @@ * Version increment * Adding new data to all datasets -* Adding two new data sets All checks pass diff --git a/data/season_summary.rda b/data/season_summary.rda index 158cc96..c2b37e7 100644 Binary files a/data/season_summary.rda and b/data/season_summary.rda differ