bbousuite

bbousuite: A set of R packages to facilitate analysis of boreal caribou survival and recruitment data - Published in JOSS (2025)

https://github.com/poissonconsulting/bbousuite

Science Score: 93.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 1 DOI reference(s) in JOSS metadata
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
    Published in Journal of Open Source Software

Keywords from Contributors

ecotoxicology species-sensitivity-distribution assertion checkr
Last synced: 6 months ago · JSON representation

Repository

Easily install and load bbou (boreal caribou) R packages

Basic Info
Statistics
  • Stars: 1
  • Watchers: 1
  • Forks: 1
  • Open Issues: 1
  • Releases: 1
Created almost 2 years ago · Last pushed 9 months ago
Metadata Files
Readme Changelog Contributing License Support

README.Rmd

---
output: github_document
---



```{r, include = FALSE}
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  fig.width = 5,
  fig.height = 4
)
library(bboutools)
```

# bbousuite


[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[![R-CMD-check](https://github.com/poissonconsulting/bbousuite/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/poissonconsulting/bbousuite/actions/workflows/R-CMD-check.yaml)
[![Codecov test coverage](https://codecov.io/gh/poissonconsulting/bbousuite/branch/main/graph/badge.svg)](https://app.codecov.io/gh/poissonconsulting/bbousuite?branch=main)


The goal of `bbousuite` is to make it easy to install and load the (`bbou`) suite of
R packages for **B**oreal cari**BOU**.

The `bbou`suite is a set of R packages to facilitate simulation and analysis of boreal caribou survival and recruitment data to estimate population growth.  

It consists of:  

- [`bboudata`](https://poissonconsulting.github.io/bboudata/), a collection of simulated and anonymized empirical survival and recruitment datasets.  
- [`bboutools`](https://poissonconsulting.github.io/bboutools/), a set of functions to estimate population growth in a Bayesian or Maximum Likelihood (ML) framework, implemented under the hood using the [Nimble](https://r-nimble.org) R package.  
- [`bboushiny`](https://poissonconsulting.github.io/bboushiny/), a Graphical User Interface (GUI) to `bboutools`.    
- [`bbouretro`](https://poissonconsulting.github.io/bbouretro/), a set of functions to estimate population growth using traditional frequentist methods.  
- [`bbousims`](https://poissonconsulting.github.io/bbousims/), a set of functions to simulate survival and recruitment data from hypothetical radio-collaring and composition surveys.  

Each R package has a website with function documentation and a 'Get Started' guide.  
If you are completely new to the `bbou` suite, we recommend taking a look at the [bboutools 'Get Started' guide](https://poissonconsulting.github.io/bboutools/articles/bboutools.html) as this demonstrates core functionality and methods.

There are also several vignettes, including `bboutools` [analytical methods](https://poissonconsulting.github.io/bboutools/articles/methods.html) and [prior selection](https://poissonconsulting.github.io/bboutools/articles/priors.html), `bbouretro` [analytical methods](https://poissonconsulting.github.io/bbouretro/articles/retro-methods.html), using [`bbousims` with `bboutools`](https://poissonconsulting.github.io/bbousims/articles/bboutools.html), and comparison of Bayesian and traditional method estimates with [empirical](https://poissonconsulting.github.io/bbousuite/articles/empirical-comparisons.html) and [simulated](https://poissonconsulting.github.io/bbousuite/articles/simulations.html) data. 


## Installation

You can install the latest version of `bbousuite` from [GitHub](https://github.com/poissonconsulting/bbousuite) with:

``` r
# install.packages("remotes")
remotes::install_github("poissonconsulting/bbousuite")
```

## Load

To load `bbousuite`

```{r}
library(bbousuite)
```

### Packages

The packages installed and loaded by `bbousuite` suite are:

- [bboudata](https://github.com/poissonconsulting/bboudata)
- [bbouretro](https://github.com/poissonconsulting/bbouretro)
- [bboutools](https://github.com/poissonconsulting/bboutools)
- [bbousims](https://github.com/poissonconsulting/bbousims)
- [bboushiny](https://github.com/poissonconsulting/bboushiny)

## Inspiration

`bbousuite` was inspired by the [`tidyverse`](https://github.com/tidyverse/tidyverse) package.

## Getting Help or Reporting an Issue

To report bugs/issues/feature requests, please file an [issue](https://github.com/poissonconsulting/bbousuite/issues/).

## How to Contribute

If you would like to contribute to the package, please see our 
[CONTRIBUTING](https://github.com/poissonconsulting/bbousuite/blob/master/.github/CONTRIBUTING.md) guidelines.

## Code of Conduct

Please note that the bbou project is released with a [Contributor Code of Conduct](https://contributor-covenant.org/version/2/1/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms.

```{r, results = "asis", echo = FALSE}
cat(licensing_md())
```

Owner

  • Name: Poisson Consulting Ltd.
  • Login: poissonconsulting
  • Kind: organization
  • Email: software@poissonconsulting.ca
  • Location: Nelson, BC, Canada

Computational Biology and Statistical Ecology

JOSS Publication

bbousuite: A set of R packages to facilitate analysis of boreal caribou survival and recruitment data
Published
May 30, 2025
Volume 10, Issue 109, Page 7997
Authors
Seb Dalgarno ORCID
Poisson Consulting, Canada
John Boulanger ORCID
Integrated Ecological Research, Canada
Ayla Pearson ORCID
Poisson Consulting, Canada
Joe Thorley ORCID
Poisson Consulting, Canada
Troy Hegel
Province of Alberta, Canada
Barry Nobert
Province of Alberta, Canada
Dave Hervieux
Province of Alberta, Canada
Editor
Ethan White ORCID
Tags
boreal caribou Bayesian maximum likelihood survival recruitment population growth

GitHub Events

Total
  • Release event: 1
  • Watch event: 1
  • Delete event: 4
  • Issue comment event: 1
  • Push event: 47
  • Pull request event: 9
  • Create event: 4
Last Year
  • Release event: 1
  • Watch event: 1
  • Delete event: 4
  • Issue comment event: 1
  • Push event: 47
  • Pull request event: 9
  • Create event: 4

Committers

Last synced: 6 months ago

All Time
  • Total Commits: 139
  • Total Committers: 6
  • Avg Commits per committer: 23.167
  • Development Distribution Score (DDS): 0.338
Past Year
  • Commits: 78
  • Committers: 4
  • Avg Commits per committer: 19.5
  • Development Distribution Score (DDS): 0.115
Top Committers
Name Email Commits
Seb Dalgarno s****b@p****a 92
Joe Thorley j****e@p****a 20
Ayla Pearson a****a@p****a 15
Sarah Lyons s****h@p****a 6
Duncan Kennedy d****n@p****a 4
Nicole Hill n****e@p****a 2
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 3
  • Total pull requests: 11
  • Average time to close issues: 5 days
  • Average time to close pull requests: 17 days
  • Total issue authors: 2
  • Total pull request authors: 5
  • Average comments per issue: 1.0
  • Average comments per pull request: 0.18
  • Merged pull requests: 11
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 1
  • Pull requests: 7
  • Average time to close issues: 11 days
  • Average time to close pull requests: 1 day
  • Issue authors: 1
  • Pull request authors: 3
  • Average comments per issue: 2.0
  • Average comments per pull request: 0.0
  • Merged pull requests: 7
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • sebdalgarno (2)
  • see24 (1)
  • aylapear (1)
Pull Request Authors
  • sebdalgarno (12)
  • aylapear (5)
  • sarahLy9 (2)
  • nehill197 (2)
  • joethorley (2)
Top Labels
Issue Labels
:bulb: Feature (1) :grey_question: Question (1) :hammer_and_wrench: Refactor (1) :information_source: README (1) :lady_beetle: Bug (1) :memo: Docs (1) :triangular_ruler: Testing (1)
Pull Request Labels
:bulb: Feature (1)

Dependencies

.github/workflows/R-CMD-check.yaml actions
  • actions/checkout v4 composite
  • r-lib/actions/check-r-package v2 composite
  • r-lib/actions/setup-pandoc v2 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite
.github/workflows/pkgdown.yaml actions
  • JamesIves/github-pages-deploy-action v4.5.0 composite
  • actions/checkout v4 composite
  • r-lib/actions/setup-pandoc v2 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite
.github/workflows/test-coverage.yaml actions
  • actions/checkout v4 composite
  • actions/upload-artifact v4 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite
DESCRIPTION cran
  • bboudata * imports
  • bbouretro * imports
  • bboushiny * imports
  • bbousims * imports
  • bboutools * imports
  • testthat >= 3.0.0 suggests
.github/workflows/paper.yaml actions
  • actions/checkout v4 composite
  • actions/upload-artifact v1 composite
  • openjournals/openjournals-draft-action master composite