-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathDESCRIPTION
More file actions
53 lines (53 loc) · 2.16 KB
/
DESCRIPTION
File metadata and controls
53 lines (53 loc) · 2.16 KB
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
Package: track2KBA
Title: Identifying Important Areas from Animal Tracking
Data
Version: 1.1.3
Authors@R: c(
person("Martin", "Beal", email = "martinbeal88@gmail.com", role = c("aut","cre"), comment = c(ORCID = "0000-0003-1654-1410")),
person("Steffen", "Oppel", email = "steffen.oppel@gmail.com", role = "aut", comment = c(ORCID = "0000-0002-8220-3789")),
person("Maria", "Dias", email = "maria.dias@birdlife.org", role = "aut", comment = c(ORCID = "0000-0002-7281-4391")),
person("Mark", "Miller", email = "mark.gr.miller@gmail.com", role = "ctb"),
person("Phillip", "Taylor",email = "philiprhodritaylor@googlemail.com", role = "ctb"),
person("Virginia", "Morera-Pujol", email = "morera.virginia@gmail.com ", role = "ctb", comment = c(ORCID = "0000-0001-6500-5548")),
person("Elizabeth", "Pearmain", email = "lizzie.pearmain@birdlife.org", role = "ctb", comment = c(ORCID = "0000-0002-6600-1482")),
person("Jonathan", "Handley", email = "Jonathan.Handley@birdlife.org", role = "ctb", comment = c(ORCID = "0000-0001-6468-338X")),
person("Ben", "Lascelles", email = "benlasc@gmail.com", role = "ctb"))
URL: https://github.com/BirdLifeInternational/track2kba
Description: Functions for preparing and analyzing animal tracking data,
with the intention of identifying areas which are potentially important at
the population level and therefore of conservation interest. Areas identified
using this package may be checked against global or regionally-defined criteria,
such as those set by the Key Biodiversity Area program. The method
published herein is described in full in Beal et al. 2021 <doi:10.1111/2041-210X.13713>.
Depends: R (>= 2.10)
License: LGPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
BugReports: https://github.com/BirdLifeInternational/track2kba/issues
Suggests:
adehabitatLT,
doParallel,
knitr,
parallel,
rmarkdown,
tinytest
VignetteBuilder: knitr
Imports:
adehabitatHR,
dplyr,
foreach,
geosphere,
ggplot2,
lubridate,
magrittr,
maps,
Matching,
methods,
move,
purrr,
raster (>= 3.6-3),
rlang,
sf (>= 0.7-4),
sp (>= 1.5-0),
tidyr