Package: cmpsR Title: R Implementation of Congruent Matching Profile Segments Method Version: 0.1.2 Authors@R: c( person("Wangqian", "Ju", email = "wju@iastate.edu", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-9977-377X")), person("Heike", "Hofmann", email = "hofmann@iastate.edu", role = "ctb", comment=c(ORCID="0000-0001-6216-5183")) ) Description: This is an open-source implementation of the Congruent Matching Profile Segments (CMPS) method (Chen et al. 2019). In general, it can be used for objective comparison of striated tool marks, and in our examples, we specifically use it for bullet signatures comparisons. The CMPS score is expected to be large if two signatures are similar. So it can also be considered as a feature that measures the similarity of two bullet signatures. Imports: assertthat (>= 0.2.0), dplyr (>= 1.0.5), rlang (>= 0.4.5), ggplot2 (>= 3.3.0) Suggests: purrr, tidyverse, ggpubr, knitr, rmarkdown License: GPL-3 Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE) RoxygenNote: 7.1.2 Depends: R (>= 3.5.0) VignetteBuilder: knitr Repository: https://willju-wangqian.r-universe.dev Date/Publication: 2022-10-20 17:43:28 UTC RemoteUrl: https://github.com/willju-wangqian/cmpsr RemoteRef: HEAD RemoteSha: 87baa1bf111639894daffc9e8eb385290ceb55c8 NeedsCompilation: yes Packaged: 2026-06-23 07:31:14 UTC; root Author: Wangqian Ju [aut, cre] (ORCID: ), Heike Hofmann [ctb] (ORCID: ) Maintainer: Wangqian Ju