Stefan Milton Bache
Stefan Milton Bache
Made this simple function to be able to put a `formattable` in a pdf report; not sure if something like this is useful in the package itself. It exports a...
Should `@` be treated specially, like `$` and `::`? Also should `foo %>% "bar"` work, like `"bar"(foo)` and `foo %>% "bar"()` do?
Transpiler
I've often thought about a Transpiler for R, like coffeescript for JavaScript. Both to add some syntactic improvements, but also perhaps to enforce certain practices...
We should settle on features that we focus on for a first release; something like - logging of events raised with `message`, `warning`, `stop`, without need for the user to...
REAME section comparing different options.