-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
57 lines (57 loc) · 1.43 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
49
50
51
52
53
54
55
56
57
Package: moultmcmc
Title: Bayesian Inference for Avian Moult Phenology Models
Version: 0.1.0
Date: 2023-02-15
Authors@R:
person(given = "Philipp",
family = "Boersch-Supan",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-6723-6833"))
Description: Precompiled Stan models to conduct full Bayesian inference in regression models for the phenology of avian primary moult based on the approach of Underhill & Zucchini (1988) <DOI:10.1111/j.1474-919X.1988.tb00993.x> and related hierarchical models to accommodate repeated-measures data (within-season recaptures of individuals).
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
Biarch: true
Depends:
R (>= 3.4.0)
Imports:
methods,
Rcpp (>= 0.12.0),
RcppParallel (>= 5.0.1),
rstan (>= 2.18.1),
rstantools (>= 2.1.1),
loo,
tibble,
stringr,
dplyr,
ggplot2,
stats,
magrittr,
rlang,
nlme,
cowplot,
tidyr,
MASS,
RColorBrewer,
moult (>= 2.3.0),
matrixStats
LinkingTo:
BH (>= 1.66.0),
Rcpp (>= 0.12.0),
RcppEigen (>= 0.3.3.3.0),
RcppParallel (>= 5.0.1),
rstan (>= 2.18.1),
StanHeaders (>= 2.18.0)
Remotes:
cran/moult
SystemRequirements: GNU make
Suggests:
testthat (>= 3.0.0),
knitr,
rmarkdown,
remotes
Config/testthat/edition: 3
VignetteBuilder: knitr