-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
54 lines (54 loc) · 1.56 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
49
50
51
52
53
54
Package: stxplore
Type: Package
Title: Exploration of Spatio-Temporal Data
Version: 0.1.0
Authors@R: c(
person("Sevvandi", "Kandanaarachchi", email = "[email protected]",
role = c("aut", "cre"), comment = c(ORCID = "0000-0002-0337-0395")),
person("Petra", "Kuhnert", email = "[email protected]",
role = c("aut"), comment = c(ORCID = "0000-0001-9070-0091")),
person("Andrew", "Zammit-Mangion", email = "[email protected]",
role = c("ctb"), comment = c(ORCID = "0000-0002-4164-6866")),
person("Christopher", "Wikle", email = "[email protected]",
role = c("ctb"))
)
Maintainer: Sevvandi Kandanaarachchi <[email protected]>
Description: A set of statistical tools for spatio-temporal data exploration.
Includes simple plotting functions, covariance calculations and computations
similar to principal component analysis for spatio-temporal data. Can use
both dataframes and stars objects for all plots and computations. For more
details refer 'Spatio-Temporal Statistics with R' (Christopher K. Wikle,
Andrew Zammit-Mangion, Noel Cressie, 2019, ISBN:9781138711136).
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
LazyDataCompression: gzip
Imports:
fields,
ggmap,
ggplot2,
ggridges,
gridExtra,
gstat,
lubridate,
magrittr,
RColorBrewer,
rlang,
sp,
spacetime,
stars,
stats,
tidyr
RoxygenNote: 7.2.1
Depends:
R (>= 2.10)
Suggests:
dplyr,
knitr,
rmarkdown,
ncmeta,
units,
maps,
cubelyr
VignetteBuilder: knitr
URL: https://sevvandi.github.io/stxplore/