M NEWS.md => NEWS.md +1 -2
@@ 1,8 1,7 @@
0.3.0
=========
-- Added `sql_translate_env.AthenaConnection()`
-- Handles Athena JDBC column types!
+- Refactor
0.2.0
=========
M R/zzz.R => R/zzz.R +3 -0
@@ 1,2 1,5 @@
.onLoad <- function(libname, pkgname) {
+ rJava::.jpackage(pkgname, jars = "*", lib.loc = libname)
+ rJava::.jpackage(pkgname, lib.loc = libname)
+ rJava::.jaddClassPath(dir(file.path(getwd(), "inst/java"), full.names = TRUE))
}
A inst/java/log4j.properties => inst/java/log4j.properties +1 -0
@@ 0,0 1,1 @@
+log4j.rootLogger=ERROR<
\ No newline at end of file
M tests/testthat/test-metis.R => tests/testthat/test-metis.R +1 -1
@@ 4,7 4,7 @@ drv <- metis::Athena()
expect_is(drv, "AthenaDriver")
-skip_on_cran()
+skip_on_cran()https://github.com/hrbrmstr/metis/blob/master/tests/testthat/test-metis.R#L3-L15
if (identical(Sys.getenv("TRAVIS"), "true")) {