rscc

Compares R code in files or expressions and computes similarity coefficients for them.

View the vignette on GitHub or after installing with

library("rscc")
vignette("rscc") 

Installation

From CRAN

install.packages("rscc")

From github

Note that from github you install the current development version.

library("devtools")
install_github("sigbertklinke/rscc")

History