Antoine Fabri

Results 157 comments of Antoine Fabri

It might work yes, it's the easiest to type/most readable and it's unambiguous as there is nothing else to comment under it. The downside is that it might not be...

Thanks so much for the feedback. For some reason I've missed the notification and submitted the package without seeing it, I hope it will be refused so I can fix...

Could you please install the latest version ? I've tested it on my side and it works. So the issue might be one of the following : * Something I've...

Thanks a lot Azza I will look into it

An additional `.rowwise = FALSE` arg that cannot be `TRUE` if `.by` is set would work too. FWIW I would love the feature, I'm seeing clients use a lot of...

You could do : ``` foo >%` [1] 2 1 1 %>>% foo(., 2) #> [1] 1 2 ``` See : https://stackoverflow.com/a/58301142/2270475

See pull request for first iteration. To go further I'd love to : * Have a bit of general feedback * Know if I can call `devtools::load_all()` from the function...

@ColinFay I wanted to give you a peek at the first step but it was too buggy, I'll show you when I have something more solid, meanwhile I have a...

Hi Colin, I haven't worked on this in a while and I think it was a bit complex. I'm not sure I'll have enough time in a month, but I...