-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
28 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,3 +13,4 @@ | |
^cdh4-repository_1\.0_all\.deb$ | ||
^cran-comments\.md$ | ||
^pre$ | ||
^CRAN-RELEASE$ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
This package was submitted to CRAN on 2020-06-01. | ||
Once it is accepted, delete this file and tag the release (commit facda32646). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,9 +12,9 @@ Authors@R: c( | |
person("James", "Lamb", email = "[email protected]", role = "ctb") | ||
) | ||
Description: Apache Drill is a low-latency distributed query engine designed to enable | ||
data exploration and analytics on both relational and non-relational datastores, | ||
data exploration and analysis on both relational and non-relational data stores, | ||
scaling to petabytes of data. Methods are provided that enable working with Apache | ||
Drill instances via the REST API, JDBC interface (optional), DBI methods | ||
Drill instances via the REST API, DBI methods | ||
and using 'dplyr'/'dbplyr' idioms. Helper functions are included to facilitate | ||
using official Drill Docker images/containers. | ||
Depends: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,12 @@ | ||
## Test environments | ||
* local macOS install, R 3.4.1 | ||
* local ubuntu 14.04 install, R 3.4.1 | ||
* ubuntu 12.04 (on travis-ci), R 3.4.1 and oldrel | ||
* win-builder | ||
* local R installation, R 4.0.1 | ||
* ubuntu 16.04 (on travis-ci), R 4.0.1 | ||
* win-builder (devel and release) | ||
|
||
## R CMD check results | ||
|
||
0 errors | 0 warnings | 0 notes | ||
0 errors | 0 warnings | 0 note | ||
|
||
* This is a new release. | ||
* This is an update release. | ||
|
||
## Reverse dependencies | ||
|
||
This is a new release, so there are no reverse dependencies. | ||
|
||
--- | ||
|
||
* WinBuilder seems to be working now (it found httr and covr in the last build). | ||
|
||
* Removed png causing WinBuilder pandoc problems. | ||
|
||
* R-hub is reporting httr and covr are not available so | ||
I have not been able to get it to work successfully on that platform. | ||
|
||
* The examples and tests are wrapped in \dontrun{} or testthat:::skip_on_cran() | ||
since they absolutely require a running Apache Drill server. Full tests | ||
are run on Travis (weekly) with results avaialble for review: | ||
https://travis-ci.org/hrbrmstr/sergeant | ||
|
||
The Travis tests install Apache Drill and test out the REST API calls | ||
as well as the dplyr/dbplyr interface with live queries. | ||
|
||
* Code coverage is run and is currently at 40% | ||
* addresses CRAN email note and then some :-) |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.