Benjamin Tyner

Results 13 issues of Benjamin Tyner

Hi, If I run ```r library(lattice) library(ReporteRs) p Matrix products: default > BLAS: /usr/lib/libblas/libblas.so.3.6.0 > LAPACK: /usr/lib/lapack/liblapack.so.3.6.0 > > locale: > [1] LC_CTYPE=en_US.UTF-8 LC_NUMERIC=C > [3] LC_TIME=en_US.UTF-8 LC_COLLATE=en_US.UTF-8 > [5]...

In withTimeout.R, I'm trying to wrap my head around why transient is set to TRUE here instead of FALSE... ```r # Default result value res

I noticed one of the changes in version 3.14-6 (2014-11-16): > wtd.var: corrected denominator. Thanks: Shan Huang While I agree that the previous denominator was incorrect, I would also add...

code to reproduce the issue; the first raises a flag, the second passes. The only difference between the two texts is the order of the arguments. ``` R mytest

I am not entirely sure whether this is an issue with `box` versus `implyr`, but thought I might start here given the similarity with issue #9. I am using `implyr`...

### Issue Description Imagine one has a table on AWS with hundreds of millions of records, but only wants to fetch a small number (say 10). Of course, one could...

### Error description Say I have a module called "foo/bar". From the global environment, if I import it twice via: ```r box::use(foo/bar[...]) box::use(foo/bar[...]) ``` then there are now **two** entries...

⚠️ bug

**Background** I am using `s3fs::s3_file_exists` which relies on some functionality from `future`. Not sure whether the problem is in `s3fs` or `future` but figured I would start here; if it...

bug

We had a user set only these three environment variables: AWS_ACCESS_KEY_ID AWS_SECRET_ACCESS_KEY AWS_SESSION_TOKEN and then when `paws.common::locate_credentials()` was called, its return had `expiration` equal to numeric `Inf` (with no class...

question 🧐❓

Sample query for concreteness: `describe sampledb.elb_logs` It appears the return of Athena's `describe` operator is formatted a little differently, resulting in such queries throwing an error of the form, >...

enhancement