Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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)

[ICES Logo](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.dk

Development
-----------

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")
```