Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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')`.