-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
40 lines (40 loc) · 846 Bytes
/
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
Package: draft.kings
Type: Package
Title: Draft Kings API Wrapper and Optimization
Version: 0.5.5
Author: Giovanni Colitti
Maintainer: Giovanni Colitti <[email protected]>
Description: Fetch data from DraftKings using the provided API and perform lineup optimization.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
cli,
dplyr,
glue,
httr2,
magrittr,
ompr,
ompr.roi,
purrr,
rlang,
stats,
tidyjson,
tidyr,
utils
RoxygenNote: 7.3.2
Suggests:
devtools,
diffviewer,
httptest2,
knitr,
pkgdown,
rmarkdown,
ROI.plugin.glpk,
testthat (>= 3.0.0),
usethis
Config/testthat/edition: 3
Roxygen: list(markdown = TRUE)
URL: https://gacolitti.github.io/draft.kings
BugReports: https://github.com/gacolitti/draft.kings/issues
VignetteBuilder: knitr