Learn R Programming

⚠️There's a newer version (1.0.8) of this package.Take me there.

SimilaR (version 1.0.6)

R Source Code Similarity Evaluation

Description

An implementation of a novel method to quantify the similarity the code-base of R functions by means of program dependence graphs. Possible use cases include detection of code clones for improving software quality and of plagiarism among students' homework assignments.

Copy Link

Version

Install

install.packages('SimilaR')

Monthly Downloads

38

Version

1.0.6

License

GPL (>= 3)

Maintainer

Maciej Bartoszuk

Last Published

July 1st, 2019

Functions in SimilaR (1.0.6)

SimilaR_fromDirectory

Quantify Similarity of All Pairs of Functions
SimilaR-package

The SimilaR Package
SimilaR_fromTwoFunctions

Quantify Similarity of Two Functions