Skip to content

Commit

Permalink
DOC update docs for release
Browse files Browse the repository at this point in the history
  • Loading branch information
doehm committed Jun 28, 2024
1 parent 8e638d2 commit 69ec4ca
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 6 deletions.
9 changes: 8 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down
1 change: 0 additions & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@

* Version increment
* Adding new data to all datasets
* Adding two new data sets

All checks pass
Binary file modified data/season_summary.rda
Binary file not shown.

0 comments on commit 69ec4ca

Please sign in to comment.