-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
53 lines (53 loc) · 1.5 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
Package: cmcR
Type: Package
Title: An Implementation of the 'Congruent Matching Cells' Method
Version: 0.1.11
Authors@R:
c(person(given = "Joe",family = "Zemmels",role = c("aut","cre"),email = "[email protected]"),
person(given = "Heike",family = "Hofmann",email = "[email protected]",role = "aut"),
person(given = "Susan",family = "VanderPlas", email ="[email protected]",role= "aut"))
Maintainer: Joe Zemmels <[email protected]>
Description: An open-source implementation of the 'Congruent Matching Cells'
method for cartridge case identification as proposed by Song (2013) <https://tsapps.nist.gov/publication/get_pdf.cfm?pub_id=911193> as well
as an extension of the method proposed by Tong et al. (2015) <doi:10.6028/jres.120.008>.
Provides a wide range of pre, inter, and post-processing options when
working with cartridge case scan data and their associated comparisons. See
the cmcR package website for more details and examples.
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.2
Imports:
magrittr,
x3ptools,
dplyr,
ggplot2 (>= 3.3.5),
imager,
purrr,
zoo,
stringr,
stats,
utils,
scales,
ggnewscale (>= 0.4.6),
quantreg,
tibble,
tidyr,
rlang,
patchwork,
ggplotify
Suggests:
knitr,
rmarkdown,
markdown,
testthat,
DT,
magick,
rgl,
covr,
gridExtra,
cowplot
VignetteBuilder: knitr
Depends:
R (>= 3.5.0)