Jake Russ

Results 9 comments of Jake Russ

``` > kimberly traceback() 7: stop(list(message = "java.util.NoSuchElementException", call = .jcall("RJavaTools", "Ljava/lang/Object;", "invokeMethod", cl, .jcast(if (inherits(o, "jobjRef") || inherits(o, "jarrayRef")) o else cl, "java/lang/Object"), .jnew("java/lang/String", method), j_p, j_pc, use.true.class =...

Just commenting to say I'm experiencing the same behavior. I have a 200 page pdf filled with mostly tables that I want to convert to R data frames. But even...

{redshiftTools} is no longer on CRAN. If you want to install the latest version you'll have to run, ``` devtools::install_github("sicarul/redshiftTools") ``` This version still works, but is no longer being...

@sicarul Pablo, do you have plans to continue maintaining this package?

@sicarul I would have interest as I use redshift daily for work. Discussing with my employer whether we'd take over the project. I will reach out to you via email.

I plan to take over the maintainer-ship of this package soon, unless someone beats me to it. My plan is to use AWS' R SDK {paws} to keep the package...

For anyone wishing to follow my progress, I have started refactoring this package over at https://github.com/RedOakStrategic/redshiftTools/tree/redoakjake. I will have an initial working version soon. @russellpierce

I appreciate your note, @jtelleriar. I did see that @su rescued the {aws.s3} package as a temporary measure to get the package back on CRAN, but long term, {paws} is...

There is no dependency on python with {paws}. While I applaud you @s-u and the others in the R community for stepping up to rescue {aws.s3}, I am going to...