Package: rscc Type: Package Title: R Source Code Similarity Evaluation by Variable/Function Names Version: 0.2.1 Date: 2022-01-20 Authors@R: c(person("Sigbert", "Klinke", email="sigbert@hu-berlin.de", role=c("aut", "cre"))) Description: Evaluates R source codes by variable and/or functions names. Similar source codes should deliver similarity coefficients near one. Since neither the frequency nor the order of the used names is considered, a manual inspection of the R source code is required to check for similarity. Possible use cases include detection of code clones for improving software quality and of plagiarism amongst students' assignments. License: GPL-3 URL: https://github.com/sigbertklinke/rscc (development version) Imports: crayon, formatR, highlight, igraph, tm Encoding: UTF-8 RoxygenNote: 7.1.2 Suggests: rmarkdown, knitr VignetteBuilder: knitr Config/pak/sysreqs: libglpk-dev libxml2-dev Repository: https://sigbertklinke.r-universe.dev Date/Publication: 2022-01-20 11:34:03 UTC RemoteUrl: https://github.com/sigbertklinke/rscc RemoteRef: HEAD RemoteSha: 32f20aa4a6c549240ff14da3cfea6b95c8e02801 NeedsCompilation: no Packaged: 2026-06-12 09:09:50 UTC; root Author: Sigbert Klinke [aut, cre] Maintainer: Sigbert Klinke