-
Notifications
You must be signed in to change notification settings - Fork 75
/
DESCRIPTION
25 lines (25 loc) · 1.27 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
Package: Rblpapi
Title: R Interface to 'Bloomberg'
Version: 0.3.15
Date: 2024-09-18
Authors@R: c(person("Whit", "Armstrong", role = "aut"),
person("Dirk", "Eddelbuettel", role = c("aut", "cre"), email = "[email protected]",
comment = c(ORCID = "0000-0001-6419-907X")),
person("John", "Laing", role = "aut"))
Imports: Rcpp (>= 0.11.0), utils
Suggests: xts, zoo, data.table, simplermarkdown, tinytest
VignetteBuilder: simplermarkdown
LazyLoad: yes
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.24.6> as well as
<https://www.bloomberg.com/professional/support/api-library/> for API
documentation. Currently supported platforms are Windows and Linux (both for
x86-64 processors only) as well as macOS (for arm64 only). Other os-cpu pairings
are not supported by Bloomberg and can therefore not be supported here.
URL: https://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