Skip to content

Transparent Assessment Framework for Reproducible Research

License

Notifications You must be signed in to change notification settings

ices-tools-prod/TAF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRAN Status CRAN Monthly CRAN Total

ICES Logo

TAF

General framework to organize data, methods, and results used in reproducible scientific analyses. A TAF analysis consists of four scripts (data.R, model.R, output.R, report.R) that are run sequentially. Each script starts by reading files from a previous step and ends with writing out files for the next step.

Convenience functions are provided to version control the required data and software, run analyses, clean residues from previous runs, manage files, manipulate tables, and produce figures. With a focus on stability and reproducible analyses, TAF is designed to have no package dependencies.

TAF forms a base layer for the icesTAF package and other scientific applications.

Installation

The package can be installed from CRAN using the install.packages command:

install.packages("TAF")

Usage

For a summary of the package:

library(TAF)
?TAF

References

ICES Transparent Assessment Framework:

Development

The package is developed openly on GitHub.

Feel free to open an issue there if you encounter problems or have suggestions for future versions.

The current development version can be installed using:

library(remotes)
install_github("ices-tools-prod/TAF")