Noam Ross
Noam Ross
One idea that we might be able make progress on here is figure out what subset of package-checks from various tools (R CMD check, **lintr**, **goodpractice**, etc.) can be easily...
@hadley +1, as in a former career, I actually had the title of chief rigger. ⛵️
Let me try to summarize some of the stuff above as well as my own evolving thoughts on this. I realize that this project has several components, any one of...
A possible Makefile idiom might be this example of a set of Rmd notebook files from Lincoln Mullen: https://github.com/lmullen/rmd-notebook/blob/master/Makefile Another possible Makefile idiom would be a set of scripts that...
Yes, @cboettig, I think our thoughts pretty much align here. I wasn't thinking of raising the bar above `R CMD Check`, but figuring out the subset of relevant checks across...
Useful bootstrapping idiom: single Rmd with Makefile + CI, though in this case the Makefile may be unnecessary: http://www.goring.org/resources/Adding_CI_To_RMarkdown.html
The above made me think of a possible project-level idiom/template: - Run all R scripts in a `scripts/` directory in order. (We assume these would source files in `R/`) -...
There's also https://github.com/analyticalmonk/Rperform
@CR-Mercado I think this thread, being from the '17 conference and not generally monitored, may not be a great place for a _general_ discussion of this important subject. Our forum...
I really like this idea. Over in #5 I was thinking along the lines of exporting the Rmd environment and having a separate testing script, but this seems more intuitive....