-
Notifications
You must be signed in to change notification settings - Fork 9
/
DESCRIPTION
42 lines (42 loc) · 1.14 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
Package: DatastreamDSWS2R
Type: Package
Title: Provides a Link Between the 'LSEG Datastream' System and R
Version: 1.9.10
Date: 2024-09-04
Authors@R: person(given = "Charles",
family = "Cara",
role = c("aut", "cre"),
email = "charles.cara@absolute-strategy.com")
Maintainer: Charles Cara <charles.cara@absolute-strategy.com>
Description: Provides a set of functions and a class to connect, extract and
upload information from the 'LSEG Datastream' database. This
package uses the 'DSWS' API and server used by the 'Datastream DFO addin'.
Details of this API are available at <https://www.lseg.com/en/data-analytics>.
Please report issues at <https://github.com/CharlesCara/DatastreamDSWS2R/issues>.
License: GPL-3
LazyData: TRUE
Imports:
httr,
jsonlite,
stringi,
stringr,
xts,
zoo,
methods,
foreach,
dplyr
Suggests: testthat,
rjson
RoxygenNote: 7.3.1
Collate:
'DatastreamDSWS2R.R'
'common.R'
'classConstructor.R'
'wrapper.R'
'UCTSUpload.R'
'cbindRobust.R'
'data.R'
Encoding: UTF-8
Depends:
R (>= 2.10)
Language: en-GB