From 66df6ec73d3060ebece560a0ae6a723325ab0f9a Mon Sep 17 00:00:00 2001 From: Ismail Onur Filiz Date: Mon, 4 Apr 2016 10:09:58 -0700 Subject: [PATCH] Changes for the CRAN 1.2.1 release - Update version number - Switch CRAN link to the canonical form - Update cran-comments --- DESCRIPTION | 4 ++-- NEWS.md | 2 +- README.md | 2 +- cran-comments.md | 16 ++++------------ 4 files changed, 8 insertions(+), 16 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 202117a..f99805d 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,13 +1,13 @@ Package: RPresto Title: DBI Connector to Presto -Version: 1.2.0.9000 +Version: 1.2.1 Authors@R: c( person('Onur Ismail', 'Filiz', , 'onur@fb.com', role=c('aut', 'cre')), person('Sergey', 'Goder', , 'sgoder@fb.com', role='aut'), person('John Myles', 'White', , 'johnmyleswhite@fb.com', role='ctb') ) Copyright: Facebook, Inc. 2015-present. -Description: Implements a DBI compliant interface to Presto. Presto is +Description: Implements a 'DBI' compliant interface to Presto. Presto is an open source distributed SQL query engine for running interactive analytic queries against data sources of all sizes ranging from gigabytes to petabytes: . diff --git a/NEWS.md b/NEWS.md index 44cd2e8..d30316a 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# RPresto 1.2.0.9000 +# RPresto 1.2.1 - Handle responses with no column information (fixes #49) - Add retries for GET and POST responses with error status codes diff --git a/README.md b/README.md index c22faaf..91bc9f5 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ for running interactive analytic queries. ## Installation -RPresto is both on [CRAN](https://cran.r-project.org/web/packages/RPresto/) +RPresto is both on [CRAN](https://cran.r-project.org/package=RPresto) and [github](https://github.com/prestodb/RPresto). For the CRAN version, you can use diff --git a/cran-comments.md b/cran-comments.md index 2869b4e..b042410 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,15 +1,7 @@ -## Resubmission - -This is a resubmission. In this version: - -- I used the CRAN template for the License. -- In the description, I added an explanation of Presto and provided the - link to its website. - # Test environments -- OS X 10.10.5 Yosemite, R 3.1.2 and 3.2.4 -- CentOS 6.7, R 3.2.2 +- OS X 10.10.5 Yosemite, R 3.1.0 +- CentOS 6.7, R 3.2.4 - win-builder (devel and release) - WinXP, R 3.2.4 @@ -17,5 +9,5 @@ This is a resubmission. In this version: 0 errors | 0 warnings | 1 note -- The 'note' is about first time submission and the LICENSE file which is the BSD 3-clause license. -- win-builder also points out that the 'DBI' word in the Description might have been mis-spelled but the usage is intentional. +- The 'note' is about the LICENSE file which is the BSD 3-clause license. +- win-builder also points out that the 'DBI' and 'SQL' words in the Description might have been mis-spelled but the usage is intentional.