-
Notifications
You must be signed in to change notification settings - Fork 15
/
DESCRIPTION
48 lines (48 loc) · 1.29 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
Package: survivoR
Type: Package
Title: Data from all Seasons of Survivor (US) TV Series in Tidy Format
Version: 2.3.4
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: Several datasets which detail the results and events of each season of Survivor. This includes
details on the cast, voting history, immunity and reward challenges, jury votes and viewers. This data is
useful for practicing data wrangling, graph analytics and analysing how each season of Survivor played out.
Includes 'ggplot2' scales and colour palettes for visualisation.
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