-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
48 lines (48 loc) · 1.17 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
Package: guerrilla
Version: 0.2.0.9001
Title: Illustrate Various Methods of Interpolation for Irregular Data
Authors@R: c(person("Michael", "Sumner",
email = "[email protected]",
role = c("aut", "cre")),
person("Marcelino", "de la Cruz",
role = "ctb",
comment = "wrote maybetin example function on R-Sig-Geo"),
person("Tomas", "Remenyi",
role = "ctb")
)
Description: Examples of interpolating irregular data, to illustrate the
mechanics of various methods and some easy tools to run them.
License: GPL-3
Encoding: UTF-8
LazyData: true
ByteCompile: true
URL: https://github.com/hypertidy/guerrilla, https://hypertidy.github.io/guerrilla/
BugReports: https://github.com/hypertidy/guerrilla/issues
Depends: R (>= 3.3.0)
Imports:
raster,
sp
Suggests:
anglr,
Rvcg,
akima,
knitr,
spatstat.geom,
geometry (>= 0.4.0),
viridis,
rmarkdown,
fields,
gstat,
palr,
readxl,
reproj,
covr,
testthat,
mgcv,
dplyr,
maps,
rgl
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)
Remotes: hypertidy/anglr
RoxygenNote: 7.1.1