-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a16d3fd
commit 0c1424a
Showing
4 changed files
with
54 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,15 @@ | ||
2024-09-18 Dirk Eddelbuettel <[email protected]> | ||
|
||
* DESCRIPTION (Version, Date): New release 0.3.15 | ||
|
||
2024-09-11 Dirk Eddelbuettel <[email protected]> | ||
|
||
* configure: Support arm64 on macOS, switch to newer libraries | ||
* src/Makefile.in: Idem | ||
* src/Makefile.win: Idem | ||
* .github/workflows/ci.yaml: Re-enable macOS CI via arm64 | ||
* DESCRIPTION: Updated reference to Bloomberg API SDK version | ||
|
||
2024-09-05 John Laing <[email protected]> | ||
|
||
* src/bsrch.cpp: Correct over-use of Name{} | ||
|
@@ -56,7 +68,11 @@ | |
|
||
2022-10-25 Dr Michael Streatfield <[email protected]> | ||
|
||
* Fix minor typos in vignettes/rblpapi-intro.md | ||
* vignettes/rblpapi-intro.md: Fix minor typos | ||
|
||
2022-10-22 John Laing <[email protected]> | ||
|
||
* R/lookup.R: A warning is issued when over 1000 results returned | ||
|
||
2022-10-05 Dirk Eddelbuettel <[email protected]> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
Package: Rblpapi | ||
Title: R Interface to 'Bloomberg' | ||
Version: 0.3.14.1 | ||
Date: 2024-08-27 | ||
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")), | ||
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 | ||
|
@@ -16,7 +16,9 @@ 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. | ||
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters