From 8fd61cb14f0f6dd23bf7bf9d6ae128b72a48c69a Mon Sep 17 00:00:00 2001 From: Dirk Eddelbuettel Date: Mon, 29 Aug 2016 09:04:23 -0500 Subject: [PATCH] release 0.4.5 --- .Rbuildignore | 1 + ChangeLog | 4 ++++ DESCRIPTION | 9 +++++---- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/.Rbuildignore b/.Rbuildignore index 2a9db4f..4042b5a 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -2,6 +2,7 @@ m4 configure.in vignettes/Sweave.sty vignettes/jss.bst +vignettes/jss.cls src/.dir-locals.el src/std.lnt .travis.yml diff --git a/ChangeLog b/ChangeLog index aeabb0a..b1dfa25 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2016-08-29 Dirk Eddelbuettel + + * DESCRIPTION (Version, Date): New release 0.4.5 + 2016-08-16 Dirk Eddelbuettel * DESCRIPTION (SystemRequirements): Add explicit note that Protocol diff --git a/DESCRIPTION b/DESCRIPTION index 1f31a00..b6e8fd2 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,14 +1,15 @@ Package: RProtoBuf -Version: 0.4.4.1 -Date: 2016-08-15 +Version: 0.4.5 +Date: 2016-08-29 Author: Romain Francois, Dirk Eddelbuettel, Murray Stokely and Jeroen Ooms Maintainer: Dirk Eddelbuettel -Title: R Interface to the Protocol Buffers API +Title: R Interface to the Protocol Buffers API (v2 or v3) 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). + in the Journal of Statistical Software (2016, v71i02). Either version 2 or 3 + of the Protocol Buffers API is supported. Depends: R (>= 3.0.0), methods Imports: utils, stats, tools, Rcpp, RCurl LinkingTo: Rcpp