Thomas J. Leeper

Results 206 comments of Thomas J. Leeper
trafficstars

You're more than welcome to. This package is licensed MIT, so as long as you comply with that you should be good to go.

I am not a shiny expert so I really can't provide any assistance with that.

Notes to self: - [the basic documentation](https://rstudio.github.io/rstudio-extensions/rstudio-connections.html) - ["Connection Contract" documentation](https://rstudio.github.io/rstudio-extensions/connections-contract.html) - [RStudio's snippet example](https://github.com/rstudio/rstudio-connections-example/blob/master/inst/rstudio/connections/Snippets%20Example.R)

Try adding `url_style ="virtual"` to your call.

Credentials files are supported by config files are not (those are boto-specific as far as I know). You should be able to assume a role using `aws.iam::assume_role()` but you would...

Thanks. This was actually the original behavior, but lots of people requested that it just error instead so I switched to this. I had it as an idea to include...

Yep, it's in the pipeline. Forthcoming over here: https://github.com/cloudyr/aws.athena

This should be possible. Just need to drop rounding in two places: https://github.com/leeper/slopegraph/blob/master/R/slopegraph.R#L110 https://github.com/leeper/slopegraph/blob/master/R/ggslopegraph.R#L104

tibbles don't have row names. Use a normal data frame instead.