timetraveleR.init: Init

Description Usage Arguments Details Author(s)

Description

Initialize the state of CRAN for a given date.

Usage

1
  Init(packages, deps, date, deps.types=c("depends", "imports", "linkingto"))

Arguments

packages

Dataframe containing all CRAN packages with three columns: package, version and mtime (containing release time of the package).

deps

Datafrme containing all CRAN dependencies with columns package, version, type and dependency.

date

Date of the state to create

deps.types

Dependency types to use.

Details

Returns a dataframe representing the state with columns package, version, mtime, missing.deps, installed and loaded. The two last columns are booleans telling if the package has missing dependencies, is installed on the VM and can be loaded. Column install is set to FALSE. Rows are sorted by (dependency) topological order so they can be installed in the order they appear in the dataframe.

Author(s)

Maëlick Claes <himself@maelick.net>


ecos-umons/timetraveleR documentation built on May 15, 2019, 10:07 p.m.