-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
32 lines (32 loc) · 1.23 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
Package: MSDM
Type: Package
Title: Methods to deal with overprediction of species distribution models
Version: 1.0.0
Authors@R:
c(person(given = "Poliana",
family = "Mendes",
role = c("aut"),
comment = c(ORCID = "0000-0001-6061-3245")),
person(given = "Santiago J.E.",
family = "Velazco",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-7527-0967")),
person(given = "Andre F.A.",
family = "Andrade",
role = c("aut"),
comment = c(ORCID = "0000-0002-6134-3176")),
person(given = "Paulo",
family = "De Marco ",
role = c("aut"),
comment = c(ORCID = "0000-0002-3628-6405")))
Maintainer: Santiago J.E. Velazco <[email protected]>
Description: A collection of methods for reducing overprediction of species distribution models.
License: GPL (>= 2)
Depends: R (>= 3.5.0)
Imports: raster, rgdal, flexclust, sp, dismo, geosphere, methods, igraph
URL: https://sjevelazco.github.io/MSDM, https://github.com/sjevelazco/MSDM
BugReports: https://github.com/sjevelazco/MSDM/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1