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 template for the tab
  • Fill in the template with data
  • Upload your data and generate an estimate
  • Do this for both survival and recruitment
  • Generate an estimate 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.