deltas: Transform a graph of commits into a graph of deltas.

Description Usage Arguments Details Value

Description

history_to_deltas is the main function which orchestrates the transformation.

is_deltas verifies if the given object is a valid deltas structure.

Usage

1
2
3

Arguments

hist

List of commits.

x

Object to be tested.

Details

A delta is an introduction of a new artifact (object, plot, printout) in the R session. Graph of deltas is easier to read for a person than a graph of commits becase only the relevant (new) information is shown in each node of the graph. Thus, translating from commits to deltas is the first step to present the history of changes in R session recorded in commits.

Value

Object of S3 class deltas.


lbartnik/repository documentation built on May 28, 2019, 9:50 a.m.