Kevin Ushey

Results 144 comments of Kevin Ushey

Thanks; this is a duplicate of #13.

Similarily, why `apply` is evil (always drops dimensions if the function applied returns a scalar*) *vector of length one

Indeed, RStudio hard-codes the background color as `white` at the moment, but we should update / set this dynamically based on the theme / HTML widget specification. I'll log this...

I'm fairly sure this is an issue with `rmarkdown` -- you can reproduce the issue independent of RStudio. For example, with the document: ````` --- title: "backticks inside your backticks..."...

> You all are aware that issue can be moved between repos? I am now, thanks.

For what it's worth, I never tried wiring in cache support into the reticulate engine as I wasn't exactly sure what that would entail, but it sounds like we'd need:...

I'd definitely be open to reviewing a PR, but it seems like this will be tough to get right and I unfortunately won't have that much time to help with...

I wonder if we should adopt the convention that `-`-prefixed lists are used by default (at least, when a sequence spans multiple lines)? It's certainly loses some of the aesthetics,...

I concur with @gaborcsardi: ``` > identical(environment(list(e1)[[1]])[[".GenericCallEnv"]][["."]], e) [1] TRUE ```

In this call: ``` library(magrittr) foo % Foo__add(function() 1) rm(foo) gc() ``` The parent environment of the function created through `function() 1` appears to be not what one would expect...