Package: SimilaR
Version: 1.0.8
Date: 2020-06-26
Title: 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.
URL: https://github.com/bartoszukm/SimilaR
BugReports: https://github.com/bartoszukm/SimilaR/issues
Type: Package
Depends: R (>= 3.1.0)
License: GPL (>= 3)
Authors@R: c(
    person("Maciej", "Bartoszuk", role = c("aut", "cre"),
    email = "bartoszuk@rexamine.com",
    comment = c(ORCID = "0000-0001-6088-8273")),
    person("Marek", "Gagolewski", role = "aut",
    email = "marek@gagolewski.com",
    comment = c(ORCID = "0000-0003-0637-6028"))
    )
Encoding: UTF-8
Imports: Rcpp (>= 0.12.0), stringi
Suggests: testthat
LinkingTo: Rcpp (>= 0.12.0), BH
SystemRequirements: C++11
RoxygenNote: 7.1.0
NeedsCompilation: yes
Packaged: 2020-06-26 02:12:53 UTC; gagolews
Author: Maciej Bartoszuk [aut, cre] (<https://orcid.org/0000-0001-6088-8273>),
  Marek Gagolewski [aut] (<https://orcid.org/0000-0003-0637-6028>)
Maintainer: Maciej Bartoszuk <bartoszuk@rexamine.com>
Repository: CRAN
Date/Publication: 2020-06-26 09:40:02 UTC
Built: R 4.1.0; x86_64-apple-darwin17.0; 2021-05-26 10:19:46 UTC; unix
Archs: SimilaR.so.dSYM
