Skip to content

Commit

Permalink
release 0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
eddelbuettel committed Oct 25, 2016
1 parent 65ccf2e commit f435d29
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 5 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2016-10-25 Dirk Eddelbuettel <[email protected]>

* DESCRIPTION (Version, Date): Release 0.3.5

2016-10-24 Dirk Eddelbuettel <[email protected]>

* README.md: Canonical URLs, switch to https
Expand Down
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: Rblpapi
Title: R Interface to 'Bloomberg'
Version: 0.3.4.2
Date: 2016-10-24
Version: 0.3.5
Date: 2016-10-25
Maintainer: Dirk Eddelbuettel <[email protected]>
Author: Whit Armstrong, Dirk Eddelbuettel and John Laing
Imports: Rcpp (>= 0.11.0), utils
Expand Down
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,15 @@ goog_ge_px <- bdp(securities = c("GOOG Equity","GE Equity"),

Fully functional on Linux, OS X and Windows.

### Installation

The package is on [CRAN](https://cran.r-project.org) and can be installed as
usual via

```r
install.packages("Rblpapi")
```

### Authors

Whit Armstrong, Dirk Eddelbuettel and John Laing
Expand Down
6 changes: 3 additions & 3 deletions inst/NEWS.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
\newcommand{\ghpr}{\href{https://github.com/Rblp/Rblpapi/pull/#1}{##1}}
\newcommand{\ghit}{\href{https://github.com/Rblp/Rblpapi/issues/#1}{##1}}

\section{Changes in Rblpapi version 0.3.5 (2016-10-xx)}{
\section{Changes in Rblpapi version 0.3.5 (2016-10-25)}{
\itemize{
\item Add new function \code{getPortfolio} to retrieve portfolio data
via \code{bds} (John in \ghpr{176})
Expand All @@ -14,8 +14,8 @@
\item Similarly extend \code{getMultipleTicks} (Dirk in \ghpr{202})
\item Correct statement on timestamp for \code{getBars} (Closes
issue \ghit{192})
\item Minor edits to a few files in order to please \code{R(-devel)
CMD check --as-cran}
\item Minor edits to a few files in order to either please
\code{R(-devel) CMD check --as-cran}, or update documentation
}
}

Expand Down

0 comments on commit f435d29

Please sign in to comment.