Skip to content

Commit

Permalink
Changes for the CRAN 1.2.1 release
Browse files Browse the repository at this point in the history
- Update version number
- Switch CRAN link to the canonical form
- Update cran-comments
  • Loading branch information
Ismail Onur Filiz committed Apr 12, 2016
1 parent 04681c8 commit 66df6ec
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 16 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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: <https://prestodb.io/>.
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
16 changes: 4 additions & 12 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,13 @@
## 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

# R CMD check results

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.

0 comments on commit 66df6ec

Please sign in to comment.