Package: SimilaR
Version: 1.0.6
Date: 2019-07-01
Title: 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.
URL: http://similar.rexamine.com/
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"))
    )
Imports: Rcpp (>= 0.12.0), stringi
Suggests: testthat
LinkingTo: Rcpp (>= 0.12.0), BH
SystemRequirements: C++11
RoxygenNote: 6.1.1
NeedsCompilation: yes
Packaged: 2019-07-01 17:12:20 UTC; bartoszukm
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: 2019-07-01 19:20:03 UTC
