-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
34 lines (34 loc) · 953 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
Package: RWmisc
Type: Package
Title: Miscellaneous Spatial Functions
Date: 2022-02-14
Version: 0.1.2
Authors@R: person("Rob", "Williams", email = "[email protected]",
role = c("aut", "cre"), comment = c(ORCID = "0000-0001-9259-3883"))
Description: Contains convenience functions for working with spatial data across
multiple UTM zones, raster-vector operations common in the analysis of
conflict data, and converting degrees, minutes, and seconds latitude and
longitude coordinates to decimal degrees.
Depends:
R (>= 3.4.0)
Imports:
sf,
sp,
raster,
units
Suggests:
ggplot2,
geosphere,
lwgeom,
microbenchmark,
knitr,
rmarkdown,
testthat (>= 2.1.0),
covr
License: GPL (>=3)
Encoding: UTF-8
URL: https://github.com/jayrobwilliams/RWmisc
BugReports: https://github.com/jayrobwilliams/RWmisc/issues
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1