Skip to content

Commit 3048049

Browse files
committed
release 0.3.7
1 parent 2ab9e0e commit 3048049

File tree

3 files changed

+25
-5
lines changed

3 files changed

+25
-5
lines changed

ChangeLog

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
2018-01-20 Dirk Eddelbuettel <[email protected]>
2+
3+
* DESCRIPTION (Version, Date): New release 0.3.7
4+
5+
2018-01-19 Whit Armstrong <[email protected]>
6+
7+
* DESCRIPTION (Version): New minor version
8+
9+
* src/subscribe.cpp: Rewritten and improved logic
10+
11+
2017-12-03 randomee <[email protected]>
12+
13+
* R/blpAuthenticate.R: More usage examples in help page
14+
* R/blpConnect.R: Reference blpAuthenticate
15+
116
2017-07-01 Dirk Eddelbuettel <[email protected]>
217

318
* DESCRIPTION (Version, Date): Roll minor version and date

DESCRIPTION

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: Rblpapi
22
Title: R Interface to 'Bloomberg'
3-
Version: 0.3.6.3
4-
Date: 2017-07-01
3+
Version: 0.3.8
4+
Date: 2018-01-20
55
Maintainer: Dirk Eddelbuettel <[email protected]>
66
Author: Whit Armstrong, Dirk Eddelbuettel and John Laing
77
Imports: Rcpp (>= 0.11.0), utils

inst/NEWS.Rd

+8-3
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,18 @@
44
\newcommand{\ghpr}{\href{https://github.com/Rblp/Rblpapi/pull/#1}{##1}}
55
\newcommand{\ghit}{\href{https://github.com/Rblp/Rblpapi/issues/#1}{##1}}
66

7-
\section{Changes in Rblpapi version 0.3.7 (2017-xx-yy)}{
7+
\section{Changes in Rblpapi version 0.3.7 (2018-01-20)}{
88
\itemize{
99
\item The 140 day limit for intra-day data histories is now
10-
mentioned in the \code{getTicks} help.
11-
\item The Travis CI script was updated to use \code{run.sh}.
10+
mentioned in the \code{getTicks} help (Dirk in \ghpr{226} addressing
11+
\ghit{215} and \ghit{225}).
12+
\item The Travis CI script was updated to use \code{run.sh} (Dirk in \ghpr{226}).
1213
\item The \code{install_name_tool} invocation under macOS was
1314
corrected (@spennihana in \ghit{232})
15+
\item The \code{blpAuthenticate} help page has additional examples
16+
(@randomee in \ghpr{252}).
17+
\item The \code{blpAuthenticate} code was updated and improved (Whit
18+
in \ghpr{258} addressing \ghpr{257})
1419
}
1520
}
1621

0 commit comments

Comments
 (0)