forked from bbsBayes/bbsBayes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
45 lines (45 loc) · 1.74 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: bbsBayes
Type: Package
Title: Hierarchical Bayesian Analysis of North American BBS Data
Version: 2.3.8.2020
Date: 2021-08-04
Authors@R: c(person("Brandon P.M.", "Edwards", role = c("aut", "cre"),
email = "edwardsb@uoguelph.ca"),
person("Adam C.", "Smith", role = "aut",
email = "adam.smith2@canada.ca"))
Imports:
progress,
jagsUI,
ggrepel,
geofacet,
ggplot2,
stringr,
grDevices,
rgdal,
dplyr,
sf,
tools,
latticeExtra,
rappdirs,
sbtools
Depends: R (>= 3.5)
SystemRequirements: JAGS 4.3.0 (https://sourceforge.net/projects/mcmc-jags/)
URL: https://github.com/BrandonEdwards/bbsBayes
NeedsCompilation: no
Description: The North American Breeding Bird Survey (BBS) is a long-running
program that seeks to monitor the status and trends of the breeding birds in
North America. Since its start in 1966, the BBS has accumulated over 50 years
of data for over 500 species of North American Birds. Given the temporal and
spatial structure of the data, hierarchical Bayesian models are used to assess
the status and trends of these 500+ species of birds. 'bbsBayes' allows you to perform
hierarchical Bayesian analysis of BBS data. You can run a full
model analysis for one or more species that you choose, or you can take
more control and specify how the data should be stratified, prepared
for 'JAGS', or modelled. The functions provided here allow you to replicate
analyses performed by the United State Geological Survey (USGS, see Link
and Sauer (2011) <doi:10.1525/auk.2010.09220>) and Canadian Wildlife Service
(CWS, see Smith and Edwards (2020) <doi:10.1101/2020.03.26.010215>).
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1