-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathDESCRIPTION
48 lines (48 loc) · 1.51 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
Package: FLightR
Type: Package
Title: Reconstruct Animal Paths from Solar Geolocation Loggers Data
Version: 0.5.6
Date: 2024-xx-xx
Authors@R: c(
person("Eldar", "Rakhimberdiev", email = "eldar.rakhimberdiev@uva.nl", role = c("aut","cre")),
person("Anatoly", "Saveliev", role = "aut"),
person("Julia", "Karagicheva", role = "aut"),
person("Simeon", "Lisovski", role = "ctb"),
person("Johannes", "de Groeve", email = "j.degroeve@uva.nl", role = "ctb"))
Description: Spatio-temporal locations of an animal are computed
from annotated data with a hidden Markov model via particle
filter algorithm. The package is relatively robust to varying
degrees of shading.
The hidden Markov model is described in Movement Ecology - Rakhimberdiev et al. (2015) <doi:10.1186/s40462-015-0062-5>,
general package description is in the Methods in Ecology and Evolution - Rakhimberdiev et al. (2017) <doi:10.1111/2041-210X.12765>
and package accuracy assessed in the Journal of Avian Biology - Rakhimberdiev et al. (2016) <doi:10.1111/jav.00891>.
URL: https://CRAN.R-project.org/package=FLightR
BugReports: https://github.com/eldarrak/FLightR/issues
Depends:
R (>= 4.1.0)
Imports:
bit,
geosphere,
ggmap,
ggplot2,
CircStats,
circular,
fields,
maps,
mgcv,
nlme,
parallel,
RcppArmadillo,
sf,
suntools,
truncnorm
License: GPL-3
ByteCompile: true
Encoding: UTF-8
RoxygenNote: 7.3.1
Suggests:
covr,
testthat,
knitr,
rmarkdown
VignetteBuilder: knitr