knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" ) options(tibble.print_min = 5, tibble.print_max = 5)
Tropical Tuna Treatment
Package and documentation still in construction ! We need few more time to reach 88 miles per hours, be patient.
The new version of Tropical Tuna Treatment (T3) process is developed in R language and available through a package. One of the advantages of this language is that it is more understandable and manipulated by the fisheries’ scientific community rather than Java language. Moreover, this development follows the principles of the open and reproducible science:
devtools::install_github("https://github.com/OB7-IRD/t3", INSTALL_opts=c("--no-multiarch"))
To get a bug fix or to use a feature from the development version, you can install the development version of t3 from GitHub.
devtools::install_github("https://github.com/OB7-IRD/t3", ref = "development", INSTALL_opts=c("--no-multiarch"))
Working in progress for this section. Be patient.
library(t3)
Several examples of processes are available in the section Running processes examples.
If you encounter a clear bug, please file an issue with a minimal reproducible example on GitHub issues page. This link is also available if you have any questions and improvement propositions.
Working in progress for this section.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.