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()
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