-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
49 lines (49 loc) · 1.52 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
Package: oneimpact
Type: Package
Title: Tools for the assessment of the cumulative impacts of anthropogenic
features in ecological studies
Version: 0.1.1
Authors@R: c(
person("Bernardo", "Niebuhr", email = "bernardo_brandaum@yahoo.com.br",
role = c("aut", "cre"), comment = c(ORCID = "0000-0002-0453-315X")),
person("Manuela", "Panzacchi", email = "manuela.panzacchi@nina.no",
role = "aut"),
person("Bram", "van Moorter", email = "bram.van.moorter@nina.no",
role = "aut", comment = c(ORCID = "0000-0002-3196-1993")))
Description: The package presents a set of tools to assess cumulative impacts
of anthropogenic features and activity on biodiversity. This includes
tools to calculate the zone of influence (ZOI) of anthropogenic variables as well as
tools for model fitting, estimation of the effect size and ZOI, and
ancillary functions. The functions dealing with spatial data processing can
be run in both R and GRASS GIS, using R as an interface.
Depends:
R (>= 4.1)
Imports:
dplyr,
tibble,
purrr,
rgrass,
terra,
sf,
ggplot2,
scales
Suggests:
raster,
landscapetools,
smoothie,
knitr,
rmarkdown,
mobsim,
NLMR
Remotes:
MoBiodiv/mobsim,
ropensci/NLMR
License: GPL-3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
URL: https://github.com/NINAnor/oneimpact,
https://ninanor.github.io/oneimpact/
BugReports: https://github.com/NINAnor/oneimpact/issues
VignetteBuilder: knitr