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