forked from meganwinton/TelemetrySpace
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
51 lines (51 loc) · 1.81 KB
/
DESCRIPTION
File metadata and controls
51 lines (51 loc) · 1.81 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
Package: TelemetrySpace
Version: 1.2.0
Title: Spatial point process and random field models for electronic tagging data
Description: A collection of tools to fit spatial models to several types of telemetry data. Models are provided to account for the detection process when estimating individual centers of activity from acoustic telemetry data and to incorporate data from stationary test transmitters when available. Bayesian versions of models are fitted using Stan (http://mc-stan.org/). Maximum likelihood versions are fitted using Template Model Builder (https://kaskr.github.io/adcomp/index.html).
Authors@R: c(
person("Megan", "Winton", email = "megan.winton@gmail.com", role = "aut",
comment = c(ORCID = "0000-0003-2628-7022")),
person("Michael", "O'Brien", email = "mike@obrien.page", role = c("cre", "aut"),
comment = c(ORCID = "0000-0003-1420-6395")),
person("Benjamin L.", "Hlina", email = "benjamin.hlina@gmail.com", role = "aut",
comment = c(ORCID = "0000-0002-4178-4900")))
License: GPL (>=3)
Depends:
R (>= 3.5),
Rcpp (>= 0.12.17)
Imports:
cli,
dplyr,
methods,
RcppParallel (>= 5.0.1),
rlang,
rstan (>= 2.18.1),
rstantools (>= 2.4.0),
stats
Suggests:
ggplot2,
ggpubr,
hexbin,
knitr,
rmarkdown,
testthat (>= 3.0.0),
tidyr
LinkingTo:
BH (>= 1.66.0-1),
Rcpp (>= 0.12.17),
RcppEigen (>= 0.3.3.4.0),
RcppParallel (>= 5.0.1),
rstan (>= 2.18.1),
StanHeaders (>= 2.18.0)
Encoding: UTF-8
LazyData: true
ByteCompile: true
SystemRequirements: GNU make
NeedsCompilation: yes
Biarch: true
Config/testthat/edition: 3
RoxygenNote: 7.3.2
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)
URL: https://telemetryspace.trackyverse.org, https://github.com/trackyverse/TelemetrySpace
BugReports: https://github.com/trackyverse/TelemetrySpace/issues