-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathDESCRIPTION
More file actions
29 lines (29 loc) · 1.09 KB
/
DESCRIPTION
File metadata and controls
29 lines (29 loc) · 1.09 KB
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
Package: nwslR
Title: Datasets and analysis functions for the National Women's Soccer League (NWSL)
Version: 0.9.0.0000
Authors@R: c(
person("Arielle", "Dror", email = "adror@smith.edu", role = c("aut", "cre")),
person("Sophia", "Tannir", email = "stannir@smith.edu", role = c("aut")),
person("Lydia", "Vandenbergh Jackson", email = "vandenbergh.lydia@gmail.com", role = c("ctb")),
person("Robert", "Frey", email = "rfrey22@gmail.com", role = c("ctb")))
Description: nwslR is an R package that contains datasets and analysis functionality for the National Women’s Soccer League (NWSL). Founded in 2013, the NWSL is the United States’ top professional women’s soccer league, featuring players from all over the world.
License: GPL-3
Depends: R (>= 2.10)
Imports:
purrr (>= 0.2.5),
jsonlite (>= 1.5),
snakecase (>= 0.11.0),
stringr (>= 1.3.1),
tidyr (>= 1.0.0),
dplyr (>= 0.8.3),
tidyverse(>= 1.2.1)
Suggests:
testthat,
knitr,
rmarkdown,
teamcolors
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.0
VignetteBuilder: knitr