https://github.com/cran/bbsBayes
Raw File
Tip revision: 3873ceb2dde392d1f7b36b30537868137d66e996 authored by Brandon P.M. Edwards on 27 February 2023, 17:32:30 UTC
version 2.5.3
Tip revision: 3873ceb
DESCRIPTION
Package: bbsBayes
Type: Package
Title: Hierarchical Bayesian Analysis of North American BBS Data
Version: 2.5.3
Date: 2023-02-18
Authors@R: c(person("Brandon P.M.", "Edwards", role = c("aut", "cre"),
                     email = "brandonedwards3@cmail.carleton.ca"),
              person("Adam C.", "Smith", role = "aut",
                      email = "adam.smith2@canada.ca"))
Imports: progress, jagsUI, ggrepel, geofacet, ggplot2, stringr,
        grDevices, dplyr, sf, tools, rappdirs, sbtools, mgcv
Depends: R (>= 3.5)
SystemRequirements: JAGS 4.3.0
        (https://sourceforge.net/projects/mcmc-jags/)
URL: https://github.com/bbsBayes/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
Packaged: 2023-02-27 18:10:25 UTC; brand
Author: Brandon P.M. Edwards [aut, cre],
  Adam C. Smith [aut]
Maintainer: Brandon P.M. Edwards <brandonedwards3@cmail.carleton.ca>
Repository: CRAN
Date/Publication: 2023-02-27 18:32:30 UTC
back to top