repository: Object Repository for R

Description Usage Arguments

Description

Tracks full history of multiple consecutive R sessions.

is_repository verifies whether x is a repository object.

repository_update appends a new commit to the repository.

repository_rewind changes the internal pointer to the last commit and, if id denotes a historical commit, sets it to that value. Subsequent commits will be recorded as descendants of commit id.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
repository(store)

is_repository(x)

## S3 method for class 'repository'
print(x, ...)

## S3 method for class 'repository'
toString(x, ...)

repository_update(repo, env, plot, expr)

repository_rewind(repo, id)

Arguments

store

Read and write objects into this storage.

x

Object to be tested, converted or printed.

...

further arguments passed to or from other methods.

repo

A repository object.

env

Environment to create a commit from (e.g. globalenv).

plot

A recorded plot (see grDevices::recordPlot).

expr

The expression related to the most recent changed in env.

id

commit identifier.


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