Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ices-tools-prod/icesTAF
Functions to support the ICES Transparent Assessment Framework
https://github.com/ices-tools-prod/icesTAF
Last synced: about 2 months ago
JSON representation
Functions to support the ICES Transparent Assessment Framework
- Host: GitHub
- URL: https://github.com/ices-tools-prod/icesTAF
- Owner: ices-tools-prod
- License: gpl-3.0
- Created: 2017-02-14T19:09:30.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-08-23T13:14:45.000Z (over 1 year ago)
- Last Synced: 2024-10-29T16:17:32.617Z (2 months ago)
- Language: R
- Homepage:
- Size: 697 KB
- Stars: 5
- Watchers: 6
- Forks: 7
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- open-sustainable-technology - icesTAF - Functions to support the International Council for the Exploration of the Sea Transparent Assessment Framework. (Biosphere / Marine Life and Fishery)
README
[![Build Status](https://travis-ci.org/ices-tools-prod/icesTAF.svg?branch=master)](https://travis-ci.org/ices-tools-prod/icesTAF)
[![CRAN Status](https://r-pkg.org/badges/version/icesTAF)](https://cran.r-project.org/package=icesTAF)
[![CRAN Monthly](https://cranlogs.r-pkg.org/badges/icesTAF)](https://cran.r-project.org/package=icesTAF)
[![CRAN Total](https://cranlogs.r-pkg.org/badges/grand-total/icesTAF)](https://cran.r-project.org/package=icesTAF)[](https://ices.dk)
icesTAF
=======icesTAF provides functions to support the [ICES](https://ices.dk)
[Transparent Assessment Framework](https://taf.ices.dk) to organize data,
methods, and results used in ICES assessments.icesTAF is implemented as an [R](https://www.r-project.org) package and
available on [CRAN](https://cran.r-project.org/package=icesTAF).Installation
------------icesTAF can be installed from CRAN using the `install.packages` command:
```R
install.packages("icesTAF")
```Usage
-----For a summary of the package:
```R
library(icesTAF)
?icesTAF
```References
----------ICES Transparent Assessment Framework:
https://taf.ices.dkDevelopment
-----------icesTAF is developed openly on
[GitHub](https://github.com/ices-tools-prod/icesTAF).Feel free to open an
[issue](https://github.com/ices-tools-prod/icesTAF/issues) there if you
encounter problems or have suggestions for future versions.The current development version can be installed using:
```R
library(remotes)
install_github("ices-tools-prod/icesTAF")
```