-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy pathDESCRIPTION
57 lines (57 loc) · 1.5 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
55
56
57
Package: spatialEco
Type: Package
Title: Spatial Analysis and Modelling Utilities
Version: 2.0-3
Date: 2024-04-03
Authors@R: c(
person(family="Evans", given="Jeffrey S.", email = "jeffrey_evans@tnc.org",
role = c("aut", "cre"), comment = c(ORCID = "0000-0002-5533-7044")),
person(family="Murphy", given="Melanie A.", role = "ctb"),
person(family="Ram", given="Karthik", role = "ctb") )
Description: Utilities to support spatial data manipulation, query, sampling
and modelling in ecological applications. Functions include models for species
population density, spatial smoothing, multivariate separability, point process
model for creating pseudo- absences and sub-sampling, Quadrant-based sampling and
analysis, auto-logistic modeling, sampling models, cluster optimization, statistical
exploratory tools and raster-based metrics.
Depends: R (>= 4.2)
Imports:
sf,
terra
Suggests:
alphahull,
spatstat.geom (>= 3.0-3),
spatstat.explore,
spdep,
ks,
cluster,
readr,
RCurl,
RANN,
rms,
yaImpute,
mgcv,
zyp,
SpatialPack (>= 0.3),
MASS,
caret,
dplyr,
earth,
Matrix,
gstat,
spatstat.data,
methods,
units,
sp,
stringr,
lwgeom,
geodata
Maintainer: Jeffrey S. Evans <jeffrey_evans@tnc.org>
License: GPL-3
URL: https://github.com/jeffreyevans/spatialEco, https://jeffreyevans.github.io/spatialEco/
BugReports: https://github.com/jeffreyevans/spatialEco/issues
NeedsCompilation: no
Repository: CRAN
LazyData: true
Encoding: UTF-8
RoxygenNote: 7.2.3