Browse Source

2.0.7 update

master
boB Rudis 5 years ago
parent
commit
475cae6eb6
No known key found for this signature in database 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
      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 Package: metis.jars
Type: Package Type: Package
Title: Amazon Athena JDBC Driver Wrapper Supporting the 'metis' Package Title: Amazon Athena JDBC Driver Wrapper Supporting the 'metis' Package
Version: 2.0.6 Version: 2.0.7
Date: 2019-02-17 Date: 2019-02-22
Authors@R: c( Authors@R: c(
person("Bob", "Rudis", email = "bob@rud.is", role = c("aut", "cre"), person("Bob", "Rudis", email = "bob@rud.is", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5670-2640")) 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 - Refactor

2
R/metis-jars-package.R

@ -28,5 +28,5 @@
#' @author Bob Rudis (bob@@rud.is) #' @author Bob Rudis (bob@@rud.is)
#' @import rJava #' @import rJava
#' @importFrom utils packageVersion compareVersion #' @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 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) [![Travis-CI Build
[![Coverage Status](https://codecov.io/gh/hrbrmstr/metis-jars/branch/master/graph/badge.svg)](https://codecov.io/gh/hrbrmstr/metis-jars) Status](https://travis-ci.org/hrbrmstr/metis-jars.svg?branch=master)](https://travis-ci.org/hrbrmstr/metis-jars)
[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/metis-jars)](https://cran.r-project.org/package=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 # metis.jars
@ -59,13 +61,13 @@ library(metis.jars)
packageVersion("metis.jars") packageVersion("metis.jars")
``` ```
## [1] '2.0.6' ## [1] '2.0.7'
``` r ``` r
simba_driver_version() simba_driver_version()
``` ```
## [1] "02.00.06.1008" ## [1] "02.00.07.1012"
``` r ``` r
athena_supported_types() athena_supported_types()
@ -79,7 +81,7 @@ athena_supported_types()
metis_jar_path() 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 ## Code of Conduct

BIN
inst/java/AthenaJDBC42_2.0.6.jar → inst/java/AthenaJDBC42_2.0.7.jar

Binary file not shown.

2
man/metis.jars.Rd

@ -27,7 +27,7 @@ in your local \code{~/.Rprofile} and/or sitewide \code{Rprofile}:\preformatted{
} }
\references{ \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{ \author{
Bob Rudis (bob@rud.is) Bob Rudis (bob@rud.is)

Loading…
Cancel
Save