-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #392 from Rblp/feature/package_maintenance
Package maintenance: DESCRIPTION, README, .Rbuildignore updates
- Loading branch information
Showing
4 changed files
with
48 additions
and
21 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,11 +1,13 @@ | ||
^.*\.Rproj$ | ||
^\.Rproj\.user$ | ||
^local | ||
.travis.yml | ||
^\.travis.yml | ||
^deprecated | ||
^blp | ||
^inst/blp | ||
src/Makevars$ | ||
.Rhistory | ||
^\.Rhistory | ||
^.*\.tar\.gz$ | ||
^\.github | ||
^\.editorconfig | ||
fullCleanup.sh |
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,28 @@ | ||
2024-08-27 Dirk Eddelbuettel <[email protected]> | ||
|
||
* DESCRIPTION (Version, Date): Roll micro version and date | ||
|
||
* DESCRIPTION (Authors@R): Added | ||
|
||
* README.md: Switch CI badge to GitHub Actions | ||
|
||
2024-08-25 Dirk Eddelbuettel <[email protected]> | ||
|
||
* src/authenticate.cpp: Use Name{} instantiation instead of char* | ||
* src/bdh.cpp: Idem | ||
* src/bdp.cpp: Idem | ||
* src/bds.cpp: Idem | ||
* src/beqs.cpp: Idem | ||
* src/blpapi_utils.cpp: Idem | ||
* src/fieldsearch.cpp: Idem | ||
* src/getBars.cpp: Idem | ||
* src/getTicks.cpp: Idem | ||
* src/lookup.cpp: Idem | ||
|
||
* src/Makevars.in: Remove obsolete C++11 setter | ||
|
||
* .editorconfig: Added | ||
|
||
2024-07-15 Dirk Eddelbuettel <[email protected]> | ||
|
||
* README.md: Switch some URLs from http to https | ||
|
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,9 +1,11 @@ | ||
Package: Rblpapi | ||
Title: R Interface to 'Bloomberg' | ||
Version: 0.3.14 | ||
Date: 2022-10-05 | ||
Maintainer: Dirk Eddelbuettel <[email protected]> | ||
Author: Whit Armstrong, Dirk Eddelbuettel and John Laing | ||
Version: 0.3.14.1 | ||
Date: 2024-08-27 | ||
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 | ||
|
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