Skip to content

Commit

Permalink
DOC ready for release
Browse files Browse the repository at this point in the history
  • Loading branch information
doehm committed Jan 29, 2023
1 parent 561adad commit 33074a5
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 7 deletions.
8 changes: 8 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# alone v0.1.1

* New features added
* Survivalist image URL
* Survivalist ID
* Minor data fixes


# alone v0.1.0

Now on CRAN!
4 changes: 2 additions & 2 deletions R/datasets.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#'
#' @format This data frame contains the following columns:
#' \describe{
#' \item{\code{versiono}}{Country code for the version of the show}
#' \item{\code{version}}{Country code for the version of the show}
#' \item{\code{season}}{The season number}
#' \item{\code{id}}{Survivalist ID}
#' \item{\code{name}}{Name of the survivalist}
Expand All @@ -22,7 +22,7 @@
#' \item{\code{team}}{The team they were associated with (only for season 4)}
#' \item{\code{day_linked_up}}{Day the team members linked up}
#' \item{\code{profession}}{Profession}
#' \item{\code{url}}{URL of castaway page on the history channel website. Prefix URL with https://www.history.com/shows/alone/cast/}s
#' \item{\code{url}}{URL of castaway page on the history channel website. Prefix URL with https://www.history.com/shows/alone/cast/}
#' \item{\code{image_url}}{URL of survivalist image from the history channel. Prefix URL with https://cropper.watch.aetnd.com/cdn.watch.aetnd.com/sites/2/}
#' }
#' @source \url{https://en.wikipedia.org/wiki/List_of_Alone_episodes#Season_1_(2015)_-_Vancouver_Island}
Expand Down
7 changes: 4 additions & 3 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
## R CMD check results

0 errors | 0 warnings | 1 note
0 errors | 0 warnings | 0 note

* This is a new release.
* A collection of datasets on the Alone survival TV series in tidy format.
* Version increment
* New features
* Data updates

## Test environments

Expand Down
4 changes: 2 additions & 2 deletions man/survivalists.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 33074a5

Please sign in to comment.