Giter Club home page Giter Club logo

workflowr's Introduction

workflowr: organized + reproducible + shareable data science in R

Travis-CI Build Status codecov AppVeyor Build Status CRAN status CRAN downloads

The workflowr R package helps researchers organize their analyses in a way that promotes effective project management, reproducibility, collaboration, and sharing of results. Workflowr combines literate programming (knitr and rmarkdown) and version control (Git, via git2r) to generate a website containing time-stamped, versioned, and documented results. Any R user can quickly and easily adopt workflowr.

For more details, see the online documentation. For an example, see the Divvy data exploration project. To keep up-to-date with the latest workflowr developments, please join the workflowr-announce mailing list (low-volume, read-only). For bugs reports, feature requests, and questions, please open an Issue.

For those with existing workflowr projects (pre-1.0.0), see ?wflow_update if you're interested in updating your project to use the latest features. If you like your current project the way it is, you can continue to use workflowr as you have been by getting the latest bug fixes from workflowrBeta.

Features

  • Organized
    • Provides a project template with organized subdirectories
    • Mixes code and results with R Markdown
    • Uses Git to version both source code and results
  • Reproducible
    • Displays the code version used to create each result
    • Runs each analysis in an isolated R session
    • Records the session information of each analysis
    • Sets the same seed for random number generation for each analysis
  • Shareable
    • Creates a website to present your research results
    • Documents how to host your website for free via GitHub Pages
    • Creates links to past versions of results

To see a workflowr website in action, see this video demonstration.

For related tools, see r-project-workflows.

Installation

  1. Install R

    • (Recommended) Install RStudio

    • (Optional) Install pandoc

    • (Optional) Install Git

  2. Install workflowr from CRAN:

    install.packages("workflowr")
  3. Create an account on GitHub

Quick start

library("workflowr")

# Configure Git (only need to do once per computer)
wflow_git_config(user.name = "Full Name", user.email = "email@domain")

# Start a new workflowr project
wflow_start("myproject")

# Build the site
wflow_build()

# Customize your site!
#   1. Edit the R Markdown files in analysis/
#   2. Edit the theme and layout in analysis/_site.yml
#   3. Add new or copy existing R Markdown files to analysis/

# Preview your changes
wflow_build()

# Publish the site, i.e. version the source code and HTML results
wflow_publish("analysis/*", "Start my new project")

Next steps:

  1. Read the full Getting started vignette to learn how to share your results online via GitHub

  2. Read the customization vignette for ideas on how to customize your research website

  3. Read the migrating vignette for how to integrate workflowr into your existing project

Attribution

Workflowr was developed, and is maintained, by John Blischak, a postdoctoral researcher in the laboratory of Matthew Stephens at The University of Chicago. He is funded by a grant from the Gordon and Betty Moore Foundation to MS. Peter Carbonetto and Matthew Stephens are co-authors.

We are very thankful to workflowr contributors for helping improve the package. We are also grateful for workflowr users for testing the package and providing feedback---thanks especially to Lei Sun, Xiang Zhu, Wei Wang, and other members (past and present) of the Stephens lab.

The workflowr package uses many great open source packages. Especially critical for this project are the R packages git2r, knitr, and rmarkdown. Please see the vignette How the workflowr package works to learn about the software that makes workflowr possible.

Workflowr is available under the MIT license. Please run citation("workflowr") for proper attribution.

workflowr's People

Contributors

jdblischak avatar pcarbo avatar vanamsterdam avatar ethanwhite avatar johnsonlab avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.