-
Notifications
You must be signed in to change notification settings - Fork 36
/
DESCRIPTION
executable file
·28 lines (28 loc) · 929 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
Package: abettor
Title: R bindings to Betfair API-NG
Version: 0.1.7
Date: 2020-01-27
Authors@R: as.person(c("Phill Clarke <phill@starkingdom.co.uk> [aut, cre]",
"David Sheehan <davidfsheehan87@gmail.com> [ctb]",
"Soccerama [ctb]",
"Alvise Trevisan <a.trevisan@enpicom.com> [ctb]"
))
Description: An R package for connecting to the online betting exchange,
Betfair, via their API-NG product using JSON-RPC. The package user can
retrieve market information and place bets.
Depends:
R (>= 3.1.1)
License: GPL (>= 3)
URL: https://github.com/phillc73/abettor
BugReports: http://www.github.com/phillc73/abettor/issues
Maintainer: Phill Clarke <phill@starkingdom.co.uk>
LazyData: true
Imports:
httr (>= 1.4.2),
jsonlite (>= 1.7.2)
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr
Encoding: UTF-8
RoxygenNote: 7.1.1