Browse Source

Update JAR

master
boB Rudis 4 years ago
parent
commit
43748a89a3
No known key found for this signature in database GPG Key ID: 1D7529BE14E2BBA9
  1. 6
      DESCRIPTION
  2. 6
      README.md
  3. BIN
      inst/java/AthenaJDBC42_2.0.9.jar
  4. 3
      man/metis.jars.Rd

6
DESCRIPTION

@ -1,8 +1,8 @@
Package: metis.jars
Type: Package
Title: Amazon Athena JDBC Driver Wrapper Supporting the 'metis' Package
Version: 2.0.7
Date: 2019-02-22
Version: 2.0.9
Date: 2019-12-03
Authors@R: c(
person("Bob", "Rudis", email = "bob@rud.is", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5670-2640"))
@ -24,4 +24,4 @@ Depends:
Imports:
rJava,
utils
RoxygenNote: 6.1.1
RoxygenNote: 7.0.1

6
README.md

@ -61,13 +61,13 @@ library(metis.jars)
packageVersion("metis.jars")
```
## [1] '2.0.7'
## [1] '2.0.9'
``` r
simba_driver_version()
```
## [1] "02.00.07.1012"
## [1] "02.00.09.1018"
``` r
athena_supported_types()
@ -81,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.7.jar"
## [1] "/Library/Frameworks/R.framework/Versions/3.6/Resources/library/metis.jars/java/AthenaJDBC42_2.0.9.jar"
## Code of Conduct

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

Binary file not shown.

3
man/metis.jars.Rd

@ -4,7 +4,6 @@
\encoding{UTF-8}
\name{metis.jars}
\alias{metis.jars}
\alias{metis.jars-package}
\title{Amazon Athena JDBC Driver Wrapper Supporting the 'metis' Package}
\description{
Contents of the Amazon Athena JDBC Driver
@ -20,7 +19,7 @@ from interrupting Athena JDBC calls crash the R interpreter. You therefore
need to set the \code{-Xrs} option to avoid signals being passed on to the JVM
owner. That has to be done \emph{before} \code{rJava} is loaded so you either need
to remember to put it at the top of all scripts \emph{or} stick this
in your local \code{~/.Rprofile} and/or sitewide \code{Rprofile}:\preformatted{options(
in your local \verb{~/.Rprofile} and/or sitewide \code{Rprofile}:\preformatted{options(
"java.parameters" = c(getOption("java.parameters", default = NULL), "-Xrs")
)
}

Loading…
Cancel
Save