All Projects → jdblischak → Workflowr

jdblischak / Workflowr

Licence: other
Organize your project into a research website

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to Workflowr

Actionview
An issue tracking tool based on laravel+reactjs for small and medium-sized enterprises, open-source and free, similar to Jira.
Stars: ✭ 1,357 (+146.28%)
Mutual labels:  project-management, workflow
tikz favorites
collection of favorite TikZ graphics
Stars: ✭ 62 (-88.75%)
Mutual labels:  rmarkdown, rstats
workflowr
Organize your project into a research website
Stars: ✭ 747 (+35.57%)
Mutual labels:  rmarkdown, project-management
Anicon
Animated icons for R markdown and Shiny apps
Stars: ✭ 109 (-80.22%)
Mutual labels:  rmarkdown, rstats
rmd2jupyter
Convert Rmd (rmarkdown) to ipynb (Jupyter notebook)
Stars: ✭ 17 (-96.91%)
Mutual labels:  rmarkdown, rstats
Countdown
⏲ countdown timer for R Markdown slides and HTML docs
Stars: ✭ 110 (-80.04%)
Mutual labels:  rmarkdown, rstats
githubdashboard
#rstats github flexdashboard
Stars: ✭ 40 (-92.74%)
Mutual labels:  rmarkdown, rstats
Drake Examples
Example workflows for the drake R package
Stars: ✭ 57 (-89.66%)
Mutual labels:  workflow, rstats
workshops-setup cloud analytics machine
Tips and Tricks to setup a cloud machine for Analytics and Data Science with R, RStudio and Shiny Servers, Python and JupyterLab
Stars: ✭ 12 (-97.82%)
Mutual labels:  rmarkdown, rstats
QuickLookR
macOS QuickLook plugin for R save(), saveRDS() & feather files
Stars: ✭ 41 (-92.56%)
Mutual labels:  rmarkdown, rstats
Rmarkdown Website Tutorial
Tutorial for creating websites w/ R Markdown
Stars: ✭ 26 (-95.28%)
Mutual labels:  rmarkdown, rstats
Targets
Function-oriented Make-like declarative workflows for R
Stars: ✭ 293 (-46.82%)
Mutual labels:  workflow, rstats
Talks
Repository of publicly available talks by Leon Eyrich Jessen, PhD. Talks cover Data Science and R in the context of research
Stars: ✭ 16 (-97.1%)
Mutual labels:  rmarkdown, rstats
Postcards
💌 Create simple, beautiful personal websites and landing pages using only R Markdown.
Stars: ✭ 208 (-62.25%)
Mutual labels:  rmarkdown, rstats
Drake
An R-focused pipeline toolkit for reproducibility and high-performance computing
Stars: ✭ 1,301 (+136.12%)
Mutual labels:  workflow, rstats
heddlr
Bring a functional programming mindset to R Markdown document generation
Stars: ✭ 14 (-97.46%)
Mutual labels:  rmarkdown, rstats
Awesome Blogdown
An awesome curated list of blogs built using blogdown
Stars: ✭ 80 (-85.48%)
Mutual labels:  rstats, website
rmd4sci
Rmarkdown for Scientists
Stars: ✭ 113 (-79.49%)
Mutual labels:  rmarkdown, rstats
Markdowntemplates
✅🔻 A collection of alternate R markdown templates
Stars: ✭ 287 (-47.91%)
Mutual labels:  rmarkdown, rstats
Summarytools
R Package to Quickly and Neatly Summarize Data
Stars: ✭ 390 (-29.22%)
Mutual labels:  rmarkdown, rstats

workflowr: organized + reproducible + shareable data science in R

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

hex sticker for workflowr R package

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.

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 or GitLab 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

  2. Install workflowr from CRAN:

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

Quick start

library("workflowr")

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

# 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

  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. For proper attribution, please cite our manuscript that describes the software:

Blischak JD, Carbonetto P, and Stephens M. Creating and sharing reproducible research code the workflowr way [version 1; peer review: 3 approved]. F1000Research 2019, 8:1749 (https://doi.org/10.12688/f1000research.20843.1)

To obtain a BibTeX entry, please run citation("workflowr"). Note that F1000Research publishes not only the original version but also any revisions. To check for the latest version, please go to the paper's URL.

Contributing

We welcome community contributions, especially improvements to documentation. To get started, please read the contributing guidelines. Also, please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].