Learn R Programming

SimilaR (version 1.0.8)

R Source Code Similarity Evaluation

Description

An implementation of a novel method to quantify the similarity of 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 amongst students' assignments.

Copy Link

Version

Install

install.packages('SimilaR')

Version

1.0.8

License

GPL (>= 3)

Issues

Pull Requests

Stars

Forks

Last Published

June 26th, 2020

Functions in SimilaR (1.0.8)

SimilaR_fromDirectory

Quantify the Similarity of Pairs of R Functions
SimilaR-package

The SimilaR Package