forked from Rblp/Rblpapi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
24 lines (24 loc) · 1.04 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
Package: Rblpapi
Title: R Interface to 'Bloomberg'
Version: 0.3.10
Date: 2019-04-02
Maintainer: Dirk Eddelbuettel <[email protected]>
Author: Whit Armstrong, Dirk Eddelbuettel and John Laing
Imports: Rcpp (>= 0.11.0), utils
Suggests: fts, xts, zoo, data.table, knitr, RUnit
VignetteBuilder: knitr
LazyLoad: yes
StagedInstall: no
LinkingTo: Rcpp, BH
Description: An R Interface to 'Bloomberg' is provided via the 'Blp API'.
SystemRequirements: A valid Bloomberg installation. The API headers and
dynamic library are downloaded from <https://github.com/Rblp/blp> during the
build step. See <https://bloomberg.github.io/blpapi-docs/cpp/3.8> as well as
<https://www.bloomberg.com/professional/support/api-library/> for API
documentation. A compiler recent enough for (at least partial) C++11
support is required; g++-4.6.* or later should be sufficient and g++-4.9.*
or later is preferred.
URL: http://dirk.eddelbuettel.com/code/rblpapi.html, https://github.com/Rblp/Rblpapi
BugReports: https://github.com/Rblp/Rblpapi/issues
License: file LICENSE
RoxygenNote: 6.0.1