-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
30 lines (30 loc) · 962 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
Package: ssdeepr
Type: Package
Title: Context Triggered Piecewise Hash Computation Using 'ssdeep'
Version: 0.2.1
Date: 2020-03-12
Authors@R: c(
person("Bob", "Rudis", email = "bob@rud.is", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5670-2640"))
)
Maintainer: Bob Rudis <bob@rud.is>
Description: The ssdeep project provides an open source library <https://github.com/ssdeep-project/ssdeep/>
context triggered piecewise hashing. Methods are provided to compute and compare
hashes from character/byte streams.
URL: https://git.rud.is/hrbrmstr/ssdeepr
BugReports: https://git.rud.is/hrbrmstr/ssdeepr/issues
RequiresCompilation: yes
SystemRequirements: libfuzzy <https://ssdeep-project.github.io/ssdeep/index.html#platforms>
Encoding: UTF-8
License: MIT + file LICENSE
Suggests:
covr, tinytest
Depends:
R (>= 3.2.0)
Imports:
Rcpp,
magrittr
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.0.2
LinkingTo:
Rcpp