Gergely Daróczi

Results 153 comments of Gergely Daróczi

Thanks a lot for this :bowing_man: Would it make sense to split this PR into two? One for adding support for encryption and another one for the 2+ disks setup?...

What do you mean by "environment variables are not read by R"? It should work. But to set persistent config, you just need to create `~/.aws/credentials` as per https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-files.html#cli-configure-files-where (that...

Make sure to set the env var either before starting R, but for sure no later than loading the `AWR.Athena` package, eg ```r library(rJava) .jcall("java/lang/System", "S", "setProperty", "aws.profile", "foobar") library(AWR.Athena)...

I have a similar anecdote on the impala driver at http://datascience.la/r-and-impala-its-better-to-kiss-than-using-java :D But it turned out the JDBC driver was OK, the R wrapper was slow. Anyway, I think this...

Hi Bob, good to see you again :) Happy to collaborate on this and other related projects as well, although the current shape of the package serves our immediate needs...

Hey @madsurgeon, any chance you might remember what's going on at https://github.com/daroczig/binancer/blob/master/R/binance.R#L761 and what would be your suggestion to overcome the `Inf` issue?

I am not familiar with the USDM features, but based on a quick search, I think it would be a great extension, so looking forward to any help :bow: `binance.R`...

Sorry, I'd rather not mix `dplyr` and `data.table` in the same project. On the other hand, if you are asking about the user-facing result, I've done this on a configurable...

Please let me know how the related tests went, and I'm happy to make this easily configurable in the package.

It would be indeed very useful if `ctable`, `longtable` or other similar environments would not be hard-coded, but the user could pass it e.g. via a `pandoc` option.