-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathDESCRIPTION
More file actions
25 lines (25 loc) · 790 Bytes
/
DESCRIPTION
File metadata and controls
25 lines (25 loc) · 790 Bytes
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
Package: fplr
Title: Tools for Working with Fantasy Premier League (FPL) Data in R
Version: 1.0.1.9000
Authors@R:
person("Ewen", "Henderson", email = "ewenhenderson@gmail.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-4748-4693"))
Description: Tools for Fantasy Premier League (FPL, see <https://fantasy.premierleague.com> for info)
users to retrieve, and work with, FPL data using R.
License: MIT + file LICENSE
URL: https://ewenme.github.io/fplr, https://github.com/ewenme/fplr
BugReports: https://github.com/ewenme/fplr/issues
Depends:
R (>= 3.3.0)
Imports:
askpass (>= 1.1),
curl (>= 3.3),
jsonlite (>= 1.5),
tibble (>= 2.1.0)
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1