-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
35 lines (35 loc) · 1.02 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
Package: bulletr
Title: Algorithms for Matching Bullet Lands
Authors@R: c(
person("Eric", "Hare", email = "[email protected]", role = c("aut", "cre")),
person("Heike", "Hofmann", email = "[email protected]", role = "aut"),
person("Ganesh", "Krishnan", email = "[email protected]", role = "aut"))
Version: 0.1.0.9003
License: MIT
Date: 2018-02-08
Description: Analyze bullet lands using nonparametric methods. We provide a
reading routine for x3p files (see <http://www.openfmc.org> for more
information) and a host of analysis functions designed to assess the
probability that two bullets were fired from the same gun barrel.
URL: https://github.com/csafe-isu/bulletr
BugReports: https://github.com/csafe-isu/bulletr/issues
Imports:
xml2,
zoo,
ggplot2,
plyr,
dplyr,
reshape2,
plotly,
robustbase,
smoother,
readr (>= 1.1.0),
digest (>= 0.6.12),
rgl,
x3ptools
Depends:
R (>= 3.1)
Suggests: knitr, rmarkdown
VignetteBuilder: knitr
RoxygenNote: 6.0.1
LazyData: true