boB Rudis před 5 roky
rodič
revize
475cae6eb6
V databázi nebyl nalezen žádný známý klíč pro tento podpis GPG Key ID: 1D7529BE14E2BBA9
  1. 0
      .codecov.yml
  2. 4
      DESCRIPTION
  3. 5
      NEWS.md
  4. 2
      R/metis-jars-package.R
  5. 14
      README.md
  6. binární
      inst/java/AthenaJDBC42_2.0.7.jar
  7. 2
      man/metis.jars.Rd

0
codecov.yml → .codecov.yml

4
DESCRIPTION

@ -1,8 +1,8 @@
Package: metis.jars
Type: Package
Title: Amazon Athena JDBC Driver Wrapper Supporting the 'metis' Package
Version: 2.0.6
Date: 2019-02-17
Version: 2.0.7
Date: 2019-02-22
Authors@R: c(
person("Bob", "Rudis", email = "bob@rud.is", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5670-2640"))

5
NEWS.md

@ -1,4 +1,7 @@
2.0.6
2.0.7
=========
- JDBC driver update per <https://docs.aws.amazon.com/athena/latest/ug/release-note-2019-02-22.html>
2.0.6
=========
- Refactor

2
R/metis-jars-package.R

@ -28,5 +28,5 @@
#' @author Bob Rudis (bob@@rud.is)
#' @import rJava
#' @importFrom utils packageVersion compareVersion
#' @references [Simba Athena JDBC Driver with SQL Connector Installation and Configuration Guide](https://s3.amazonaws.com/athena-downloads/drivers/JDBC/SimbaAthenaJDBC_2.0.6/docs/Simba+Athena+JDBC+Driver+Install+and+Configuration+Guide.pdf)
#' @references [Simba Athena JDBC Driver with SQL Connector Installation and Configuration Guide](https://s3.amazonaws.com/athena-downloads/drivers/JDBC/SimbaAthenaJDBC_2.0.7/docs/Simba+Athena+JDBC+Driver+Install+and+Configuration+Guide.pdf)
NULL

14
README.md

@ -1,7 +1,9 @@
[![Travis-CI Build Status](https://travis-ci.org/hrbrmstr/metis-jars.svg?branch=master)](https://travis-ci.org/hrbrmstr/metis-jars)
[![Coverage Status](https://codecov.io/gh/hrbrmstr/metis-jars/branch/master/graph/badge.svg)](https://codecov.io/gh/hrbrmstr/metis-jars)
[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/metis-jars)](https://cran.r-project.org/package=metis.jars)
[![Travis-CI Build
Status](https://travis-ci.org/hrbrmstr/metis-jars.svg?branch=master)](https://travis-ci.org/hrbrmstr/metis-jars)
[![Coverage
Status](https://codecov.io/gh/hrbrmstr/metis-jars/branch/master/graph/badge.svg)](https://codecov.io/gh/hrbrmstr/metis-jars)
[![CRAN\_Status\_Badge](http://www.r-pkg.org/badges/version/metis-jars)](https://cran.r-project.org/package=metis.jars)
# metis.jars
@ -59,13 +61,13 @@ library(metis.jars)
packageVersion("metis.jars")
```
## [1] '2.0.6'
## [1] '2.0.7'
``` r
simba_driver_version()
```
## [1] "02.00.06.1008"
## [1] "02.00.07.1012"
``` r
athena_supported_types()
@ -79,7 +81,7 @@ athena_supported_types()
metis_jar_path()
```
## [1] "/Library/Frameworks/R.framework/Versions/3.5/Resources/library/metis.jars/java/AthenaJDBC42_2.0.6.jar"
## [1] "/Library/Frameworks/R.framework/Versions/3.5/Resources/library/metis.jars/java/AthenaJDBC42_2.0.7.jar"
## Code of Conduct

binární
inst/java/AthenaJDBC42_2.0.6.jar → inst/java/AthenaJDBC42_2.0.7.jar

Binární soubor nebyl zobrazen.

2
man/metis.jars.Rd

@ -27,7 +27,7 @@ in your local \code{~/.Rprofile} and/or sitewide \code{Rprofile}:\preformatted{
}
\references{
\href{https://s3.amazonaws.com/athena-downloads/drivers/JDBC/SimbaAthenaJDBC_2.0.6/docs/Simba+Athena+JDBC+Driver+Install+and+Configuration+Guide.pdf}{Simba Athena JDBC Driver with SQL Connector Installation and Configuration Guide}
\href{https://s3.amazonaws.com/athena-downloads/drivers/JDBC/SimbaAthenaJDBC_2.0.7/docs/Simba+Athena+JDBC+Driver+Install+and+Configuration+Guide.pdf}{Simba Athena JDBC Driver with SQL Connector Installation and Configuration Guide}
}
\author{
Bob Rudis (bob@rud.is)

Načítá se…
Zrušit
Uložit