You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi all! I'm the author of the CRAN package workflowr. It combines literate programming (knitr and rmarkdown) and version control (Git, via git2r) to generate a website containing time-stamped, versioned, and documented results. Some examples of workflowr projects include fibroblast-clonality, rccSims, truncash, and threeprimeseq (this last one has been updated with the most recent release).
I'm excited to help mentor new open source contributors, and I've tagged some Issues with the label Chicago R Unconference. They range in time commitment from minimal (adding a safety check to warn a user about a potential issue) to more involved (a Shiny Gadget/RStudio Addin). I use testthat for testing my package, so if you're interested in learning more about how to do that, the safety check for a pandoc installation would be a good option.
version control - saving snapshots of documents as they change over time with very fine-grained control (which facilitates experimentation and collaboration)
Hi all! I'm the author of the CRAN package workflowr. It combines literate programming (knitr and rmarkdown) and version control (Git, via git2r) to generate a website containing time-stamped, versioned, and documented results. Some examples of workflowr projects include fibroblast-clonality, rccSims, truncash, and threeprimeseq (this last one has been updated with the most recent release).
I'm excited to help mentor new open source contributors, and I've tagged some Issues with the label Chicago R Unconference. They range in time commitment from minimal (adding a safety check to warn a user about a potential issue) to more involved (a Shiny Gadget/RStudio Addin). I use testthat for testing my package, so if you're interested in learning more about how to do that, the safety check for a pandoc installation would be a good option.
wflow_publish()
Create interactive RStudio Addin (Shiny Gadget) for wflow_publish() workflowr/workflowr#143The text was updated successfully, but these errors were encountered: