Skip to contents

An R shiny app for estimating Boreal Caribou Population Growth from survival and recruitment data. bboushiny is a simple and easy to use user interface for the bboutools package. Check out the bboutools package which contains more options for customizing the models.

Usage

How to Install the R Package

To install the latest version from GitHub

# install.packages("remotes")
remotes::install_github("poissonconsulting/bboushiny")

The package must be installed first before the app can be launched.

How to Launch the App

Deployed App

The current working version of the app is available at https://poissonconsulting.shinyapps.io/bboushiny/.

Using Code

Run the run_bbou_app() function.

# install.packages("bboushiny")
library(bboushiny)
run_bbou_app()

Using RStudio Addins Button

Click on the Addins drop-down and select Start bboushiny App

addin-screenshot

Overview of How to Use the App

  • Download the data templates for survival and recruitment
  • Fill in the template with data
  • Upload your data in each tab and generate estimates
  • Generate estimates for Population Growth
  • Download the results

app-home-screenshot

bbou Suite

bboushiny is part of the bbou suite of tools. Other packages in this suite include:

Contribution

Please report any issues.

Code of Conduct

Please note that the bboushiny project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.

Licensing

Copyright 2022-2023 Integrated Ecological Research and Poisson Consulting Ltd.
Copyright 2024 Province of Alberta

The documentation is released under the CC BY 4.0 License

The code is released under the Apache License 2.0