-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathDESCRIPTION
34 lines (34 loc) · 864 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
Package: bettoR
Title: Sports Betting Tools
Version: 1.0.0.4
Authors@R: c(
person(given = "Jason",
family = "Lee",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Jared",
family = "Lee",
role = c("aut", "ctb"),
email = "[email protected]"))
Description: A series of tools to help a sports bettor make money.
License: MIT + file LICENSE
URL: https://github.com/papagorgio23/bettoR,
https://github.com/a-i-sports/bettoR,
https://papagorgio23.github.io/bettoR/
BugReports: https://github.com/papagorgio23/bettoR/issues
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Imports:
MASS,
stats,
magrittr,
ggplot2,
glue,
scales,
Suggests:
testthat,
knitr,
rmarkdown
VignetteBuilder: knitr