jhsiao999 / ashlar

Workflow template
http://jhsiao999.github.io/ashlar/analysis
Creative Commons Attribution 4.0 International
2 stars 1 forks source link

R Package & RStudio Addin #8

Open nanxstats opened 8 years ago

nanxstats commented 8 years ago

It would be great to have an R package for ashlar, just as static site generators like Jekyll and Octopress. Template + Functions. Functions such as ashlar_init(), ashlar_make(), ashlar_publish(), can be provided to avoid tedious manual update etc.

git2r might be helpful in this case.

RStudio Addins will also be helpful to make it more available to users if they use RStudio.

jdblischak commented 7 years ago

Just seeing this now. But yes, exactly. The successor to ashlar is the R package workflowr, which aims to automate this process as much as possible. And yes, git2r is very helpful :-)