-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
23 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,21 @@ | ||
# pssp | ||
<!-- badges: start --> | ||
[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental) | ||
[![R-CMD-check](https://github.com/FRAMverse/pssp/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/FRAMverse/pssp/actions/workflows/R-CMD-check.yaml) | ||
<!-- badges: end --> | ||
# pssp | ||
Rewrite of the pssp R Package | ||
|
||
|
||
## Overview | ||
|
||
pssp is a package that works with WDFW collected Puget Sound creel sampling data. | ||
None of the functions with retrieve data will work outside of the state network, | ||
although functions focused on analysis will work give the proper dataset. | ||
|
||
## Installation | ||
|
||
``` r | ||
devtools::install_github("FRAMverse/pssp") | ||
|
||
# Alternatively | ||
remotes::install_github("FRAMverse/pssp") | ||
``` |