Stefan Milton Bache

Results 80 comments of Stefan Milton Bache

``` 100 %>% sample(10) %T>% { browser() } %>% sum() ``` more useful in the proposal branch though.

> Stefan prefers without parentheses. Yeah, IMO that's way cleaner and less typing. Also, I think more of RHS as functions/expressions, so like in that one does not write `lapply(foo,...

Well the style guide is obviously not a very stylish guide in this case ;-) as I said, my opinion is not the only one, and I don't have to...

Of all the masking one might think of, this is probably the one I thougth no one would dare touch; there would need to be a very good reason to...

I tried a few things today to fix this, even made pushed a commit that turned out not to work. The situation is a little more complex than one might...

@klmr why not settle for a less (but still slightly) outrageous operator overload, say using ` 2*x) ``` Using `

@DarwinAwardWinner I actually tried that, see here: https://github.com/smbache/magrittr/commit/4deda1750e447be3f822b2150336089a90e985ca

@DarwinAwardWinner Yes (but I didn't realize that either); For example, when using `

maybe refering to `.Primitive("

I'll admit I am having a hard time reproducing the problems I ran into when I undid the fix...