-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathDESCRIPTION
50 lines (50 loc) · 1.3 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
Package: survivoR
Type: Package
Title: Data from all Seasons of Survivor (US) TV Series in Tidy Format
Version: 2.3.5
Authors@R:
c(person(given = "Daniel",
family = "Oehm",
role = c("aut", "cre"),
email = "danieloehm@gmail.com"),
person(given = "Carly",
family = "Levitz",
role = "ctb",
email = "celevitz@gmail.com"),
person(given = "Dario",
family = "Mavec",
role = "ctb",
email = "dario.mavec@gmail.com"))
Description: Datasets detailing the results, castaways, and events of each
season of Survivor for the US, Australia, South Africa, New Zealand, and the
UK. This includes details on the cast, voting history, immunity and reward
challenges, jury votes, boot order, advantage details, and episode ratings.
Use this for analysis of trends and statistics of the game.
Depends:
R (>= 3.5.0)
Imports:
tidyr,
ggplot2,
stringr,
magrittr,
glue,
shiny,
purrr,
dplyr,
crayon,
readr,
shinycssloaders,
lubridate,
DT,
shinyjs
Suggests:
forcats,
testthat (>= 3.0.0)
License: MIT + file LICENSE
URL: https://github.com/doehm/survivoR
BugReports: https://github.com/doehm/survivoR/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Config/testthat/edition: 3
Roxygen: list(markdown = TRUE)