-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
42 lines (42 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
33
34
35
36
37
38
39
40
41
42
Package: patter
Title: Particle Filters, Smoothers and Samplers for Animal Movement Modelling
Version: 1.0.1
Authors@R:
person("Edward", "Lavender",
email = "edward.lavender@eawag.ch",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-8040-7489"))
Description: Particle filters, smoothers and sampling algorithms for animal movement modelling, with a focus on passive acoustic telemetry systems. This methodology enables the reconstruction of movement paths and patterns of space use. The methodology unifies a suite of methods formerly known as the flapper algorithms and supersedes the {flapper} package.
License: MIT + file LICENSE
Imports:
data.table,
dplyr,
dtplyr,
collapse,
glue,
JuliaCall,
lubridate,
rlang,
terra (>= 1.7.71)
Suggests:
av,
curl,
knitr,
rmarkdown,
pbapply,
sf,
spatstat.explore,
spatstat.geom,
spelling,
testthat (>= 3.0.0),
truncdist
Depends: R (>= 4.1)
Config/testthat/edition: 3
URL: https://github.com/edwardlavender/patter/
BugReports: https://github.com/edwardlavender/patter/issues/
Encoding: UTF-8
Language: en-GB
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
LazyData: true
VignetteBuilder: knitr