-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
38 lines (38 loc) · 984 Bytes
/
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
Package: movetrack
Title: Estimate flight tracks from telemetry data
Description: `movetrack` is an `R` package that provides simple functionality
to estimate flight tracks from telemetry data using a hidden Markov model
written in Stan.
Version: 0.4.0
License: MIT + file LICENSE
Authors@R:
person("Georg", "Rüppel", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5459-6717"))
URL: https://g-rppl.github.io/movetrack/, https://github.com/g-rppl/movetrack
BugReports: https://github.com/g-rppl/movetrack/issues
Depends:
R (>= 4.0.0)
Imports:
HDInterval,
cmdstanr,
dplyr,
lubridate,
ggplot2
Remotes:
stan-dev/cmdstanr
SystemRequirements: CmdStan (https://mc-stan.org/users/interfaces/cmdstan)
Encoding: UTF-8
VignetteBuilder:
knitr
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Suggests:
knitr,
rmarkdown,
sf,
leaflet,
sfheaders,
DiagrammeR,
testthat (>= 3.0.0)
Config/testthat/edition: 3
LazyData: true