-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
45 lines (45 loc) · 1.53 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
Package: popbayes
Type: Package
Version: 1.2.0.9000
Title: Bayesian Model to Estimate Population Trends from Counts Series
Authors@R: c(
person(
given = "Nicolas",
family = "Casajus",
email = "[email protected]",
role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0002-5537-5294")),
person(
given = "Roger",
family = "Pradel",
email = "[email protected]",
role = "aut",
comment = c(ORCID = "0000-0002-2684-9251")))
Description: Infers the trends of one or several animal populations over time
from series of counts. It does so by accounting for count precision
(provided or inferred based on expert knowledge, e.g. guesstimates),
smoothing the population rate of increase over time, and accounting for the
maximum demographic potential of species. Inference is carried out in a
Bayesian framework. This work is part of the FRB-CESAB working group
AfroBioDrivers
<https://www.fondationbiodiversite.fr/en/the-frb-in-action/programs-and-projects/le-cesab/afrobiodrivers/>.
URL: https://frbcesab.github.io/popbayes/, https://github.com/frbcesab/popbayes
BugReports: https://github.com/frbcesab/popbayes/issues
Depends: R (>= 3.5)
License: GPL (>= 2)
Encoding: UTF-8
LazyData: true
NeedsCompilation: no
SystemRequirements: JAGS (>= 4.1)
Imports:
graphics,
grDevices,
R2jags,
stats,
cli
Suggests:
knitr,
rmarkdown
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.0
VignetteBuilder: knitr