Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.
/ updraft Public archive

R package for building flexible workflows

License

Notifications You must be signed in to change notification settings

uptake/updraft

Repository files navigation

UpDraft - An R Based Workflow Manager

Build Status codecov

This package is intended to build and execute modular based R workflows. UpDraft workflows are built through R6 classes and can be saved to disk in JSON format. UpDraft workflow execution supports both serial and parallel execution without a user needing to directly interface with a multiprocessing or scheduling library. Plus, UpDraft can visualize workflows. It's pretty cool.

Documentation

All public functions and R6 classes are Roxygen documented.

Vignettes are coming soon!

Status

Currently in an alpha state. Backwards compatibility not guaranteed until a 1.0 Release!