-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
29 lines (29 loc) · 1.02 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
Package: insights
Title: An R implementation of the InSiGHTS framework
Version: 0.6
Year: 2024
Authors@R:
person("Martin", "Jung", , "jung@iiasa.ac.at", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-7569-1390"))
Description: The package provides an implementation of the InSiGHTS modelling framework for creating climate and land-use indicators. This package acts a simple wrapper to do an area-of-habitat refinements on top of climatic envelope models or species distribution models (SDMs). By default it is assumed that such models are obtained through the ibis.iSDM package and this package contains a simple wrapper to link the two approaches.
License: CC BY 4.0
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Imports:
ibis.iSDM,
sf (>= 1.0-17),
terra (>= 1.7-80),
stars (>= 0.6-7),
lwgeom (>= 0.2-10),
assertthat,
lubridate,
tibble,
dplyr
Remotes:
iiasa/ibis.iSDM
Depends:
R (>= 4.2.0)
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3