-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
31 lines (31 loc) · 949 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
Package: scored
Type: Package
Title: Compute similarity scores between cartridge cases
Version: 0.1.0
Authors@R:
c(person(given = "Joseph",family = "Zemmels",role = c("aut","cre"),email = "[email protected]"),
person(given = "Heike",family = "Hofmann",role = c("aut"),email = "[email protected]"),
person(given = "Susan",family = "VanderPlas",role = c("aut"),email = "[email protected]"),
person("CSAFE",role = c("fnd"),comment = "Center for Statistics and Applications in Forensic Evidence"))
Description: Compute features and similarity scores between cartridge cases based on their breech face impressions
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
Depends:
R (>= 3.5)
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Imports:
magrittr,
cmcR,
impressions,
dbscan,
dplyr,
purrr,
MASS
Remotes:
jzemmels/impressions
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr