maintaineR.clones: Clones

Description Usage Arguments Value Author(s)

Description

Clones manipulation functions

Usage

1
2
3
4
ClonesWith(packages, cran)
Clones(packages, cran)
CloneGraph(cran, state, min.size=10, min.loc=3)
SimplifyCloneGraph(g)

Arguments

packages

Packages data.table.

cran

CRAN data.

state

CRAN snapshot.

min.size

Minimum AST size to consider.

min.loc

Minimum # LOC to consider.

g

Clone graph.

Value

Clones returns a subset of cran$clones contaning the functions from packages which are duplicated in other CRAN packages.

ClonesWith returns a subset of cran$clones contaning the clones wth packages contained in other CRAN packages.

CloneGraph returns the clone graph for a given state.

SimplifyCloneGraph simplifies the clone graph by merging multiple edges between two nodes.

Author(s)

Maëlick Claes <himself@maelick.net>


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