-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
48 lines (48 loc) · 1.03 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: spEcula
Title: Spatial Prediction Methods In R
Version: 0.1.3.9900
Authors@R: c(
person("Wenbo", "Lv", , "lyu.geosocial@gmail.com", role = c("aut", "cre"),
comment = c(ORCID = "0009-0002-6003-3800")),
person("Yangyang", "Lei", , "2237768656@qq.com", role = c("aut"),
comment = c(ORCID = "0009-0002-6518-3613"))
)
Description: Advanced spatial prediction methods based on various spatial relationships.
License: GPL-3
URL: https://github.com/SpatLyu/spEcula, https://spatlyu.github.io/spEcula/
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Imports:
stats,
parallel,
tibble,
dplyr (>= 1.1.0),
purrr,
tidyr,
ggplot2,
magrittr,
sf,
ggrepel
Depends:
R (>= 4.1.0)
LazyData: true
Suggests:
knitr,
terra,
tidyverse,
tidyterra,
rmarkdown,
skimr,
car,
ggpubr,
moments,
cowplot,
viridis,
mapview,
readxl,
writexl,
DescTools,
PerformanceAnalytics,
tictoc
VignetteBuilder: knitr