This website demonstrates the current basic functionality of workflowr to archive objects and restore them for later comparison.

The analysis archive.html simulates some data from a normal distribution based on a randomly chosen mean value. Each time it is committed and built, new archive files are created with wflow_archive. These are then restored for comparison with wflow_restore. The archive files are saved in archive/archive.Rmd/.

This is an early prototype with many decisions still to be made. See the section Decisions.

To install this version of workflowr for testing, install from the branch feature_archive:

devtools::install_github("jdblischak/workflowr@feature_archive",
                         build_vignettes = TRUE)

To return to the latest stable version of workflowr after testing, run the following:

devtools::install_github("jdblischak/workflowr",
                         build_vignettes = TRUE)

This R Markdown site was created with workflowr