-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
50 lines (50 loc) · 1.2 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
Package: Refinitiv
Type: Package
Title: Connect to Datastream and python Eikon api in r
Version: 0.1.0.9004
Author: Laurens van der Burg
Maintainer: Laurens van der Burg <laurens@ggbo.eu>
Description: R interface to the Eikon Python api using reticulate and to DataStream using the DatastreamDSWS2R package. This package is in no way affiliated with Thomson Reuters,Refinitv, Eikon or Datastream. Use at own risk.
This package makes use of the DatastreamDSWS2R package from CharlesCara on Github for DataStream Connections.
License: LGPL (>= 2.0, < 3) | Mozilla Public License
Encoding: UTF-8
LazyData: true
Imports:
reticulate,
zoo,
methods,
DatastreamDSWS2R,
stringi,
data.table,
jsonlite,
rlang,
here,
rstudioapi,
httr2,
R6,
base64enc
Remotes:
github::CharlesCara/DatastreamDSWS2R
Config/reticulate:
list(
packages = list(
list(package = "eikon", pip = TRUE),
list(package = "refinitiv.dataplatform", pip = TRUE)
)
)
RoxygenNote: 7.3.2
Depends:
R (>= 4.1.0)
Suggests:
testthat,
covr,
lubridate,
devtools,
countrycode,
dplyr,
archivist,
digest,
shiny,
websocket,
later,
mockery