~hrbrmstr/metis-jars

475cae6eb67aa3834b3a38efae4ec97b88d5915f — boB Rudis 4 years ago f74b902
2.0.7 update
7 files changed, 16 insertions(+), 11 deletions(-)

R codecov.yml => .codecov.yml
M DESCRIPTION
M NEWS.md
M R/metis-jars-package.R
M README.md
R inst/java/{AthenaJDBC42_2.0.6.jar => AthenaJDBC42_2.0.7.jar}
M man/metis.jars.Rd
R codecov.yml => .codecov.yml +0 -0
M DESCRIPTION => DESCRIPTION +2 -2
@@ 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"))

M NEWS.md => NEWS.md +4 -1
@@ 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
\ No newline at end of file

M R/metis-jars-package.R => R/metis-jars-package.R +1 -1
@@ 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

M README.md => README.md +8 -6
@@ 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


R inst/java/AthenaJDBC42_2.0.6.jar => inst/java/AthenaJDBC42_2.0.7.jar +0 -0
M man/metis.jars.Rd => man/metis.jars.Rd +1 -1
@@ 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)