-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
36 lines (36 loc) · 841 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Package: dupree
Type: Package
Title: Identify Duplicated R Code in a Project
Version: 0.3.0.9000
Author: Russ Hyde
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://russhyde.github.io/dupree/, https://github.com/russHyde/dupree
BugReports: https://github.com/russHyde/dupree/issues
License: MIT + file LICENSE
Encoding: UTF-8
Language: en-GB
LazyData: true
Suggests:
testthat (>= 2.1.0),
knitr,
rmarkdown,
covr
Imports:
dplyr (>= 1.1.0),
purrr,
tibble,
magrittr,
methods,
stringdist (>= 0.9.5.5),
lintr (>= 3.0.0),
rlang
RoxygenNote: 7.2.2
Collate:
'utils.R'
'dupree.R'
'dupree_classes.R'
'dupree_data_validity.R'
'dupree_code_enumeration.R'
'dups-class.R'