Package: dupree
Type: Package
Title: Identify Duplicated R Code in a Project
Version: 0.2.0
Author: Russ Hyde, University of Glasgow
Maintainer: Russ Hyde <russ.hyde.data@gmail.com>
Description: Identifies code blocks that have a high level of similarity
  within a set of R files.
URL: https://github.com/russHyde/dupree
BugReports: https://github.com/russHyde/dupree/issues
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Suggests: testthat, knitr, rmarkdown, tidyr
Imports: dplyr, purrr, tibble, magrittr, methods, stringdist (>=
        0.9.5.5), lintr (>= 2.0.0), rlang
RoxygenNote: 6.1.1
Collate: 'dupree.R' 'dupree_classes.R' 'dupree_data_validity.R'
        'dupree_code_enumeration.R'
NeedsCompilation: no
Packaged: 2019-11-07 12:25:21 UTC; ah327h
Repository: CRAN
Date/Publication: 2019-11-10 19:00:02 UTC
