-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathDESCRIPTION
38 lines (38 loc) · 959 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
32
33
34
35
36
37
38
Package: cholera
Type: Package
Title: Amend, Augment and Aid Analysis of John Snow's Cholera Map
Version: 0.8.0.9524
Date: 2025-01-08
Authors@R: person("lindbrook", email = "[email protected]",
role = c("aut", "cre"))
Description: Amends errors, augments data and aids analysis of John Snow's map
of the 1854 London cholera outbreak.
URL: https://github.com/lindbrook/cholera
BugReports: https://github.com/lindbrook/cholera/issues
License: GPL (>= 2)
LazyData: true
Depends: R (>= 3.5)
Imports: curl,
deldir (>= 1.0-2),
elevatr,
geosphere,
HistData (>= 0.7-8),
igraph,
KernSmooth,
pracma,
RColorBrewer,
rlang,
sp,
tanaka,
terra,
threejs,
TSP,
viridisLite
Suggests: ggplot2,
knitr,
rmarkdown
VignetteBuilder: knitr
RoxygenNote: 7.3.2
Roxygen: list(old_usage = TRUE)
Encoding: UTF-8
Language: en-US