forked from poissonconsulting/bboudata
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.Rmd
61 lines (43 loc) · 1.87 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
---
output: github_document
---
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
options(tibble.print_min = 5, tibble.print_max = 5)
```
<!-- badges: start -->
[![Lifecycle: stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html#stable)
[![R-CMD-check](https://github.com/poissonconsulting/bboudata/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/poissonconsulting/bboudata/actions/workflows/R-CMD-check.yaml)
[![Codecov test coverage](https://codecov.io/gh/poissonconsulting/bboudata/branch/main/graph/badge.svg)](https://app.codecov.io/gh/poissonconsulting/bboudata?branch=main)
<!-- badges: end -->
# bboudata
`bboudata` provides sample survival and recruitment data for boreal caribou.
## Installation
You can install the latest version of `bboudata` from [GitHub](https://github.com/poissonconsulting/bboudata) with:
``` r
# install.packages("remotes")
remotes::install_github("poissonconsulting/bboudata")
```
## Demonstration
``` {r}
library(tibble) # to enhance readability
bboudata::bbourecruit_a
bboudata::bbousurv_a
```
## bbou Suite
`bboudata` is part of the bbou suite of tools.
Other packages in this suite include:
- [bboutools](https://github.com/poissonconsulting/bboutools)
- [bbouretro](https://github.com/poissonconsulting/bbouretro)
- [bboushiny](https://github.com/poissonconsulting/bboushiny)
- [bbousims](https://github.com/poissonconsulting/bbousims)
## Contribution
Please report any [issues](https://github.com/poissonconsulting/bboudata/issues).
## Code of Conduct
Please note that the bboudata 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.