-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
52 lines (52 loc) · 1.02 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
Package: TDI
Title: R Trading Data Interface
Version: 0.0.5
Author: nordicgit70
Maintainer: nordicgit70 <nordicgit70@users.noreply.github.com>
Date: 2020-10-13
Description: A generic interface to retrieve trading data from different sources.
License: GPL-3 + file LICENSE
URL: https://github.com/n0Trader/TDI
LazyLoad: yes
Depends: R (>= 3.2.0), R6, magrittr
Imports:
methods,
xts(>= 0.12-0),
zoo,
httr,
jsonlite,
plumber
Suggests:
tinytest,
testthat,
TTR
RoxygenNote: 7.1.1
Encoding: UTF-8
Collate:
'TAIndicator.R'
'TDIBase.R'
'TDIDriver.R'
'TDIConnection.R'
'TDIConnector.R'
'TDICashFlow.R'
'TDIInstrument.R'
'TDIKeyData.R'
'TDIResult.R'
'plumber.R'
'bdataAPI.R'
'bdataDriver.R'
'bdataInstrument.R'
'fredAPI.R'
'fredDriver.R'
'iexAPI.R'
'iexDriver.R'
'iexInstrument.R'
'yahooAPI.R'
'yahooCashFlow.R'
'yahooDriver.R'
'yahooInstrument.R'
'yahooKeyData.R'
'utils.R'
'utils.OHLCV.R'
'utils.xts.R'
'zzz.R'