diff --git a/codecov.yml b/.codecov.yml similarity index 100% rename from codecov.yml rename to .codecov.yml diff --git a/DESCRIPTION b/DESCRIPTION index 7348e58..eb8475c 100644 --- a/DESCRIPTION +++ b/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")) diff --git a/NEWS.md b/NEWS.md index f6fe3e4..07a5436 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,7 @@ -2.0.6 +2.0.7 ========= +- JDBC driver update per +2.0.6 +========= - Refactor \ No newline at end of file diff --git a/R/metis-jars-package.R b/R/metis-jars-package.R index e3c7aab..2919e3a 100644 --- a/R/metis-jars-package.R +++ b/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 diff --git a/README.md b/README.md index a48f9a0..20483ac 100644 --- a/README.md +++ b/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 diff --git a/inst/java/AthenaJDBC42_2.0.6.jar b/inst/java/AthenaJDBC42_2.0.7.jar similarity index 75% rename from inst/java/AthenaJDBC42_2.0.6.jar rename to inst/java/AthenaJDBC42_2.0.7.jar index 1e1f6c7..dbc5646 100644 Binary files a/inst/java/AthenaJDBC42_2.0.6.jar and b/inst/java/AthenaJDBC42_2.0.7.jar differ diff --git a/man/metis.jars.Rd b/man/metis.jars.Rd index 13c8645..edbe913 100644 --- a/man/metis.jars.Rd +++ b/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)