Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/seananderson/ctctools
An R package for analyses performed by the Chinook Technical Committee (CTC) of the Pacific Salmon Commission (PSC).
https://github.com/seananderson/ctctools
Last synced: 12 days ago
JSON representation
An R package for analyses performed by the Chinook Technical Committee (CTC) of the Pacific Salmon Commission (PSC).
- Host: GitHub
- URL: https://github.com/seananderson/ctctools
- Owner: seananderson
- Created: 2017-08-14T20:02:55.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-14T20:07:54.000Z (about 7 years ago)
- Last Synced: 2024-10-12T01:19:54.401Z (27 days ago)
- Language: R
- Homepage:
- Size: 190 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# R package: ctctools
A suite of R functions for analyses performed by the Chinook Technical Committee (CTC) of the Pacific Salmon Commission (PSC). Running the following two lines in R will install the `devtools` package from CRAN, then install `ctctools` from github. Not all functions have been fully tested.
```{r}
install.packages("devtools")
devtools::install_github("MichaelFolkes/ctctools", build_vignettes = TRUE)
```
Giving credit is nice. You can obtain citation details for this R package using the command:
`citation('ctctools')`.