-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathREADME.Rmd
More file actions
34 lines (23 loc) · 1.54 KB
/
README.Rmd
File metadata and controls
34 lines (23 loc) · 1.54 KB
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
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# HSestimate <img width=150px src="man/figures/logo.svg" align="right" />
## Overview
The Harvest Survey estimation R package `HSestimate` is used by the U.S. Fish and Wildlife Service Migratory Bird Program to generate migratory game bird harvest estimates using [Harvest Survey](https://www.fws.gov/harvestsurvey) response data.
## Installation
```r
devtools::install_github("USFWS/HSestimate", upgrade = F, quiet = T)
```
## USFWS Disclaimer
The United States Fish and Wildlife Service (FWS) GitHub project code is provided on an “as is” basis and the user assumes responsibility for its use. FWS has relinquished control of the information and no longer has responsibility to protect the integrity, confidentiality, or availability of the information. Any reference to specific commercial products, processes, or services by service mark, trademark, manufacturer, or otherwise, does not constitute or imply their endorsement, recommendation or favoring by FWS. The FWS seal and logo shall not be used in any manner to imply endorsement of any commercial product or activity by FWS or the United States Government.
## License
This project is licensed under the terms of the [Creative Commons Zero v1.0 Universal](https://creativecommons.org/publicdomain/zero/1.0/) license.