Releases: ices-tools-prod/TAF
CRAN release 1.5-3
- Changed default file encoding in read.taf() to UTF-8.
CRAN release 1.5-1
-
Replaced argument 'local' with 'rm' in sourceTAF().
-
Added argument 'colname' to flr2taf().
CRAN release 1.5-0
-
Added functions makeTAF() and makeAll() to run TAF scripts as needed.
-
Added arguments 'include' and 'engine' to make().
-
Added argument 'local' to sourceTAF(), replacing the 'rm' argument.
-
Changed sourceAll() so it only runs TAF scripts: data.R, input.R, model.R, output.R, and report.R.
CRAN release 1.4-1
- Added argument 'grep' to div() and rnd().
CRAN release 1.4-0
-
Added function upload() to upload file to TAF database. Added function download() to download file in binary mode.
-
Added function msg() to show a message, as well as the current time.
-
Added function tafpng() to open a graphics device. Added function lim() to compute axis limits.
-
Added function div() to divide column values with a common number. Added function rnd() to round column values.
-
Added function taf.skeleton() to create an empty template for a TAF analysis.
-
Added function deps() to list dependencies.
-
Renamed function sourceAtoZ() to sourceAll().
-
Added argument 'move' to cp(). Added argument 'clean' to sourceTAF(). Added argument 'column' to tt().
-
Added color objects: taf.green, taf.orange, taf.blue, taf.dark, and taf.light.
-
Added example data frame summary.taf to demonstrate div() and rnd().
CRAN release 1.3-2
- Improved package description.
Local release 1.3-1
- Milestone towards CRAN release.
Local release 1.3-0
- Added function make() to run script if needed, and sourceAtoZ() to run all scripts in alphabetical order. Added clean() to remove TAF directories.
Local release 1.2-0
-
Added function sourceTAF() to run scripts. Added cp() to copy files and mkdir() to create a directory. Added read.taf() and write.taf() to read and write TAF tables. Added long2taf(), taf2xtab(), tt(), and xtab2taf to convert between table formats.
-
Renamed functions readDLS() and writeDLS() to read.dls() and write.dls().
-
Removed function dir.remove() which is no longer needed in TAF scripts.
-
Added example data frames catage.long, catage.taf, and catage.xtab to demonstrate different table formats.
Local release 1.1-0
- Added functions flr2taf() and taf2long() to convert between table formats.