Ben Marwick

Results 60 comments of Ben Marwick

Yes! I'm still interested to contribute, thanks for the follow up! I do have a draft of this that I think is nearly complete. Do you have some deadlines that...

That sounds great, more docs along these lines will make this package very user friendly.

+1 for @noamross's suggestion for using [stegasaur](https://github.com/richfitz/stegasaur) to transmit code via twitter images!

For readers curious about the result of this discussion, the pkg is here: https://github.com/ropenscilabs/codefinch (googling took me to this thread, and probably will again the next time I forget the...

I'm following this discussion with great interest, especially the comments about testing and re/make, since I haven't found a natural place for those in my work, and I'm curious to...

There's a nice recent collection of success stories in https://www.practicereproducibleresearch.org, with a few chapters from R users (disclaimer: including me). I'm not aware of any surveys of anti-patterns, that sounds...

This is a great suggestion, it could take the form of an RStudio add-in that wraps up https://github.com/btford/write-good for R

I see increasing use of Publons among my colleagues, so I think it would be good if JOSS claimed a formal presence there. It might help to raise the status...

Righto, I've got a proof-of-concept and examples here: https://gist.github.com/benmarwick/00772ccea2dd0b0f1745 Some of the defaults might not yet be optimal, do let me know if you have any feedback.

I've had a go at adding the methods I'm after, let me know if they're consistent with your plans. They work for me in this context: `````` ```{r, echo=FALSE} library("git2r")...