Skip to content

Commit

Permalink
release 0.4.7
Browse files Browse the repository at this point in the history
per request of CRAN: s/omegahat.org/omegahat.net/ in two places
  • Loading branch information
eddelbuettel committed Oct 29, 2016
1 parent f16f274 commit a69cf69
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 8 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2016-10-29 Dirk Eddelbuettel <[email protected]>

* DESCRIPTION (Version, Date): Release 0.4.7

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

* DESCRIPTION (Version): Roll minor version and date
Expand Down
8 changes: 4 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
Package: RProtoBuf
Version: 0.4.6.1
Date: 2016-10-24
Version: 0.4.7
Date: 2016-10-29
Author: Romain Francois, Dirk Eddelbuettel, Murray Stokely and Jeroen Ooms
Maintainer: Dirk Eddelbuettel <[email protected]>
Title: R Interface to the Protocol Buffers API (Version 2 or 3)
Title: R Interface to the 'Protocol Buffers' 'API' (Version 2 or 3)
Description: Protocol Buffers are a way of encoding structured data in an
efficient yet extensible format. Google uses Protocol Buffers for almost all
of its internal 'RPC' protocols and file formats. Additional documentation
is available in two included vignettes one of which corresponds to our paper
in the Journal of Statistical Software (2016, v71i02). Either version 2 or 3
of the Protocol Buffers API is supported.
of the 'Protocol Buffers' 'API' is supported.
Depends: R (>= 3.0.0), methods
Imports: utils, stats, tools, Rcpp, RCurl
LinkingTo: Rcpp
Expand Down
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,16 @@ You can either install from source via this repo, or install
the usual way from [R](https://www.r-project.org) via

```r
R> install.packages("RProtoBuf")
install.packages("RProtoBuf")
```

but do make sure you have the system requirements covered when building from
source. Under Debian/Ubuntu you may need
source.

```
$ sudo apt-get install protobuf-compiler libprotobuf-dev libprotoc-dev
Under Debian/Ubuntu you may need

```bash
sudo apt-get install protobuf-compiler libprotobuf-dev libprotoc-dev
```

with similar commands on other operating systems or distributions.
Expand Down
7 changes: 7 additions & 0 deletions inst/NEWS.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
\newcommand{\ghpr}{\href{https://github.com/eddelbuettel/rprotobuf/pull/#1}{##1}}
\newcommand{\ghit}{\href{https://github.com/eddelbuettel/rprotobuf/issues/#1}{##1}}

\section{Changes in RProtoBuf version 0.4.7 (2016-10-27)}{
\itemize{
\item At the request of CRAN, two documentation instances referring
to the Omegehat repository were updated to \url{http://omegahat.net}
}
}

\section{Changes in RProtoBuf version 0.4.6 (2016-09-08)}{
\itemize{
\item Support for serializing zero-length objects was added (PR
Expand Down

0 comments on commit a69cf69

Please sign in to comment.